mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Support Mach too.
This commit is contained in:
parent
3ae444f844
commit
73766d9154
@ -1,5 +1,8 @@
|
||||
Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* sysdep-oldbsd.h: Rename from sysdep-newsos.h.
|
||||
* configure.in: Use sysdep-oldbsd for Mach as well as NEWs.
|
||||
|
||||
* sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
|
||||
requires to make <dirent.h> work. Improve Sun alloca decl.
|
||||
|
||||
|
@ -34,8 +34,8 @@ irix*)
|
||||
files=sysdep-irix.h
|
||||
;;
|
||||
|
||||
newsos*)
|
||||
files=sysdep-newsos.h
|
||||
newsos* | mach*)
|
||||
files=sysdep-oldbsd.h
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* System-dependent stuff, for Sony NEwS systems */
|
||||
/* System-dependent stuff, for Sony NEwS, Mach, and other systems
|
||||
in the "old BSD Unix" tradition. */
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define alloca __builtin_alloca
|
||||
|
Loading…
Reference in New Issue
Block a user