aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-27 22:42:50 +0000
committerRichard Stallman <rms@gnu.org>1992-03-27 22:42:50 +0000
commit9835f5a12b62171d7e4be70de135dfb68de8207b (patch)
tree59e9878074a6677ca6136a2edb040a1e84924639
parent59abce4c6b4db56857589158bac073df61fd71e2 (diff)
downloadgcc-9835f5a12b62171d7e4be70de135dfb68de8207b.zip
gcc-9835f5a12b62171d7e4be70de135dfb68de8207b.tar.gz
gcc-9835f5a12b62171d7e4be70de135dfb68de8207b.tar.bz2
*** empty log message ***
From-SVN: r599
-rw-r--r--gcc/config/i860/sysv3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h
index e0880a6..562ce98 100644
--- a/gcc/config/i860/sysv3.h
+++ b/gcc/config/i860/sysv3.h
@@ -125,9 +125,9 @@ extern char *current_function_original_name;
#undef CTORS_SECTION_ASM_OP
-#define CTORS_SECTION_ASM_OP ".section\t.ctors,\"x\"\n"
+#define CTORS_SECTION_ASM_OP ".section\t.ctors,\"x\""
#undef DTORS_SECTION_ASM_OP
-#define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\"\n"
+#define DTORS_SECTION_ASM_OP ".section\t.dtors,\"x\""
/* Add definitions to support the .tdesc section as specified in the svr4
ABI for the i860. */