diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3ad571f..221e2d3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,34 @@ 2020-02-06 H.J. Lu <hongjiu.lu@intel.com> + PR ld/25022 + * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add + before_place_orphans_default. + * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise. + * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use + ldelf_before_place_orphans. + * ldelf.c (ldelf_before_place_orphans): New. + * ldelf.h (ldelf_before_place_orphans): Likewise. + * ldemul.c (ldemul_before_place_orphans): Likewise. + (before_place_orphans_default): Likewise. + * ldemul.h (ldemul_before_place_orphans): Likewise. + (before_place_orphans_default): Likewise. + (ld_emulation_xfer_struct): Add before_place_orphans. + * ldlang.c (lang_process): Call ldemul_before_place_orphans + before lang_place_orphans. + * testsuite/ld-elf/pr25022.d: New file. + * testsuite/ld-elf/pr25022.s: Likewise. + * testsuite/ld-elf/pr25022.t: Likewise. + +2020-02-06 H.J. Lu <hongjiu.lu@intel.com> + PR ld/25490 * testsuite/ld-elf/pr25490-1.d: New file. * testsuite/ld-elf/pr25490-1.s: Likewise. |