ld/testsuite: add aarch64nto to ld-aarch64
authorClément Chigot <chigot@adacore.com>
Wed, 26 Oct 2022 15:03:40 +0000 (17:03 +0200)
committerClé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

index a6c2862a159f446c2dbf2b5975c5d35dbd3258d8..48c8c12ef8f1aafbf117119ba80d3fd754e6f254 100644 (file)
@@ -66,6 +66,9 @@ proc aarch64_choose_lp64_emul {} {
        }
        return "aarch64linux"
     }
+    if [istarget *nto*] then {
+       return "aarch64nto"
+    }
     if [istarget aarch64_be-*] {
         return "aarch64elfb"
     }