From f98a0aef1bda2bc4ced5572364d4c67f7d7cc3f9 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Thu, 26 Aug 2004 18:18:01 +0000 Subject: [PATCH] Bleagh. I messed up the part about properly distinguishing between "guy who wrote the patch" (Paul Gilliam) and "guy who committed the patch" (me). --- gdb/testsuite/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ad443108b0..2c5bf98653 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,6 @@ -2004-08-26 Paul Gilliam +2004-08-26 Michael Chastain + From Paul Gilliam : * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is synchronized after the "return".