diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-21 23:46:49 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-21 23:46:49 +0000 |
commit | 2c7ab4ca35418cfcecce16d8311bb16599b085cd (patch) | |
tree | c8501b2f677c7640c90b4539edf1280bd21011b2 /gdb/configure.in | |
parent | 2b63dbfefd03e2c69b3592f807fa5793b1243a7f (diff) | |
download | gdb-2c7ab4ca35418cfcecce16d8311bb16599b085cd.zip gdb-2c7ab4ca35418cfcecce16d8311bb16599b085cd.tar.gz gdb-2c7ab4ca35418cfcecce16d8311bb16599b085cd.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |