mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
15 lines
297 B
C
15 lines
297 B
C
#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
|