diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-30 06:01:22 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-30 06:01:22 +0000 |
commit | a76e6f2fc1f2242809ec35fa2fe42fd67f2610eb (patch) | |
tree | bc92ef27ecda222d14accb2e9552a35f73cb12be /bfd/ChangeLog | |
parent | 48cb5944c5776da8fbcec9d24668b700e60607e6 (diff) | |
download | gdb-a76e6f2fc1f2242809ec35fa2fe42fd67f2610eb.zip gdb-a76e6f2fc1f2242809ec35fa2fe42fd67f2610eb.tar.gz gdb-a76e6f2fc1f2242809ec35fa2fe42fd67f2610eb.tar.bz2 |
PR binutils/11953
* elf.c (copy_elf_program_header): Calculate map->header_size
from lowest_section, not first_section. Validate program
header p_paddr against section lma. Find lowest_section in
second loop over headers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 32cc175..603af38 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2010-08-30 Alan Modra <amodra@gmail.com> + + PR binutils/11953 + * elf.c (copy_elf_program_header): Calculate map->header_size + from lowest_section, not first_section. Validate program + header p_paddr against section lma. Find lowest_section in + second loop over headers. + 2010-08-28 Alan Modra <amodra@gmail.com> * elflink.c (_bfd_elf_dynamic_symbol_p): Rename param. Make @@ -191,7 +199,7 @@ elf_tdata's core_lwpid instead of to core_pid. * elfn32-mips.c (elf32_mips_grok_prstatus): Write the LWPID to elf_tdata's core_lwpid instead of to core_pid. - + * plugin.c (bfd_plugin_core_file_pid): New function. * aout-target.h (MY_core_file_pid): Define. * aout-tic30.c (MY_core_file_pid, MY_core_file_p): New defines. |