diff options
author | Catherine Moore <clm@codesourcery.com> | 2015-07-09 08:07:47 -0700 |
---|---|---|
committer | Catherine Moore <clm@codesourcery.com> | 2015-07-09 08:07:47 -0700 |
commit | de231f2015ec537df22c60822c9adb1f2205c13e (patch) | |
tree | 27c3d75caa63bc06155a9dc221144f15fd5ad912 /bfd/ChangeLog | |
parent | 0f4576e3582f097cd257339d9395e88d07031002 (diff) | |
download | gdb-de231f2015ec537df22c60822c9adb1f2205c13e.zip gdb-de231f2015ec537df22c60822c9adb1f2205c13e.tar.gz gdb-de231f2015ec537df22c60822c9adb1f2205c13e.tar.bz2 |
2015-07-09 Catherine Moore <clm@codesourcery.com>
* elflink.c (bfd_elf_size_dynamic_sections): Call to
_bfd_elf_maybe_strip_eh_frame_hdr should be before
bed->elf_backend_size_dynamic_sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e6d1783..e8c783e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-07-09 Catherine Moore <clm@codesourcery.com> + + * elflink.c (bfd_elf_size_dynamic_sections): Call to + _bfd_elf_maybe_strip_eh_frame_hdr should be before + bed->elf_backend_size_dynamic_sections. + 2015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com> * elf32-avr.c: Add 32 bit PC relative relocation for AVR target. |