2004-12-17 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Fri, 17 Dec 2004 19:21:20 +0000 (19:21 +0000)
committerRandolph Chung <tausq@debian.org>
Fri, 17 Dec 2004 19:21:20 +0000 (19:21 +0000)
* hppa-hpux-tdep.c (setup_d_pid_in_inferior): Make static.
(find_stub_with_shl_get): Make static.

gdb/ChangeLog
gdb/hppa-hpux-tdep.c

index a6ff4365381ac40bc46017d0ddcebb580dcb7963..6e96d2374a5af7e2a3cb25cb1eeb55564ef49f4e 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-17  Randolph Chung  <tausq@debian.org>
+
+       * hppa-hpux-tdep.c (setup_d_pid_in_inferior): Make static.
+       (find_stub_with_shl_get): Make static.
+
 2004-12-17  Randolph Chung  <tausq@debian.org>
 
        * hppa-hpux-tdep.c (IS_32BIT_TARGET): New.
index 53ef90d3c662b87ba3c154e8a682dd947e35bc2f..e624cc8f7a846d3e8be4fad776057237212172c2 100644 (file)
@@ -599,7 +599,7 @@ static struct symtab_and_line *break_callback_sal = 0;
    ourselves.
    0 => success
    1 => failure  */
-int
+static int
 setup_d_pid_in_inferior (void)
 {
   CORE_ADDR anaddr;
@@ -645,7 +645,7 @@ setup_d_pid_in_inferior (void)
    end.c
    man entry for shl_findsym */
 
-CORE_ADDR
+static CORE_ADDR
 find_stub_with_shl_get (struct minimal_symbol *function, CORE_ADDR handle)
 {
   struct symbol *get_sym, *symbol2;
This page took 0.032358 seconds and 4 git commands to generate.