diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-10-16 21:04:04 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-10-16 21:04:04 +0000 |
commit | 9da84788daafe295573bb29bb85616086abc0c2c (patch) | |
tree | ce1e5f3ac6a9e2c42f1207d1648a7b1ffeb6980a /bfd/ChangeLog | |
parent | 506fb3678493f7f3028e1364dfcf7b8b8f2ed4d8 (diff) | |
download | gdb-9da84788daafe295573bb29bb85616086abc0c2c.zip gdb-9da84788daafe295573bb29bb85616086abc0c2c.tar.gz gdb-9da84788daafe295573bb29bb85616086abc0c2c.tar.bz2 |
2003-10-16 H.J. Lu <hongjiu.lu@intel.com>
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
use the last CIE from a different section.
(_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
size of the output section.
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 b96d322..337c7c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-10-16 H.J. Lu <hongjiu.lu@intel.com> + + * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't + use the last CIE from a different section. + (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw + size of the output section. + 2003-10-07 Roland McGrath <roland@redhat.com> * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of |