diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-09-25 08:23:05 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-09-25 08:23:05 +0000 |
commit | e662a129258e40eec6547a40f0a9d72eab3e032f (patch) | |
tree | 4342cbef59597393bdaee6ccc3c944a31170df3c /gcc/config/psos.h | |
parent | 0a3e1f45d82ea5f7468d0bbfb5bd604e61b8ab53 (diff) | |
download | gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.zip gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.tar.gz gcc-e662a129258e40eec6547a40f0a9d72eab3e032f.tar.bz2 |
config:
Changes add TABs on either or both sides, covering start of line,
up to any operand for all .*ASM.*_OP definitions.
From-SVN: r36604
Diffstat (limited to 'gcc/config/psos.h')
-rw-r--r-- | gcc/config/psos.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/psos.h b/gcc/config/psos.h index 1d3b2f8..bfdd51d 100644 --- a/gcc/config/psos.h +++ b/gcc/config/psos.h @@ -1,7 +1,7 @@ /* Operating system specific defines to be used when targeting GCC for some embedded system running pSOS. We assume GNU tools with ELF, but try to maintain compatibility with the MRI tools. Based on svr4.h. - Copyright (C) 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -96,8 +96,8 @@ while (0) /* Define the pseudo-ops used to switch to the .ctors and .dtors sections. */ -#define CTORS_SECTION_ASM_OP ".section\t.ctors,\"aw\"" -#define DTORS_SECTION_ASM_OP ".section\t.dtors,\"aw\"" +#define CTORS_SECTION_ASM_OP "\t.section\t.ctors,\"aw\"" +#define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"aw\"" /* A default list of other sections which we might be "in" at any given time. For targets that use additional sections (e.g. .tdesc) you @@ -142,7 +142,7 @@ dtors_section () \ global constructors. */ #ifndef INT_ASM_OP -#define INT_ASM_OP ".long" +#define INT_ASM_OP "\t.long\t" #endif #define ASM_OUTPUT_CONSTRUCTOR(FILE,NAME) \ do { \ |