diff options
author | Alan Modra <amodra@gmail.com> | 2014-04-30 10:11:56 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-04-30 10:11:56 +0930 |
commit | 5087d529319fc6d5985032183c138dd715d707b3 (patch) | |
tree | b4b445a47d7c2f312d08a8dd879acd96b36a329a /bfd/ChangeLog | |
parent | 264bddaff16ce11038fa8e40068ec7535a3a7f3c (diff) | |
download | gdb-5087d529319fc6d5985032183c138dd715d707b3.zip gdb-5087d529319fc6d5985032183c138dd715d707b3.tar.gz gdb-5087d529319fc6d5985032183c138dd715d707b3.tar.bz2 |
Don't use vma to identify eh_frame personality function
This is all we should need to be able to run the eh_frame parts of
bfd_elf_discard_info before bfd_elf_size_dynamic_sections
* elf-eh-frame.c (struct cie.personality): Replace val with sym.
(find_merged_cie): Identify personality functions by (bfd_id,index)
pair when a local sym is used.
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 5eb59d3..4a4d3cf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2014-04-30 Alan Modra <amodra@gmail.com> + + * elf-eh-frame.c (struct cie.personality): Replace val with sym. + (find_merged_cie): Identify personality functions by (bfd_id,index) + pair when a local sym is used. + 2014-04-29 Christian Svensson <blue@cmd.nu> * elf32-or1k.c: Fix a bug where non-TLS relocations would be forced |