diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:42:10 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 08:42:10 +0000 |
commit | 3080379f7af7f398feb3b7e240b795757db76f2b (patch) | |
tree | d5095d9b9c6a729f568c16c50f1fbfe141b07ce5 /gcc/config/arm/unknown-elf.h | |
parent | 3825dd2fbc207d5a1221ad932a10306925e09d86 (diff) | |
download | gcc-3080379f7af7f398feb3b7e240b795757db76f2b.tar.gz |
definitions in config/a*:
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36605 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/unknown-elf.h')
-rw-r--r-- | gcc/config/arm/unknown-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h index 3575fe13b45..039ad5240e5 100644 --- a/gcc/config/arm/unknown-elf.h +++ b/gcc/config/arm/unknown-elf.h @@ -113,7 +113,7 @@ rdata_section () \ /* Don't know how to order these. UNALIGNED_WORD_ASM_OP is in dwarf2.out. */ -#define UNALIGNED_WORD_ASM_OP ".4byte" +#define UNALIGNED_WORD_ASM_OP "\t.4byte\t" #define ASM_OUTPUT_DWARF2_ADDR_CONST(FILE,ADDR) \ fprintf ((FILE), "\t%s\t%s", UNALIGNED_WORD_ASM_OP, ADDR) |