diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-05 14:07:52 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-05 14:07:52 +0000 |
commit | c82b20e4573561011a801e436bcca84cfa999113 (patch) | |
tree | 2ec153b4c8d562db66d6db73afcd7657cdd62701 /bfd/ChangeLog | |
parent | 2be24b54a9ec257e8f0f5035e1bf66ceb6a517ad (diff) | |
download | gdb-c82b20e4573561011a801e436bcca84cfa999113.zip gdb-c82b20e4573561011a801e436bcca84cfa999113.tar.gz 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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1d630a3..4b54cc2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 |