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-2.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 "--underscore" } .syntax no_leading_underscore ; { dg-error ".* \.syntax no_leading_underscore requires .* `--no-underscore'" } start: nop
Go to most recent revision | Compare with Previous | Blame | View Log