diff options
-rw-r--r-- | bfd/ChangeLog | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cf609f7..7b82767 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -32,6 +32,7 @@ 2008-08-01 Alan Modra <amodra@bigpond.net.au> + PR 6774 * elf.c (rewrite_elf_program_header): Don't wrap p_paddr to include file or program headers. diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c968dc8..443af28 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,6 @@ 2008-08-06 Alan Modra <amodra@bigpond.net.au> + PR 6774 * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol. (setup_section): Don't zero vma and lma when extract_symbol. (copy_section): Discard relocations when extract_symbol. |