]> gcc.gnu.org Git - gcc.git/commitdiff
sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn table from .fini into .dtor.
authorRobert Lipe <robertl@cygnus.com>
Sun, 28 Nov 1999 21:44:43 +0000 (21:44 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Sun, 28 Nov 1999 21:44:43 +0000 (21:44 +0000)
        * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
        table from .fini into .dtor.

From-SVN: r30690

gcc/ChangeLog
gcc/config/i386/sco5.h

index 109c83451b389a5030b5f0705bdeae86ea045848..8022c110bf574310efabc28fc516d3e3b8a28163 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-28  Robert Lipe  <robertl@cygnus.com>
+
+       * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
+       table from .fini into .dtor.                                
+
 1999-11-28  Anthony Green  <green@cygnus.com>
 
        * tree.h (struct tree_decl): Add malloc_flag.
index 0790e38f140975cf5f9262ed531823bfce21a3a9..b078739928e4b05429dec70fee3763dc471431d6 100644 (file)
@@ -119,7 +119,7 @@ Boston, MA 02111-1307, USA.  */
 
 #undef FINI_SECTION_ASM_OP
 #define FINI_SECTION_ASM_OP_ELF                "\t.section\t.fini"
-#define FINI_SECTION_ASM_OP_COFF       "\t.section\t.fini, \"x\""
+#define FINI_SECTION_ASM_OP_COFF       "\t.section\t.dtor, \"x\""
 #define FINI_SECTION_ASM_OP    \
  ((TARGET_ELF) ? FINI_SECTION_ASM_OP_ELF : FINI_SECTION_ASM_OP_COFF)
 
This page took 0.079239 seconds and 5 git commands to generate.