From c82b20e4573561011a801e436bcca84cfa999113 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 5 Jun 2003 14:07:52 +0000 Subject: * simple.c (bfd_simple_get_relocated_section_contents): Call _bfd_generic_link_add_symbols instead of bfd_link_add_symbols. --- bfd/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/simple.c') 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); -- cgit v1.1