diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-10-31 02:07:26 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-10-31 16:16:41 +0000 |
commit | de4bfa865e5ea54f2ab5b7af53e4abe825da699e (patch) | |
tree | e09eabc7c58a4cbc541dcf123b6880ac9f66ef12 /gdb/defs.h | |
parent | fb47deda560b754008c35b5ec13fe02ef0593019 (diff) | |
download | fsf-binutils-gdb-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.zip fsf-binutils-gdb-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.tar.gz fsf-binutils-gdb-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.tar.bz2 |
MIPS: Remove remains of IRIX OS ABI support
Complement commit 3831839c089c ("Delete IRIX support") and remove dead
MIPS target IRIX OS ABI support code.
gdb/
* defs.h (gdb_osabi): Remove GDB_OSABI_IRIX enum value.
* osabi.c (gdb_osabi_names): Remove "Irix" entry.
* mips-tdep.c (mips_irix_reg_names): Remove.
(mips_register_type): Remove GDB_OSABI_IRIX code.
(mips_pseudo_register_type): Likewise.
(mips_breakpoint_from_pc): Likewise.
(mips_gdbarch_init): Likewise.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -595,7 +595,6 @@ enum gdb_osabi GDB_OSABI_OPENBSD_ELF, GDB_OSABI_WINCE, GDB_OSABI_GO32, - GDB_OSABI_IRIX, GDB_OSABI_HPUX_ELF, GDB_OSABI_HPUX_SOM, GDB_OSABI_QNXNTO, |