diff options
author | Alan Modra <amodra@gmail.com> | 2008-05-19 06:06:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-05-19 06:06:03 +0000 |
commit | 6ffd79000b45e77b3625143932ffbf781b6aecab (patch) | |
tree | ea06bdf301bb4c57edb1a004dd9117eece27e608 /bfd/ChangeLog | |
parent | 3ea4a8cb4ba46099caa26e67b78c68e88b4dc535 (diff) | |
download | gdb-6ffd79000b45e77b3625143932ffbf781b6aecab.zip gdb-6ffd79000b45e77b3625143932ffbf781b6aecab.tar.gz gdb-6ffd79000b45e77b3625143932ffbf781b6aecab.tar.bz2 |
PR 2995, PR 6473
* elf.c (_bfd_elf_make_section_from_shdr): Leave lma equal to
vma when all p_paddr fields are zero and there is more than
one PT_LOAD header.
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 8246fa7..ba07dad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2008-05-19 Alan Modra <amodra@bigpond.net.au> + + PR 2995, PR 6473 + * elf.c (_bfd_elf_make_section_from_shdr): Leave lma equal to + vma when all p_paddr fields are zero and there is more than + one PT_LOAD header. + 2008-05-15 Christophe Lyon <christophe.lyon@st.com> Add long call support for ARM. |