* simple.c (bfd_simple_get_relocated_section_contents): Call
authorDaniel Jacobowitz <drow@false.org>
Thu, 5 Jun 2003 14:07:52 +0000 (14:07 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 5 Jun 2003 14:07:52 +0000 (14:07 +0000)
_bfd_generic_link_add_symbols instead of bfd_link_add_symbols.

bfd/ChangeLog
bfd/simple.c

index 1d630a3b0944ca23f53f4560d951c02b19a46e3b..4b54cc23b80cd8d60d933b30fb01e42ffa90cf38 100644 (file)
@@ -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
index a247f1153ba81030e05f393cba0ddd888ebe7450..0042e60a3f5608d331f54c4f17faf38468d26c7f 100644 (file)
@@ -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);