From 9835f5a12b62171d7e4be70de135dfb68de8207b Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 27 Mar 1992 22:42:50 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r599 --- gcc/config/i860/sysv3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.30.2