OSDN Git Service

* breakpoint.c (insert_catchpoint): Make static.
authordrow <drow>
Wed, 2 Jul 2003 16:24:00 +0000 (16:24 +0000)
committerdrow <drow>
Wed, 2 Jul 2003 16:24:00 +0000 (16:24 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index f1de963..f687592 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-02  Daniel Jacobowitz  <drow@mvista.com>
+
+       * breakpoint.c (insert_catchpoint): Make static.
+
 2003-07-02  Andreas Schwab  <schwab@suse.de>
 
        * ia64-tdep.c (ia64_push_dummy_call): Define as combination of
index 2980d4d..e681e32 100644 (file)
@@ -704,7 +704,7 @@ read_memory_nobpt (CORE_ADDR memaddr, char *myaddr, unsigned len)
 \f
 
 /* A wrapper function for inserting catchpoints.  */
-int
+static int
 insert_catchpoint (struct ui_out *uo, void *args)
 {
   struct breakpoint *b = (struct breakpoint *) args;