summaryrefslogtreecommitdiff
path: root/test/fwdoptpp.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-061-3/+3
| | | | | | | | Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* test/fwdoptpp: test %error, %warning, %fatalH. Peter Anvin2008-09-241-2/+19
| | | | | | Test all of %error, %warning, and %fatal. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* %error, %warning out on the final pass, add %fatalH. Peter Anvin2008-09-241-0/+133
Only process %error or %warning directives on the final pass. Add a new %fatal directive which terminates assembly immediately.