URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [all/] [equiv2.s] - Rev 38
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