Merge r9612 (make pushfpopf work on Darwin) from the DARWIN branch.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9613
This commit is contained in:
Nicholas Nethercote 2009-04-24 21:49:11 +00:00
parent 32bd1a00c2
commit 8563ddc39b

View 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)"