projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b119512
)
ld/testsuite: add aarch64nto to ld-aarch64
author
Clément Chigot
<chigot@adacore.com>
Wed, 26 Oct 2022 15:03:40 +0000
(17:03 +0200)
committer
Clément Chigot
<chigot@adacore.com>
Thu, 16 Mar 2023 14:01:05 +0000
(15:01 +0100)
ld/ChangeLog:
* testsuite/ld-aarch64/aarch64-elf.exp: Add support for
aarch64nto.
ld/testsuite/ld-aarch64/aarch64-elf.exp
patch
|
blob
|
history
diff --git
a/ld/testsuite/ld-aarch64/aarch64-elf.exp
b/ld/testsuite/ld-aarch64/aarch64-elf.exp
index a6c2862a159f446c2dbf2b5975c5d35dbd3258d8..48c8c12ef8f1aafbf117119ba80d3fd754e6f254 100644
(file)
--- a/
ld/testsuite/ld-aarch64/aarch64-elf.exp
+++ b/
ld/testsuite/ld-aarch64/aarch64-elf.exp
@@
-66,6
+66,9
@@
proc aarch64_choose_lp64_emul {} {
}
return "aarch64linux"
}
+ if [istarget *nto*] then {
+ return "aarch64nto"
+ }
if [istarget aarch64_be-*] {
return "aarch64elfb"
}