Make infcall.c:unwind_on_signal_p static.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 3 May 2012 00:10:07 +0000 (00:10 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 3 May 2012 00:10:07 +0000 (00:10 +0000)
gdb/ChangeLog:

* infcall.c (unwind_on_signal_p): Make static.

gdb/ChangeLog
gdb/infcall.c

index 0bb6d75d356c2603d24c37fc0bfdda12357aae2f..b810d47de77405eb01881211bf6f497b4311945f 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * infcall.c (unwind_on_signal_p): Make static.
+
 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
 
        * sol-thread.c (solaris_pid_to_str): Make static.
index 6c250e3c0cca39c7bf996b58020ceebbe4874cbc..8737c7bd7e8984c481a1761b81ca9d5b9264b10b 100644 (file)
@@ -88,7 +88,7 @@ show_coerce_float_to_double_p (struct ui_file *file, int from_tty,
 
    The default is to stop in the frame where the signal was received.  */
 
-int unwind_on_signal_p = 0;
+static int unwind_on_signal_p = 0;
 static void
 show_unwind_on_signal_p (struct ui_file *file, int from_tty,
                         struct cmd_list_element *c, const char *value)
This page took 0.030987 seconds and 4 git commands to generate.