diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-06-07 15:57:57 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-06-07 15:57:57 +0000 |
commit | 9b243fac5e4c5a2998ebb49c7138a67704edbb89 (patch) | |
tree | 580db29c27cbe8e8bd113c002aa47357488e7477 /gdb/configure.host | |
parent | 31181e0e9dd69b21448be1aa9a63b34408c0be39 (diff) | |
download | gdb-9b243fac5e4c5a2998ebb49c7138a67704edbb89.tar.gz |
* config/mips/tm-irix6.h: New file.
* config/mips/irix6.mh: New file.
* config/mips/irix6.mt: New file.
* config/mips/xm-irix6.h: New file.
* config/mips/nm-irix6.h: New file.
* mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
disassembler info in tm_print_insn_info as appropriate for the N32
ABI. Force N32 ABI to be the default if the CPU is R8000 or
R10000.
* configure.tgt (mips*-sgi-irix6*): Map to irix6.
* configure.host (mips*-sgi-irix6*): Ditto.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index ff09bdce17a..4a50432a8db 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -115,8 +115,7 @@ mips-little-*) gdb_host=littlemips ;; mips-sgi-irix3*) gdb_host=irix3 ;; mips-sgi-irix4*) gdb_host=irix4 ;; mips-sgi-irix5*) gdb_host=irix5 ;; -# Close enough for now. -mips-sgi-irix6*) gdb_host=irix5 ;; +mips-sgi-irix6*) gdb_host=irix6 ;; mips-sony-*) gdb_host=news-mips ;; mips-*-mach3*) gdb_host=mipsm3 ;; mips-*-sysv4*) gdb_host=mipsv4 ;; |