|
From: <sv...@va...> - 2009-04-24 21:49:16
|
Author: njn Date: 2009-04-24 22:49:11 +0100 (Fri, 24 Apr 2009) New Revision: 9613 Log: Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch. Modified: trunk/memcheck/tests/x86/pushfpopf_s.S Modified: trunk/memcheck/tests/x86/pushfpopf_s.S =================================================================== --- trunk/memcheck/tests/x86/pushfpopf_s.S 2009-04-24 21:17:12 UTC (rev 9612) +++ trunk/memcheck/tests/x86/pushfpopf_s.S 2009-04-24 21:49:11 UTC (rev 9613) @@ -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 @@ popl %ebp ret .Lfe1: - .size fooble,.Lfe1-fooble .ident "GCC: (GNU) 2.96 20000731 (Red Hat Linux 7.1 2.96-98)" |