* hosts/std-host.h: New file. Attempt at a generic/default
[deliverable/binutils-gdb.git] / bfd / hosts / sparc.h
... / ...
CommitLineData
1#define STDC_HEADERS
2#if defined(__STDC__) && __GNUC__ >= 2
3#define abort __hide_abort
4#define exit __hide_exit
5#endif
6#include "hosts/std-host.h"
7#include <alloca.h>
8#undef exit
9#undef abort
10
11
This page took 0.022531 seconds and 4 git commands to generate.