Commit 9835f5a1 by Richard Stallman

*** empty log message ***

From-SVN: r599
parent 59abce4c
...@@ -125,9 +125,9 @@ extern char *current_function_original_name; ...@@ -125,9 +125,9 @@ extern char *current_function_original_name;
#undef CTORS_SECTION_ASM_OP #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 #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 /* Add definitions to support the .tdesc section as specified in the svr4
ABI for the i860. */ ABI for the i860. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment