2002-08-20 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 20 Aug 2002 13:17:55 +0000 (13:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 20 Aug 2002 13:17:55 +0000 (13:17 +0000)
* 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.

gdb/ChangeLog
gdb/config/mips/tm-irix5.h
gdb/config/mips/tm-irix6.h
gdb/config/mips/tm-linux.h
gdb/config/mips/tm-nbsd.h
gdb/mips-tdep.c

index 034254fcef8c8de2462018e47cf7b219e00ddd35..3a4d722e655cb5414780af984a69c87d96a5f0da 100644 (file)
@@ -1,3 +1,11 @@
+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.
+
 2002-08-14  Michael Snyder  <msnyder@redhat.com>
 
        * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
index 1a88de04b8d26a90818b20e2f61af6886ddf4be4..2a1af87aa155aa666261d525c24f2e79be003128 100644 (file)
@@ -48,9 +48,6 @@
         : ((N) >= 70 && (N) <= 89) ? builtin_type_uint32 \
         : builtin_type_int)
 
-/* Force N32 ABI as the default. */
-#define MIPS_DEFAULT_ABI MIPS_ABI_N32
-
 #endif /* N32 */
 
 
index 1230a9bd96a8c4cb9a1dfb08e9e54f8c9c9c25c5..ac710a465a67ca9218db610ea29168eae74bb41f 100644 (file)
       ((N) - FP0_REGNUM) * sizeof(double) : \
       32 * sizeof(double) + ((N) - 32) * MIPS_REGSIZE)
 
-/* Force N32 ABI as the default. */
-#define MIPS_DEFAULT_ABI MIPS_ABI_N32
-
-
 /* The signal handler trampoline is called _sigtramp.  */
 #undef IN_SIGTRAMP
 #define IN_SIGTRAMP(pc, name) ((name) && STREQ ("_sigtramp", name))
index 68233c0a61be08e43985028ede803396920b9faa..60e9bee87825565392a3610fe73c23cfafc48b4b 100644 (file)
 
 #include "config/tm-linux.h"
 
-/* There's an E_MIPS_ABI_O32 flag in e_flags, but we don't use it - in
-   fact, using it may violate the o32 ABI.  */
-
-#define MIPS_DEFAULT_ABI MIPS_ABI_O32
-
 /* Use target_specific function to define link map offsets.  */
 
 extern struct link_map_offsets *mips_linux_svr4_fetch_link_map_offsets (void);
index fc7448665e1254e71c6a523607fc478985f4a4b8..143f3a43114ffb5486a686ea5ea128a96509ecb9 100644 (file)
 #include "mips/tm-mips.h"
 #include "solib.h"
 
-/* There's an E_MIPS_ABI_O32 flag in e_flags, but we don't use it - in
-   fact, using it may violate the o32 ABI.  */
-
-#define MIPS_DEFAULT_ABI MIPS_ABI_O32
-
 /* We don't want to inherit tm-mips.h's shared library trampoline code.  */
 #undef IN_SOLIB_CALL_TRAMPOLINE
 #undef IN_SOLIB_RETURN_TRAMPOLINE
index 296dea672c4cbd7d96dacfa890f605e6f4adf403..8c18294f90f10becf2f509c9f77299ac5451fafc 100644 (file)
@@ -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;