mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 01:15:10 +08:00
Support Mach too.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
|
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
|
* sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
|
||||||
requires to make <dirent.h> work. Improve Sun alloca decl.
|
requires to make <dirent.h> work. Improve Sun alloca decl.
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ irix*)
|
|||||||
files=sysdep-irix.h
|
files=sysdep-irix.h
|
||||||
;;
|
;;
|
||||||
|
|
||||||
newsos*)
|
newsos* | mach*)
|
||||||
files=sysdep-newsos.h
|
files=sysdep-oldbsd.h
|
||||||
;;
|
;;
|
||||||
esac
|
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__
|
#ifdef __GNUC__
|
||||||
#define alloca __builtin_alloca
|
#define alloca __builtin_alloca
|
||||||
|
Reference in New Issue
Block a user