diff options
author | 2023-01-05 11:00:35 +0000 | |
---|---|---|
committer | 2023-01-05 11:00:35 +0000 | |
commit | beb6b61d1e648df177146d5e7a9a10c21714e73d (patch) | |
tree | 1a1902beb9b758d7421e0cc665e38243eb73c191 /ld/emulparams | |
parent | Un xfail the PR19719 test for the AArch64 architecture (diff) | |
download | binutils-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.sh | 4 |
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 |