URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [all/] [equiv2.s] - Rev 156
Go to most recent revision | Compare with Previous | Blame | View Log
;# Re-definition of an already .equiv-ed symbol (to an expression). ;# The assembler should reject this. .equiv x, y-z .equiv y, 1 .equiv z, 1 .equiv x, 1
Go to most recent revision | Compare with Previous | Blame | View Log