]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/hosts/sparc.h
* hosts/sysv4.h (qsort, strtol): Don't declare.
[thirdparty/binutils-gdb.git] / bfd / hosts / sparc.h
CommitLineData
8bd4e54b 1#ifndef hosts_sparc_H
cc9a3bd6 2#define STDC_HEADERS
550fb7af 3#define FILE_OFFSET_IS_CHAR_INDEX
cc9a3bd6 4#if defined(__STDC__) && __GNUC__ >= 2
458c4827
KR
5#define abort __hide_abort
6#define exit __hide_exit
7#endif
cc9a3bd6
PB
8#include "hosts/std-host.h"
9#include <alloca.h>
0d552306 10#include <memory.h>
458c4827
KR
11#undef exit
12#undef abort
8bd4e54b
KR
13#define hosts_sparc_H
14#endif