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/osabi.c | |
parent | fb47deda560b754008c35b5ec13fe02ef0593019 (diff) | |
download | binutils-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.zip binutils-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.tar.gz binutils-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/osabi.c')
-rw-r--r-- | gdb/osabi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/osabi.c b/gdb/osabi.c index f7d4e74..8b44a85 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -71,7 +71,6 @@ static const struct osabi_names gdb_osabi_names[] = { "OpenBSD/ELF", NULL }, { "WindowsCE", NULL }, { "DJGPP", NULL }, - { "Irix", NULL }, { "HP-UX/ELF", NULL }, { "HP-UX/SOM", NULL }, { "QNX-Neutrino", NULL }, |