From: Richard Stallman Date: Fri, 27 Mar 1992 22:42:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9835f5a12b62171d7e4be70de135dfb68de8207b;p=gcc.git *** empty log message *** From-SVN: r599 --- diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h index e0880a6b924..562ce98c4a0 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. */