]> gcc.gnu.org Git - gcc.git/commitdiff
Removed #define HAVE_ATEXIT to allow building for DYNIX/ptx 1.x.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 10 Sep 1994 10:46:00 +0000 (06:46 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 10 Sep 1994 10:46:00 +0000 (06:46 -0400)
From-SVN: r8071

gcc/config/i386/seq-sysv3.h

index dabdb594229870e3d1fca1fde8bd737533a9e8b8..e3182ee1a77385b1f8211680cda3b8826c000363 100644 (file)
@@ -1,3 +1,5 @@
+/* Sequent DYNIX/ptx 1.x (SVr3) */
+
 #include "i386/sysv3.h"
 
 /* Sequent Symmetry SVr3 doesn't have crtn.o; crt1.o doesn't work
    from the .init section */
 #define INVOKE__main
 
-/* Use atexit for static destructors, instead of defining
-   our own exit function.  */
-#define HAVE_ATEXIT
-
 /* Assembler pseudo-op for initialized shared variables (.shdata). */
 #undef  SHARED_SECTION_ASM_OP
 #define SHARED_SECTION_ASM_OP ".section .shdata, \"ws\""
This page took 0.068901 seconds and 5 git commands to generate.