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/] [diff1.s] - Rev 352
Go to most recent revision | Compare with Previous | Blame | View Log
# Difference of two undefined symbols. # The assembler should reject this. .text .globl _foo _foo: .long _a - _b
Go to most recent revision | Compare with Previous | Blame | View Log