mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
cc9a3bd637
set of definitions, to discourage porting to new hosts by copying. * hosts/news.h: Removed. * hosts/sparc.h: Use std-host.h.
12 lines
194 B
C
12 lines
194 B
C
#define STDC_HEADERS
|
|
#if defined(__STDC__) && __GNUC__ >= 2
|
|
#define abort __hide_abort
|
|
#define exit __hide_exit
|
|
#endif
|
|
#include "hosts/std-host.h"
|
|
#include <alloca.h>
|
|
#undef exit
|
|
#undef abort
|
|
|
|
|