From: Julian Seward Date: Sat, 6 Aug 2005 12:26:26 +0000 (+0000) Subject: Updated expected output following %eflags.ac simulation fix. X-Git-Tag: svn/VALGRIND_3_1_0~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b725cfc2e2270a6fd2a58e63c02ac8c93fb45613;p=thirdparty%2Fvalgrind.git Updated expected output following %eflags.ac simulation fix. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4334 --- diff --git a/3_0_BUGSTATUS.txt b/3_0_BUGSTATUS.txt index 1067b75f88..f35d359f4c 100644 --- a/3_0_BUGSTATUS.txt +++ b/3_0_BUGSTATUS.txt @@ -21,7 +21,7 @@ x86 INT/INT3 109345 ppc32 ptrace patch available should be applied CrispinF %eflags.ac problem yes fixed-r1319 TODO:merge - + & r4334 diff --git a/memcheck/tests/x86/pushfpopf.stderr.exp b/memcheck/tests/x86/pushfpopf.stderr.exp index 2d2d623e44..eecd21c122 100644 --- a/memcheck/tests/x86/pushfpopf.stderr.exp +++ b/memcheck/tests/x86/pushfpopf.stderr.exp @@ -1,3 +1,7 @@ Conditional jump or move depends on uninitialised value(s) at 0x........: fooble (...) by 0x........: main (pushfpopf_c.c:12) + +Conditional jump or move depends on uninitialised value(s) + at 0x........: fooble (...) + by 0x........: main (pushfpopf_c.c:12) diff --git a/memcheck/tests/x86/pushfpopf_s.s b/memcheck/tests/x86/pushfpopf_s.s index f1409950b4..23e297fe95 100644 --- a/memcheck/tests/x86/pushfpopf_s.s +++ b/memcheck/tests/x86/pushfpopf_s.s @@ -22,9 +22,12 @@ fooble: popfl # resulting flag definedness depends on outcome of sub above # should override that created by 0 + 0 above + # because Vex does an emulation-warning check on the popfl, + # an error should be reported for the popfl # now use the condition codes to generate a value # in a way which will cause undefinedness to get reported + # (a second time) jz labelz movl $22, %eax jmp theend