* i386/sco5.h (HAVE_ATEXIT): Revert last change.
From-SVN: r16641
This commit is contained in:
parent
83cfe7c011
commit
9dab78331a
@ -1,3 +1,7 @@
|
||||
Fri Nov 21 10:13:11 1997 Robert Lipe (robertl@dgii.com)
|
||||
|
||||
* i386/sco5.h (HAVE_ATEXIT): Revert last change.
|
||||
|
||||
Thu Nov 20 16:11:50 1997 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha.c (alpha_emit_set_const_1): Handle narrow hosts better.
|
||||
|
@ -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
|
||||
|
@ -21,8 +21,8 @@ public:
|
||||
else
|
||||
{
|
||||
if (count != 0)
|
||||
exit (1);
|
||||
exit (0);
|
||||
_exit (1);
|
||||
_exit (0);
|
||||
}
|
||||
}
|
||||
} d;
|
||||
|
Loading…
Reference in New Issue
Block a user