summaryrefslogtreecommitdiff
path: root/gcc/config/arm
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
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')
-rw-r--r--gcc/config/arm/aof.h6
-rw-r--r--gcc/config/arm/coff.h4
-rw-r--r--gcc/config/arm/conix-elf.h2
-rw-r--r--gcc/config/arm/elf.h8
-rw-r--r--gcc/config/arm/linux-elf.h10
-rw-r--r--gcc/config/arm/unknown-elf.h2
6 files changed, 16 insertions, 16 deletions
diff --git a/gcc/config/arm/aof.h b/gcc/config/arm/aof.h
index a25a311b832..23d997c3e36 100644
--- a/gcc/config/arm/aof.h
+++ b/gcc/config/arm/aof.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, for Advanced RISC Machines
ARM compilation, AOF Assembler.
- Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
Contributed by Richard Earnshaw (rearnsha@armltd.co.uk)
This file is part of GNU CC.
@@ -366,8 +366,8 @@ do { \
/* How initialization functions are handled */
-#define CTORS_SECTION_ASM_OP "AREA\t|C$$gnu_ctorsvec|, DATA, READONLY"
-#define DTORS_SECTION_ASM_OP "AREA\t|C$$gnu_dtorsvec|, DATA, READONLY"
+#define CTORS_SECTION_ASM_OP "\tAREA\t|C$$gnu_ctorsvec|, DATA, READONLY"
+#define DTORS_SECTION_ASM_OP "\tAREA\t|C$$gnu_dtorsvec|, DATA, READONLY"
#define ASM_OUTPUT_CONSTRUCTOR(STREAM,NAME) \
do { \
diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h
index a083be903ac..34971ee7af6 100644
--- a/gcc/config/arm/coff.h
+++ b/gcc/config/arm/coff.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler.
For ARM with COFF object format.
- Copyright (C) 1995 - 1999 Free Software Foundation, Inc.
+ Copyright (C) 1995 - 2000 Free Software Foundation, Inc.
Contributed by Doug Evans (devans@cygnus.com).
This file is part of GNU CC.
@@ -164,7 +164,7 @@ dtors_section () \
/* Support the ctors/dtors sections for g++. */
-#define INT_ASM_OP ".word"
+#define INT_ASM_OP "\t.word\t"
/* A C statement (sans semicolon) to output an element in the table of
global constructors. */
diff --git a/gcc/config/arm/conix-elf.h b/gcc/config/arm/conix-elf.h
index fd29e211a79..86c57491796 100644
--- a/gcc/config/arm/conix-elf.h
+++ b/gcc/config/arm/conix-elf.h
@@ -109,7 +109,7 @@ func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
/* 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)
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
diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h
index 1be7a6fffed..55e66eebca1 100644
--- a/gcc/config/arm/linux-elf.h
+++ b/gcc/config/arm/linux-elf.h
@@ -1,5 +1,5 @@
/* Definitions for ARM running Linux-based GNU systems using ELF
- Copyright (C) 1993, 1994, 1997, 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
Contributed by Philip Blundell <philb@gnu.org>
This file is part of GNU CC.
@@ -116,7 +116,7 @@ Boston, MA 02111-1307, USA. */
/* Attach a special .ident directive to the end of the file to identify
the version of GCC which compiled this code. */
-#define IDENT_ASM_OP ".ident"
+#define IDENT_ASM_OP "\t.ident\t"
/* Output #ident as a .ident. */
#define ASM_OUTPUT_IDENT(FILE, NAME) \
@@ -159,7 +159,7 @@ do { \
definition in the target-specific file which includes this file. */
#define SUBTARGET_EXTRA_SECTION_FUNCTIONS CONST_SECTION_FUNCTION
-#define CONST_SECTION_ASM_OP ".section\t.rodata"
+#define CONST_SECTION_ASM_OP "\t.section\t.rodata"
#define CONST_SECTION_FUNCTION \
void \
@@ -262,8 +262,8 @@ const_section () \
crtstuff.c and other files know this by defining the following symbols.
The definitions say how to change sections to the .init and .fini
sections. This is the same for all known svr4 assemblers. */
-#define INIT_SECTION_ASM_OP ".section\t.init"
-#define FINI_SECTION_ASM_OP ".section\t.fini"
+#define INIT_SECTION_ASM_OP "\t.section\t.init"
+#define FINI_SECTION_ASM_OP "\t.section\t.fini"
/* This is how we tell the assembler that a symbol is weak. */
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)