]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Forgot to cvs remove this when I moved it to x86/.
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 19 Oct 2004 17:49:39 +0000 (17:49 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 19 Oct 2004 17:49:39 +0000 (17:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2807

cachegrind/tests/fpu-28-108.S [deleted file]

diff --git a/cachegrind/tests/fpu-28-108.S b/cachegrind/tests/fpu-28-108.S
deleted file mode 100644 (file)
index f655c00..0000000
+++ /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
-