* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / mips-tdep.c
index 61c9b95316d0097303ab97c9199f461f94dace1e..17b80ca3f19ebe282ffac67b454579117f825de5 100644 (file)
@@ -2548,7 +2548,7 @@ mips_pop_frame (void)
       else
        linked_proc_desc_table = pi_ptr->next;
 
-      free (pi_ptr);
+      xfree (pi_ptr);
 
       write_register (HI_REGNUM,
                      read_memory_integer (new_sp - 2 * MIPS_SAVED_REGSIZE,
@@ -3705,7 +3705,7 @@ mips_call_dummy_address (void)
 }
 
 
-/* If the current gcc for for this target does not produce correct debugging
+/* If the current gcc for this target does not produce correct debugging
    information for float parameters, both prototyped and unprototyped, then
    define this macro.  This forces gdb to  always assume that floats are
    passed as doubles and then converted in the callee.
This page took 0.024451 seconds and 4 git commands to generate.