* gas/all/gas.exp: Remove some xfails on redef2 and redef3 tests.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / equiv2.s
CommitLineData
9497f5ac
NC
1;# Re-definition of an already .equiv-ed symbol (to an expression).
2;# The assembler should reject this.
3 .equiv x, y-z
4 .equiv y, 1
5 .equiv z, 1
6 .equiv x, 1
This page took 0.263986 seconds and 4 git commands to generate.