diff options
author | nethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2004-10-19 17:49:39 +0000 |
---|---|---|
committer | nethercote <nethercote@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2004-10-19 17:49:39 +0000 |
commit | 664ffd12cd29091890c38043791ac8caa259a2fd (patch) | |
tree | 1455eb3ccc723c2fafc9e560204ac5f3cf749467 /cachegrind/tests | |
parent | 5548ded727def58920e251f9aa6220a58dc948a1 (diff) |
Forgot to cvs remove this when I moved it to x86/.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2807 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind/tests')
-rw-r--r-- | cachegrind/tests/fpu-28-108.S | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/cachegrind/tests/fpu-28-108.S b/cachegrind/tests/fpu-28-108.S deleted file mode 100644 index f655c00f..00000000 --- a/cachegrind/tests/fpu-28-108.S +++ /dev/null @@ -1,24 +0,0 @@ -/* Test 28 and 108 byte loads and stores. (Just make sure program - runs without any assertion failures from V.) */ - -/* Useful listing: - gcc -o tests/fpu_28_108 tests/fpu_28_108.S -Wa,-a */ - -.data -fooble: - .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 - .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -bar: - -.text -.globl main -main: - fstsw fooble - fsave fooble - frstor fooble - fstenv fooble - fldenv fooble - movl $0, %eax - ret - |