(m32r_handle_align): Declare type of fragp.
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index 4c87676d834e88631eb1997585e2a2b50c0cdbc2..00aad2f7e2653d0b85071021c6d64c1a8dc599f1 100644 (file)
@@ -233,6 +233,19 @@ default_convert_from_func_ptr_addr (CORE_ADDR addr)
   return addr;
 }
 
+int
+no_op_reg_to_regnum (int reg)
+{
+  return reg;
+}
+
+/* For use by frame_args_address and frame_locals_address.  */
+CORE_ADDR
+default_frame_address (struct frame_info *fi)
+{
+  return fi->frame;
+}
+
 /* Functions to manipulate the endianness of the target.  */
 
 #ifdef TARGET_BYTE_ORDER_SELECTABLE
@@ -528,7 +541,7 @@ info_architecture (char *args, int from_tty)
        {
          printf_filtered (" %s", *arch);
        }
-      free (arches);
+      xfree (arches);
     }
   else
     {
This page took 0.024831 seconds and 4 git commands to generate.