aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-01-05 11:00:35 +0000
committerNick Clifton <nickc@redhat.com>2023-01-05 11:00:35 +0000
commitbeb6b61d1e648df177146d5e7a9a10c21714e73d (patch)
tree1a1902beb9b758d7421e0cc665e38243eb73c191 /ld/emulparams
parentUn xfail the PR19719 test for the AArch64 architecture (diff)
downloadbinutils-gdb-beb6b61d1e648df177146d5e7a9a10c21714e73d.tar.gz
binutils-gdb-beb6b61d1e648df177146d5e7a9a10c21714e73d.tar.bz2
binutils-gdb-beb6b61d1e648df177146d5e7a9a10c21714e73d.zip
Add an extra emulation called arm64pe to the aarch64pe emulation.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/arm64pe.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/emulparams/arm64pe.sh b/ld/emulparams/arm64pe.sh
new file mode 100644
index 00000000000..dbf31549483
--- /dev/null
+++ b/ld/emulparams/arm64pe.sh
@@ -0,0 +1,4 @@
+# The "arm64pe" emulation is used as an alias for "aarch64pe".
+# It is provided for compatibility with Clang, which uses this name when invoking the linker.
+
+. ${srcdir}/emulparams/aarch64pe.sh