[committed] arc: Update binutils arc predicate for tests.

Claudiu Zissulescu claziss@gmail.com
Mon Sep 25 07:33:56 GMT 2023


From: Claudiu Zissulescu <claziss@synopsys.com>

binutils/testsuite/binutils-all
xxxx-xx-xx  Claudiu Zissulescu  <claziss@synopsys.com>

	* binutils/testsuite/binutils-all/arc/objdump.exp: Update predicate.

Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
---
 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



More information about the Binutils mailing list