From 2c7ab4ca35418cfcecce16d8311bb16599b085cd Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 21 Jun 1993 23:46:49 +0000 Subject: * config/i386/*aix*, i386aix-nat.c: New files. * configure.in: Use them. * alldeps.mak: List them. * coffread.c (decode_base_type): Deal with anonymous enum type. * i387-tdep.c (print_387_status_word): Add comment re "top". * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func. * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and only if not defined by a header file. * mipsread.c: Don't define L_SET or L_INCR. --- gdb/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index c56d9b0..b3642fe 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -37,6 +37,7 @@ hppa*-hp-hpux*) gdb_host=hppahpux ;; i[34]86-ncr-*) gdb_host=ncr3000 ;; i[34]86-sequent-*) gdb_host=symmetry ;; +i[34]86-*-aix*) gdb_host=i386aix ;; i[34]86-*-bsd*) gdb_host=i386bsd ;; i[34]86-*-go32) gdb_host=go32 ;; i[34]86-*-linux) gdb_host=linux ;; @@ -168,6 +169,7 @@ i[34]86-*-aout) gdb_target=i386aout ;; i[34]86-*-coff) gdb_target=i386v ;; i[34]86-*-elf) gdb_target=i386v ;; +i[34]86-*-aix*) gdb_target=i386aix ;; i[34]86-*-bsd*) gdb_target=i386bsd ;; i[34]86-*-go32) gdb_target=i386aout ;; i[34]86-*-lynxos*) gdb_target=i386lynx -- cgit v1.1