diff options
author | Nick Clifton <nickc@redhat.com> | 2023-01-05 11:00:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-01-05 11:00:35 +0000 |
commit | beb6b61d1e648df177146d5e7a9a10c21714e73d (patch) | |
tree | 1a1902beb9b758d7421e0cc665e38243eb73c191 /ld/ChangeLog | |
parent | b26c8438c71d44427fc9c7ef6fa2ab1742d220a9 (diff) | |
download | binutils-beb6b61d1e648df177146d5e7a9a10c21714e73d.zip binutils-beb6b61d1e648df177146d5e7a9a10c21714e73d.tar.gz binutils-beb6b61d1e648df177146d5e7a9a10c21714e73d.tar.bz2 |
Add an extra emulation called arm64pe to the aarch64pe emulation.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a619fa1..da44a4c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2023-01-05 Nick Clifton <nickc@redhat.com> + + * configure.tgt: Add arm64pe as an extra emulation for aarch64pe. + * Makefile.am (ALL_64_EMULATION_SOURCES): Add earm64pe.c + * emultempl/pep.em: Add suppport for arm64pe emulation. + * Makefile.in: Regenerate. + * po/BLD-POTFILES.in: Regenerate. + * po/ld.pot: Regenerate. + 2023-01-05 Andreas K. Huettel <dilfridge@gentoo.org> * testsuite/ld-elf/shared.exp: un-xfail the PR19710 test for the |