summaryrefslogtreecommitdiff
path: root/gcc/config/arm/elf.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:42:10 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:42:10 +0000
commit3080379f7af7f398feb3b7e240b795757db76f2b (patch)
treed5095d9b9c6a729f568c16c50f1fbfe141b07ce5 /gcc/config/arm/elf.h
parent3825dd2fbc207d5a1221ad932a10306925e09d86 (diff)
downloadgcc-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/elf.h')
-rw-r--r--gcc/config/arm/elf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h
index 53fa21787b1..fe18ae9343e 100644
--- a/gcc/config/arm/elf.h
+++ b/gcc/config/arm/elf.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler.
For ARM with ELF obj format.
- Copyright (C) 1995 - 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org> and
Catherine Moore <clm@cygnus.com>
@@ -70,8 +70,8 @@ Boston, MA 02111-1307, USA. */
are used to set the corresponding fields of the linker symbol table
entries in an ELF object file under SVR4. These macros also output
the starting labels for the relevant functions/objects. */
-#define TYPE_ASM_OP ".type"
-#define SIZE_ASM_OP ".size"
+#define TYPE_ASM_OP "\t.type\t"
+#define SIZE_ASM_OP "\t.size\t"
/* Write the extra assembler code needed to declare a function properly.
Some svr4 assemblers need to also have something extra said about the
@@ -332,7 +332,7 @@ dtors_section () \
/* Support the ctors/dtors sections for g++. */
#ifndef INT_ASM_OP
-#define INT_ASM_OP ".word"
+#define INT_ASM_OP "\t.word\t"
#endif
/* A C statement (sans semicolon) to output an element in the table of