URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [gas/] [testsuite/] [gas/] [cris/] [us-err-3.s] - Rev 38
Go to most recent revision | Compare with Previous | Blame | View Log
; Test that we get an error when directive does not match option. ; Make sure we specify ELF so we don't get spurious failures when testing ; a.out. ; { dg-do assemble } ; { dg-options "--no-underscore --em=criself" } .syntax leading_underscore ; { dg-error ".* \.syntax leading_underscore requires .* `--underscore'" } start: nop
Go to most recent revision | Compare with Previous | Blame | View Log