URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [push-err-2.s] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
; { dg-do assemble { target cris-*-* } } ; { dg-options "--march=common_v10_v32" } x: ; There are no "push" or "pop" synonyms for the compatible ; subset of v10 and v32. push $r10 ; { dg-error "Unknown" } push $srp ; { dg-error "Unknown" } pop $r8 ; { dg-error "Unknown" } pop $mof ; { dg-error "Unknown" }
Go to most recent revision | Compare with Previous | Blame | View Log