2003-06-13 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Fri, 13 Jun 2003 04:19:08 +0000 (04:19 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 13 Jun 2003 04:19:08 +0000 (04:19 +0000)
* mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
mips_o32_use_struct_convention with always_use_struct_convention.

gdb/ChangeLog
gdb/mips-tdep.c

index 4df86e14584d26d951273fc0a223dcf1d72755f3..d17df62037886741bd85b8c71d60878f311cf382 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-13  Andrew Cagney  <cagney@redhat.com>
+
+       * mips-tdep.c (mips_gdbarch_init): Replace remaining instances of
+       mips_o32_use_struct_convention with always_use_struct_convention.
+
 2003-06-12  David Carlton  <carlton@kealia.com>
 
        * cp-namespace.c (cp_set_block_scope): Comment out
index 57af8ec72e80d82ed2bcc64eb9bc3b30bda3881b..a9876f9656bf1450141a71d1fb8afbdb0b8049c6 100644 (file)
@@ -5790,8 +5790,7 @@ mips_gdbarch_init (struct gdbarch_info info,
       set_gdbarch_long_long_bit (gdbarch, 64);
       set_gdbarch_reg_struct_has_addr (gdbarch, 
                                       mips_o32_reg_struct_has_addr);
-      set_gdbarch_use_struct_convention (gdbarch, 
-                                        mips_o32_use_struct_convention);
+      set_gdbarch_use_struct_convention (gdbarch, always_use_struct_convention);
       break;
     case MIPS_ABI_EABI32:
       set_gdbarch_push_dummy_call (gdbarch, mips_eabi_push_dummy_call);