aboutsummaryrefslogtreecommitdiff
path: root/bfd/simple.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-05 14:07:52 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-05 14:07:52 +0000
commitc82b20e4573561011a801e436bcca84cfa999113 (patch)
tree2ec153b4c8d562db66d6db73afcd7657cdd62701 /bfd/simple.c
parent2be24b54a9ec257e8f0f5035e1bf66ceb6a517ad (diff)
downloadfsf-binutils-gdb-c82b20e4573561011a801e436bcca84cfa999113.zip
fsf-binutils-gdb-c82b20e4573561011a801e436bcca84cfa999113.tar.gz
fsf-binutils-gdb-c82b20e4573561011a801e436bcca84cfa999113.tar.bz2
* simple.c (bfd_simple_get_relocated_section_contents): Call
_bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
Diffstat (limited to 'bfd/simple.c')
-rw-r--r--bfd/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/simple.c b/bfd/simple.c
index a247f11..0042e60 100644
--- a/bfd/simple.c
+++ b/bfd/simple.c
@@ -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);