]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 24 Apr 2009 21:49:11 +0000 (21:49 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 24 Apr 2009 21:49:11 +0000 (21:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9613

memcheck/tests/x86/pushfpopf_s.S

index 23e297fe9596e4b138f3951afee0ae6bfd6a499e..2bc43e8614263cb2f9d9e60e21bee28bb25630da 100644 (file)
@@ -1,11 +1,11 @@
-       .file   "twoparams.c"
+#include "tests/asm.h"
+
        .version        "01.01"
 gcc2_compiled.:
 .text
        .align 4
-.globl fooble
-       .type    fooble,@function
-fooble:
+.globl VG_SYM_ASM(fooble)
+VG_SYM_ASM(fooble):
        pushl   %ebp
        movl    %esp, %ebp
        movl    8(%ebp), %eax
@@ -37,5 +37,4 @@ theend:
        popl    %ebp
        ret
 .Lfe1:
-       .size    fooble,.Lfe1-fooble
        .ident  "GCC: (GNU) 2.96 20000731 (Red Hat Linux 7.1 2.96-98)"