URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [all/] [equiv2.s] - Rev 352
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