mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* simple.c (bfd_simple_get_relocated_section_contents): Use
_bfd_generic_link_hash_table_create instead of bfd_link_hash_table_create.
This commit is contained in:
parent
ae826530f3
commit
228ce06419
@ -1,3 +1,9 @@
|
||||
2003-09-18 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* simple.c (bfd_simple_get_relocated_section_contents): Use
|
||||
_bfd_generic_link_hash_table_create instead of
|
||||
bfd_link_hash_table_create.
|
||||
|
||||
2003-09-10 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
|
||||
|
@ -185,7 +185,7 @@ bfd_simple_get_relocated_section_contents (bfd *abfd,
|
||||
memset (&link_info, 0, sizeof (link_info));
|
||||
link_info.input_bfds = abfd;
|
||||
|
||||
link_info.hash = bfd_link_hash_table_create (abfd);
|
||||
link_info.hash = _bfd_generic_link_hash_table_create (abfd);
|
||||
link_info.callbacks = &callbacks;
|
||||
callbacks.warning = simple_dummy_warning;
|
||||
callbacks.undefined_symbol = simple_dummy_undefined_symbol;
|
||||
|
Loading…
Reference in New Issue
Block a user