URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [xtensa/] [err-pcrel.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
# { dg-do assemble { target xtensa*-*-* } } .text .global foo beqz a2, 1f@pcrel # { dg-error "relocation not allowed" "" } 1: movi a2, foo@pcrel # { dg-error "relocation not allowed" "" } foo: .short foo@pcrel # { dg-error "relocations do not fit" "" }
Go to most recent revision | Compare with Previous | Blame | View Log