mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* simple.c (bfd_simple_get_relocated_section_contents): Call
_bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
This commit is contained in:
parent
2be24b54a9
commit
c82b20e457
@ -1,3 +1,8 @@
|
||||
2003-06-05 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* simple.c (bfd_simple_get_relocated_section_contents): Call
|
||||
_bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
|
||||
|
||||
2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
|
||||
|
||||
* coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
|
||||
|
@ -243,7 +243,7 @@ bfd_simple_get_relocated_section_contents (abfd, sec, outbuf, symbol_table)
|
||||
|
||||
if (symbol_table == NULL)
|
||||
{
|
||||
bfd_link_add_symbols (abfd, &link_info);
|
||||
_bfd_generic_link_add_symbols (abfd, &link_info);
|
||||
|
||||
storage_needed = bfd_get_symtab_upper_bound (abfd);
|
||||
symbol_table = (asymbol **) bfd_malloc (storage_needed);
|
||||
|
Loading…
Reference in New Issue
Block a user