aboutsummaryrefslogtreecommitdiff
path: root/gdb/osabi.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2016-10-31 02:07:26 +0000
committerMaciej W. Rozycki <macro@imgtec.com>2016-10-31 16:16:41 +0000
commitde4bfa865e5ea54f2ab5b7af53e4abe825da699e (patch)
treee09eabc7c58a4cbc541dcf123b6880ac9f66ef12 /gdb/osabi.c
parentfb47deda560b754008c35b5ec13fe02ef0593019 (diff)
downloadgdb-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.zip
gdb-de4bfa865e5ea54f2ab5b7af53e4abe825da699e.tar.gz
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/osabi.c')
-rw-r--r--gdb/osabi.c1
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 },