OSDN Git Service

* mn10300-tdep.c (mn10300_extract_return_value): Mark this as
authorjimb <jimb>
Wed, 9 May 2001 05:03:00 +0000 (05:03 +0000)
committerjimb <jimb>
Wed, 9 May 2001 05:03:00 +0000 (05:03 +0000)
static.  (This was accidentally omitted from the earlier patch.)

gdb/ChangeLog
gdb/mn10300-tdep.c

index a200519..c2a2340 100644 (file)
@@ -1,5 +1,8 @@
 2001-05-08  Jim Blandy  <jimb@redhat.com>
 
+       * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
+       static.  (This was accidentally omitted from the earlier patch.)
+       
        * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
        (mn10300_gdbarch_init): Register it as the architecture's
        dwarf2_reg_to_regnum method.
index d0d710a..dd7674e 100644 (file)
@@ -92,7 +92,7 @@ mn10300_saved_pc_after_call (struct frame_info *fi)
   return read_memory_integer (read_register (SP_REGNUM), 4);
 }
 
-void
+static void
 mn10300_extract_return_value (struct type *type, char *regbuf, char *valbuf)
 {
   if (TYPE_CODE (type) == TYPE_CODE_PTR)