diff options
author | Robert Lipe <robertl@dgii.com> | 1997-11-21 17:14:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-21 10:14:43 -0700 |
commit | 9dab78331ae92cdf434a39cdc65bfa279374ed42 (patch) | |
tree | a6cc21b031dccbcb19e2842e82c703397e35a59c /gcc/config | |
parent | 83cfe7c0113cda488989cdf937a48ce11f484d86 (diff) | |
download | gcc-9dab78331ae92cdf434a39cdc65bfa279374ed42.tar.gz |
* i386/sco5.h (HAVE_ATEXIT): Revert last change.
From-SVN: r16641
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/sco5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index cc5c533b754..5faa7f7f9c4 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -945,6 +945,7 @@ compiler at the end of the day. Onward we go ... # if defined (_SCO_ELF) # define OBJECT_FORMAT_ELF +# define HAVE_ATEXIT 1 # define INIT_SECTION_ASM_OP INIT_SECTION_ASM_OP_ELF # define FINI_SECTION_ASM_OP FINI_SECTION_ASM_OP_ELF # define DTORS_SECTION_ASM_OP DTORS_SECTION_ASM_OP_ELF |