Update expected outputs to include missing stack frames that old UCode
machinery caused to be missed due to not keeping %EBP up to date.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3375 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/errs1.stderr.exp b/memcheck/tests/errs1.stderr.exp
index 4b2f1f1..e10b878 100644
--- a/memcheck/tests/errs1.stderr.exp
+++ b/memcheck/tests/errs1.stderr.exp
@@ -1,5 +1,6 @@
 Invalid read of size 1
    at 0x........: ddd (errs1.c:7)
+   by 0x........: ccc (errs1.c:8)
    by 0x........: bbb (errs1.c:9)
    by 0x........: aaa (errs1.c:10)
    by 0x........: main (errs1.c:17)
@@ -13,6 +14,7 @@
 
 Invalid write of size 1
    at 0x........: ddd (errs1.c:7)
+   by 0x........: ccc (errs1.c:8)
    by 0x........: bbb (errs1.c:9)
    by 0x........: aaa (errs1.c:10)
    by 0x........: main (errs1.c:17)
diff --git a/memcheck/tests/match-overrun.stderr.exp b/memcheck/tests/match-overrun.stderr.exp
index 7830fd8..7b40894 100644
--- a/memcheck/tests/match-overrun.stderr.exp
+++ b/memcheck/tests/match-overrun.stderr.exp
@@ -3,8 +3,7 @@
 Process terminating with default action of signal 11 (SIGSEGV)
  Access not within mapped region at address 0x........
    at 0x........: a1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 (match-overrun.c:6)
-   by 0x........: __libc_start_main (in /...libc...)
-   by 0x........: ...
+   by 0x........: main (match-overrun.c:11)
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
 malloc/free: in use at exit: 0 bytes in 0 blocks.