*** empty log message ***

From-SVN: r599
This commit is contained in:
Richard Stallman 1992-03-27 22:42:50 +00:00
parent 59abce4c6b
commit 9835f5a12b

View 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. */