Define hppa_get_symbol_info. Missed it when updating for nm.

This commit is contained in:
David MacKenzie 1993-06-03 22:35:06 +00:00
parent 96bfa6120d
commit 4645cce479
2 changed files with 13 additions and 0 deletions

View file

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

View file

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