summaryrefslogtreecommitdiffstats
path: root/gcc/config/arm/unknown-elf.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 12:08:02 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 12:08:02 +0000
commit95d655c33f9eea0ab723740e19c86dd8298de2c4 (patch)
treea907ce9d06ab1d0abe2298067e83c757d13b0b9a /gcc/config/arm/unknown-elf.h
parent394765ffb7b534bad0348165a516fd16e3fc8989 (diff)
downloadppe42-gcc-95d655c33f9eea0ab723740e19c86dd8298de2c4.tar.gz
ppe42-gcc-95d655c33f9eea0ab723740e19c86dd8298de2c4.zip
Change callers in config/a*/ to match:
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@36616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/unknown-elf.h')
-rw-r--r--gcc/config/arm/unknown-elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h
index 039ad5240e5..d0536291bfe 100644
--- a/gcc/config/arm/unknown-elf.h
+++ b/gcc/config/arm/unknown-elf.h
@@ -116,12 +116,12 @@ rdata_section () \
#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)
+ fprintf ((FILE), "%s%s", UNALIGNED_WORD_ASM_OP, ADDR)
#define ASM_OUTPUT_DWARF_ADDR_CONST(FILE,RTX) \
do \
{ \
- fprintf ((FILE), "\t%s\t", UNALIGNED_WORD_ASM_OP); \
+ fprintf ((FILE), "%s", UNALIGNED_WORD_ASM_OP); \
output_addr_const ((FILE), (RTX)); \
fputc ('\n', (FILE)); \
} \
OpenPOWER on IntegriCloud