summaryrefslogtreecommitdiff
path: root/test/local.asm
AgeCommit message (Collapse)AuthorFilesLines
2008-10-06test: change .stdout/.stderr to stdout/stderrH. Peter Anvin1-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>
2008-05-21Configure tests to be performed automaticallyVictor van den Elzen1-0/+1
2007-11-08BR 1828103: Fix %arg and %localH. Peter Anvin1-0/+18
Correct the implementation of %arg and %local. It's questionable how much they make sense for 64-bit mode; even in 32-bit mode one normally make references off the stack pointer instead of the base pointer (frame pointer), but that requires keeping track of the stack pointer offset.