URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [all/] [diff1.s] - Rev 859
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