From: Jeff Law Date: Sat, 25 Jul 1998 22:28:13 +0000 (-0600) Subject: rs6000.h (ASM_OUTPUT_CONSTRUCTOR, [...]): Delete. X-Git-Tag: prereleases/egcs-1.1-prerelease~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae0fd27cf62dc79c961e0c7fbd9a57c3fede1a1;p=thirdparty%2Fgcc.git rs6000.h (ASM_OUTPUT_CONSTRUCTOR, [...]): Delete. ( * rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete. From-SVN: r21380 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 3155a4ec6df1..16e4acdf14f0 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2133,12 +2133,10 @@ do { \ #define FASCIST_ASSEMBLER -#ifndef ASM_OUTPUT_CONSTRUCTOR -#define ASM_OUTPUT_CONSTRUCTOR(file, name) -#endif -#ifndef ASM_OUTPUT_DESTRUCTOR -#define ASM_OUTPUT_DESTRUCTOR(file, name) -#endif +/* AIX does not have any init/fini or ctor/dtor sections, so create + static constructors and destructors as normal functions. */ +/* #define ASM_OUTPUT_CONSTRUCTOR(file, name) */ +/* #define ASM_OUTPUT_DESTRUCTOR(file, name) */ /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits is done just by pretending it is already truncated. */