diff options
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | ld/ChangeLog | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b145feb..0069b1f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -13,6 +13,12 @@ * elf.c (elfcore_grok_freebsd_psinfo): Check for minimum note size and handle pr_pid if present. +2016-07-20 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/20376 + * elf.c (assign_file_positions_for_load_sections): Also check + p_paddr for program header space. + 2016-07-20 Alan Modra <amodra@gmail.com> * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_PLTREL32>): Put diff --git a/ld/ChangeLog b/ld/ChangeLog index 291e6bd..c200144 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -33,12 +33,6 @@ * testsuite/ld-elf/empty-implib.out: Add expected final error. * testsuite/ld-elf/implib.rd: Update. -2016-07-20 H.J. Lu <hongjiu.lu@intel.com> - - PR ld/20376 - * elf.c (assign_file_positions_for_load_sections): Also check - p_paddr for program header space. - 2016-07-20 Alan Modra <amodra@gmail.com> * ldexp.c (exp_unop, exp_binop, exp_trinop, exp_nameop): Don't |