mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
various revisions to new files
This commit is contained in:
parent
2c7ab4ca35
commit
d628e5b2b6
@ -1,10 +1,8 @@
|
||||
# Host: IBM PS/2 (i386) running AIX PS/2
|
||||
XDEPFILES=
|
||||
XM_FILE= xm-i386aix.h
|
||||
NAT_FILE= nm-i386v.h
|
||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o i386v-nat.o
|
||||
XM_CLIBS=
|
||||
SYSV_DEFINE=-DSYSV -D_AIX -D_I386
|
||||
NAT_FILE= nm-i386aix.h
|
||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o i386aix-nat.o
|
||||
REGEX=regex.o
|
||||
REGEX1=regex.o
|
||||
TERMCAP=-lcurses
|
||||
|
@ -1,3 +1,7 @@
|
||||
# This port, for aix ps/2 (i386), will allow you to debug the coff
|
||||
# output generated gcc-2.3.3 + gas. It will not understand IBM's
|
||||
# proprietary debug info.
|
||||
#
|
||||
# Target: IBM PS/2 (i386) running AIX PS/2
|
||||
TDEPFILES= exec.o i386-tdep.o i386-pinsn.o i387-tdep.o
|
||||
TM_FILE= tm-i386aix.h
|
||||
|
@ -23,6 +23,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
*/
|
||||
|
||||
#include "i386/xm-i386v.h"
|
||||
|
||||
#undef HAVE_TERMIO
|
||||
#define HAVE_SGTTY
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
/* Use setpgid instead of setpgrp on AIX */
|
||||
|
Loading…
Reference in New Issue
Block a user