summaryrefslogtreecommitdiff
path: root/test/riprel.asm
AgeCommit message (Collapse)AuthorFilesLines
2008-10-06test: change .stdout/.stderr to stdout/stderrH. Peter Anvin1-2/+2
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-05-21Configure tests to be performed automaticallyVictor van den Elzen1-0/+2
2007-10-31Even more "riprel" testsH. Peter Anvin1-0/+3564
Add a64 and a32 combinations.
2007-09-28Unbreak relative references to immediate addressesH. Peter Anvin1-0/+1188
Remove bogus "treat labels different from immediates" code, which would result in generating of a relative mod/rm but without adjusting the address accordingly. Update addressing mode test.
2007-09-26Test for various addressing modes in 64-bit modeH. Peter Anvin1-74/+578
Test of various addressing modes in 64-bit mode. Relative addresses specified as numbers are currently broken!!
2007-08-29Use standard macro for the default directiveH. Peter Anvin1-2/+2
2007-08-29More test cases for rel and abs addressingH. Peter Anvin1-1/+62
2007-08-29Add test cases for IP-relative addressingH. Peter Anvin1-0/+38