summaryrefslogtreecommitdiff
path: root/gcc/config/lynx.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:23:05 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-25 08:23:05 +0000
commit3825dd2fbc207d5a1221ad932a10306925e09d86 (patch)
tree4342cbef59597393bdaee6ccc3c944a31170df3c /gcc/config/lynx.h
parent6ae8577b639265a722fae97f3d5ced6ad1003c56 (diff)
downloadgcc-3825dd2fbc207d5a1221ad932a10306925e09d86.tar.gz
config:
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@36604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/lynx.h')
-rw-r--r--gcc/config/lynx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h
index beac4491919..4c215c2c38f 100644
--- a/gcc/config/lynx.h
+++ b/gcc/config/lynx.h
@@ -1,5 +1,5 @@
/* Target independent definitions for LynxOS.
- Copyright (C) 1993, 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -138,11 +138,11 @@ do { \
FINI_SECTION_FUNCTION
#undef CTORS_SECTION_ASM_OP
-#define CTORS_SECTION_ASM_OP ".section\t.ctors"
+#define CTORS_SECTION_ASM_OP "\t.section\t.ctors"
#undef DTORS_SECTION_ASM_OP
-#define DTORS_SECTION_ASM_OP ".section\t.dtors"
+#define DTORS_SECTION_ASM_OP "\t.section\t.dtors"
-#define INT_ASM_OP ".long"
+#define INT_ASM_OP "\t.long\t"
/* A C statement (sans semicolon) to output an element in the table of
global constructors. */