Commit b61cccc2 by Richard Stallman

(ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):

Definitions put into #if 0.

From-SVN: r4280
parent 2778eaea
......@@ -844,6 +844,10 @@ do { \
#define EXTENDED_COFF /* ECOFF, not normal coff */
#endif
#if 0 /* These definitions normally have no effect because
MIPS systems define USE_COLLECT2, so
assemble_constructor does nothing anyway. */
/* Don't use the default definitions, because we don't have gld.
Also, we don't want stabs when generating ECOFF output.
Instead we depend on collect to handle these. */
......@@ -851,6 +855,7 @@ do { \
#define ASM_OUTPUT_CONSTRUCTOR(file, name)
#define ASM_OUTPUT_DESTRUCTOR(file, name)
#endif /* 0 */
/* Target machine storage layout */
......
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