summaryrefslogtreecommitdiff
path: root/test/larlsl.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-061-1/+1
| | | | | | | | 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>
* Configure tests to be performed automaticallyVictor van den Elzen2008-05-211-0/+2
|
* Fix BR 1490407: size of the second operand of LAR/LSLH. Peter Anvin2007-09-251-0/+21
The second operand of LAR/LSL is always 16 bits.