*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 27 Mar 1992 22:42:50 +0000 (22:42 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 27 Mar 1992 22:42:50 +0000 (22:42 +0000)
From-SVN: r599

gcc/config/i860/sysv3.h

index e0880a6b924c55ad8663bc9e884b9866b17220cd..562ce98c4a0977bf0d01c47cf365d70cbbaf0d37 100644 (file)
@@ -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.  */