Browse Source

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.
binutils-csl-arm-2005q1-branch
Randolph Chung 22 years ago
parent
commit
1c95a4acbf
  1. 5
      gdb/ChangeLog
  2. 4
      gdb/hppa-hpux-tdep.c

5
gdb/ChangeLog

@ -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.

4
gdb/hppa-hpux-tdep.c

@ -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;

Loading…
Cancel
Save