* hosts/alphaosf.h (uint64e_type, uint64_type, int64_type): Delete typedefs,
[platform/upstream/binutils.git] / bfd / hosts / sparc.h
1 #ifndef hosts_sparc_H
2 #define STDC_HEADERS
3 #define FILE_OFFSET_IS_CHAR_INDEX
4 #if defined(__STDC__) && __GNUC__ >= 2
5 #define abort __hide_abort
6 #define exit __hide_exit
7 #endif
8 #include "hosts/std-host.h"
9 #include <alloca.h>
10 #include <memory.h>
11 #undef exit
12 #undef abort
13 #define hosts_sparc_H
14 #endif