Some gas tests are excluded for arc targets using the pattern arc-*-*,
however this only covers little endian arc targets.  This commit extends
the patter to cover big endian arc targets, the pattern is now arc*-*-*.
gas/ChangeLog:
	* testsuite/gas/all/gas.exp: Change target pattern to cover
	arceb-*.
	* testsuite/gas/all/redef3.d: Likewise.
	* testsuite/gas/elf/elf.exp: Likewise.
+2016-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/gas/all/gas.exp: Change target pattern to cover
+       arceb-*.
+       * testsuite/gas/all/redef3.d: Likewise.
+       * testsuite/gas/elf/elf.exp: Likewise.
+
 2016-02-24  Renlin Li  <renlin.li@arm.com>
 
        * config/tc-arm.c (BAD_FP16): New error message macro.
 
        run_dump_test redef
        # These targets fail redef2 because they disallow redefined
        # symbols on relocs.
-       setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*" "arc-*-*"
+       setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*" "arc*-*-*"
        setup_xfail "rx-*-*" "vax*-*-*" "xgate*-*-*" "z8k-*-*"
        run_dump_test redef2
        setup_xfail "m68hc1*-*-*" "m6811-*-*" "m6812-*-*"
 
 #objdump: -rsj .data
 #name: .equ redefinitions (3)
-#not-target: arc-*-* *-*darwin*
+#not-target: arc*-*-* *-*darwin*
 
 .*: .*
 
 
            # against ordinary symbols into relocations against section symbols.
            # This is usually revealed by the error message:
            #  symbol `sym' required but not present
-       setup_xfail "m681*-*-*" "m68hc*-*-*" "arc-*-*"
+           setup_xfail "m681*-*-*" "m68hc*-*-*" "arc*-*-*"
            run_dump_test redef
            run_dump_test equ-reloc
        }