[committed] arc: Update binutils arc predicate for tests.
Checks
Commit Message
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(-)
@@ -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
}