diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-20 13:17:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-20 13:17:55 +0000 |
commit | dfc3d9b2450c2b929c6749685d06534eaf3e1e5c (patch) | |
tree | 4587e51d43447fbf7763d2023c1899f8d7ddb3b0 /gdb/mips-tdep.c | |
parent | 483fc7cd611aeff5310b43f37a3308d47ad27c71 (diff) | |
download | gdb-dfc3d9b2450c2b929c6749685d06534eaf3e1e5c.zip gdb-dfc3d9b2450c2b929c6749685d06534eaf3e1e5c.tar.gz gdb-dfc3d9b2450c2b929c6749685d06534eaf3e1e5c.tar.bz2 |
2002-08-20 Andrew Cagney <ac131313@redhat.com>
* config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
* config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
* config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
* config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
* mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r-- | gdb/mips-tdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c index 296dea6..8c18294 100644 --- a/gdb/mips-tdep.c +++ b/gdb/mips-tdep.c @@ -5509,11 +5509,6 @@ mips_gdbarch_init (struct gdbarch_info info, } } -#ifdef MIPS_DEFAULT_ABI - if (mips_abi == MIPS_ABI_UNKNOWN) - mips_abi = MIPS_DEFAULT_ABI; -#endif - if (mips_abi == MIPS_ABI_UNKNOWN) mips_abi = MIPS_ABI_O32; |