From 7dedc6daabe69398591aea89a6a16134c70315ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Chigot?= Date: Wed, 26 Oct 2022 17:03:40 +0200 Subject: ld/testsuite: add aarch64nto to ld-aarch64 ld/ChangeLog: * testsuite/ld-aarch64/aarch64-elf.exp: Add support for aarch64nto. --- ld/testsuite/ld-aarch64/aarch64-elf.exp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld') diff --git a/ld/testsuite/ld-aarch64/aarch64-elf.exp b/ld/testsuite/ld-aarch64/aarch64-elf.exp index a6c2862a159..48c8c12ef8f 100644 --- 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" } -- cgit v1.2.1