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:
parent
140592a013
commit
9fdbc878c2
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user