mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
0d552306f8
in use. If FILE_OFFSET_IS_CHAR_INDEX, assume arithmetic can be done on it, and ignore SEEK_SET requests that move to the current position. hosts/sparc.h: Define FILE_OFFSET_IS_CHAR_INDEX.
12 lines
246 B
C
12 lines
246 B
C
#define STDC_HEADERS
|
|
#define FILE_OFFSET_IS_CHAR_INDEX
|
|
#if defined(__STDC__) && __GNUC__ >= 2
|
|
#define abort __hide_abort
|
|
#define exit __hide_exit
|
|
#endif
|
|
#include "hosts/std-host.h"
|
|
#include <alloca.h>
|
|
#include <memory.h>
|
|
#undef exit
|
|
#undef abort
|