aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-04-11 16:16:20 +0000
committerJeff Law <law@redhat.com>1994-04-11 16:16:20 +0000
commitbff0719996ea4ff81fc1211458078a1c1b198751 (patch)
tree1190880b6af65192f09d22f463acc7aa3f0c7f35 /gdb
parentcaed9e8251b3f6b2f7f86168755535632e755aa7 (diff)
downloadgdb-bff0719996ea4ff81fc1211458078a1c1b198751.zip
gdb-bff0719996ea4ff81fc1211458078a1c1b198751.tar.gz
gdb-bff0719996ea4ff81fc1211458078a1c1b198751.tar.bz2
* From Peter Schauer with minor modifications.
* gdb.t15/return.exp (return_tests): Handle targets where "return" stops in mid-line in the caller. Add xfail for returning a float value on X86 targets.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 00b88d9..383b31b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * From Peter Schauer with minor modifications.
+ * gdb.t15/return.exp (return_tests): Handle targets where "return"
+ stops in mid-line in the caller. Add xfail for returning a float
+ value on X86 targets.
+
Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves