summaryrefslogtreecommitdiff
path: root/bfd/simple.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-06-05 14:07:52 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-06-05 14:07:52 +0000
commitae5fe690900f463dbf594681802f25c8d8016ba2 (patch)
tree75aa0ba9dd8f514bebbe109b4916c112e9ebbf90 /bfd/simple.c
parent66929877d9a0310ef2b28dd54b3f2ea2f8ae2096 (diff)
downloadbinutils-redhat-ae5fe690900f463dbf594681802f25c8d8016ba2.tar.gz
* 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 a247f1153b..0042e60a3f 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);