* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index 6b3484d683b7a74c49eda2090defc5ee3b116acc..00aad2f7e2653d0b85071021c6d64c1a8dc599f1 100644 (file)
@@ -239,6 +239,13 @@ 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
@@ -534,7 +541,7 @@ info_architecture (char *args, int from_tty)
        {
          printf_filtered (" %s", *arch);
        }
-      free (arches);
+      xfree (arches);
     }
   else
     {
This page took 0.023709 seconds and 4 git commands to generate.