From: Claudiu Zissulescu Date: Mon, 25 Sep 2023 07:32:52 +0000 (+0300) Subject: arc: Update binutils arc predicate for tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0a3c3dd52da96860e41f6df504b0cb8362ecb3e;p=binutils-gdb.git 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 --- 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 }