From f0a3c3dd52da96860e41f6df504b0cb8362ecb3e Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Mon, 25 Sep 2023 10:32:52 +0300 Subject: [PATCH] arc: Update binutils arc predicate for tests. binutils/testsuite/binutils-all xxxx-xx-xx Claudiu Zissulescu * binutils/testsuite/binutils-all/arc/objdump.exp: Update predicate. Signed-off-by: Claudiu Zissulescu --- binutils/testsuite/binutils-all/arc/objdump.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/testsuite/binutils-all/arc/objdump.exp b/binutils/testsuite/binutils-all/arc/objdump.exp index a12b3d9f251..68b43ba0764 100644 --- a/binutils/testsuite/binutils-all/arc/objdump.exp +++ b/binutils/testsuite/binutils-all/arc/objdump.exp @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -if {![istarget "arc*-*-*"]} then { +if {![istarget "arc-*-*"] && ![istarget "arceb-*-*"]} then { return } -- 2.30.2