sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn table from .fini into .dtor.

* i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
        table from .fini into .dtor.

From-SVN: r30690
This commit is contained in:
Robert Lipe 1999-11-28 21:44:43 +00:00 committed by Robert Lipe
parent 140592a013
commit 9fdbc878c2
2 changed files with 6 additions and 1 deletions

View 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.

View 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)