diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-12-07 19:21:44 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-12-07 19:21:44 +0000 |
commit | f28760375823ffa73dc8db93c6abf9d2e3148981 (patch) | |
tree | 3f8ae462659865f34ce2693a0219bb30d40bc249 /bfd/ChangeLog | |
parent | fe21a8fc74862995effcdc1d994a1dec827ca3ac (diff) | |
download | gdb-f28760375823ffa73dc8db93c6abf9d2e3148981.zip gdb-f28760375823ffa73dc8db93c6abf9d2e3148981.tar.gz gdb-f28760375823ffa73dc8db93c6abf9d2e3148981.tar.bz2 |
2005-12-07 H.J. Lu <hongjiu.lu@intel.com>
Andreas Schwab <schwab@suse.de>
PR binutils/1991
* elf.c (assign_section_numbers): Always use the output section
when setting up sh_link for SHF_LINK_ORDER.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e34e2db..3051cdc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2005-12-07 H.J. Lu <hongjiu.lu@intel.com> + Andreas Schwab <schwab@suse.de> + + PR binutils/1991 + * elf.c (assign_section_numbers): Always use the output section + when setting up sh_link for SHF_LINK_ORDER. + 2005-12-07 Thiemo Seufer <ths@networkno.de> H.J. Lu <hongjiu.lu@intel.com> |