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.
This commit is contained in:
parent
77d18ded6e
commit
1c95a4acbf
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2004-12-17 Randolph Chung <tausq@debian.org>
|
||||||
|
|
||||||
* hppa-hpux-tdep.c (IS_32BIT_TARGET): New.
|
* hppa-hpux-tdep.c (IS_32BIT_TARGET): New.
|
||||||
|
|
|
@ -599,7 +599,7 @@ static struct symtab_and_line *break_callback_sal = 0;
|
||||||
ourselves.
|
ourselves.
|
||||||
0 => success
|
0 => success
|
||||||
1 => failure */
|
1 => failure */
|
||||||
int
|
static int
|
||||||
setup_d_pid_in_inferior (void)
|
setup_d_pid_in_inferior (void)
|
||||||
{
|
{
|
||||||
CORE_ADDR anaddr;
|
CORE_ADDR anaddr;
|
||||||
|
@ -645,7 +645,7 @@ setup_d_pid_in_inferior (void)
|
||||||
end.c
|
end.c
|
||||||
man entry for shl_findsym */
|
man entry for shl_findsym */
|
||||||
|
|
||||||
CORE_ADDR
|
static CORE_ADDR
|
||||||
find_stub_with_shl_get (struct minimal_symbol *function, CORE_ADDR handle)
|
find_stub_with_shl_get (struct minimal_symbol *function, CORE_ADDR handle)
|
||||||
{
|
{
|
||||||
struct symbol *get_sym, *symbol2;
|
struct symbol *get_sym, *symbol2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue