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/] [cris/] [us-err-3.s] - Rev 215
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