home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / bfd / hosts / sparc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  297 b   |  15 lines

  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
  15.