aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/sparc.h
blob: 08fce909fadd821f62700a4eb1647f1f95fe9aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef hosts_sparc_H
#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
#define hosts_sparc_H
#endif