mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Add 386 Mach host support.
This commit is contained in:
@ -31,6 +31,7 @@ h-dec3100.h
|
||||
h-dgux.h
|
||||
h-hp9000.h
|
||||
h-hp300bsd.h
|
||||
h-i386mach.h
|
||||
h-i386v.h
|
||||
h-irix3.h
|
||||
h-rs6000.h
|
||||
@ -50,7 +51,10 @@ echo Done in `pwd`.
|
||||
#
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.7 1991/09/20 03:42:22 gnu
|
||||
# Revision 1.8 1991/10/04 08:27:36 gnu
|
||||
# Add 386 Mach host support.
|
||||
#
|
||||
# Revision 1.7 1991/09/20 03:42:22 gnu
|
||||
# Undo precipitous changes.
|
||||
#
|
||||
# Revision 1.5 1991/09/17 06:57:44 grossman
|
||||
|
@ -56,6 +56,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define ULTRA3_SYS 20 /* NYU Ultracomputer */
|
||||
#define NEWSOS3_SYS 21 /* Sony NewsOS 3.x (bsd-4.3 based) */
|
||||
#define AMIX_SYS 22 /* Amiga Unix */
|
||||
#define i386_MACH_SYS 23 /* Mach on Intel 386 */
|
||||
|
||||
#include <ansidecl.h>
|
||||
|
||||
@ -163,4 +164,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#include <sys/h-amix.h>
|
||||
#endif
|
||||
|
||||
#if HOST_SYS == i386_MACH_SYS
|
||||
#include <sys/h-i386mach.h>
|
||||
#endif
|
||||
|
||||
#endif /* _SYSDEP_H */
|
||||
|
Reference in New Issue
Block a user