mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 15:54:25 +08:00
Define hppa_get_symbol_info. Missed it when updating for nm.
This commit is contained in:
parent
96bfa6120d
commit
4645cce479
@ -1,3 +1,7 @@
|
||||
Thu Jun 3 15:33:57 1993 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||
|
||||
* hppa.c (hppa_get_symbol_info): New function.
|
||||
|
||||
Thu Jun 3 13:07:42 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||
|
||||
* elfcode.h (elf_map_symbols): Don't crash if no symbols have been
|
||||
|
@ -434,6 +434,15 @@ hppa_make_empty_symbol (abfd)
|
||||
return &new->symbol;
|
||||
}
|
||||
|
||||
static void
|
||||
hppa_get_symbol_info (ignore_abfd, symbol, ret)
|
||||
bfd *ignore_abfd;
|
||||
asymbol *symbol;
|
||||
symbol_info ret;
|
||||
{
|
||||
bfd_symbol_info (symbol, ret);
|
||||
}
|
||||
|
||||
static void
|
||||
hppa_print_symbol (ignore_abfd, afile, symbol, how)
|
||||
bfd *ignore_abfd;
|
||||
|
Loading…
Reference in New Issue
Block a user