]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.h (ASM_OUTPUT_CONSTRUCTOR, [...]): Delete.
authorJeff Law <law@gcc.gnu.org>
Sat, 25 Jul 1998 22:28:13 +0000 (16:28 -0600)
committerJeff Law <law@gcc.gnu.org>
Sat, 25 Jul 1998 22:28:13 +0000 (16:28 -0600)
(
        * rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete.

From-SVN: r21380

gcc/config/rs6000/rs6000.h

index 3155a4ec6df19cb74bd4e582f41e7a7f1029d985..16e4acdf14f03fc9b005631e64f9cbc037fcc00d 100644 (file)
@@ -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.  */