summaryrefslogtreecommitdiff
path: root/test/fwdopt.asm
AgeCommit message (Collapse)Author
2008-10-06test: change .stdout/.stderr to stdout/stderrH. Peter Anvin
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>
2008-09-23test: test for code that relies on the optimizer to be validH. Peter Anvin
There exists a fair bit of code out there which relies on the optimizer in order to fit inside a predefined envelope. NASM 2.04rc4 breaks this; write a simple test to demonstrate. Signed-off-by: H. Peter Anvin <hpa@zytor.com>