aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-10-08 11:24:21 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-10-08 11:24:21 +0000
commit5604019068033a9dc389eb73f11e9c21274ae097 (patch)
tree252dc1d94b151cec61376683606b1e0a3538b373 /gdb
parenta27fbc3abfe867a2597f0bb58681f6a291e5ce69 (diff)
downloadfsf-binutils-gdb-5604019068033a9dc389eb73f11e9c21274ae097.zip
fsf-binutils-gdb-5604019068033a9dc389eb73f11e9c21274ae097.tar.gz
fsf-binutils-gdb-5604019068033a9dc389eb73f11e9c21274ae097.tar.bz2
* gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
"sparc-*-solaris2*".
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fabe6cf..d5a5a7b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,21 @@
+Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
+ "sparc-*-solaris2*".
+
+Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
+ Add global and local variables and initialize them.
+ * gdb.base/corefile.exp: Test correct mapping of corefile sections
+ by printing variables. Remove rs6000 and powerpc xfails, BFD now
+ extracts the file name and terminating signal from the core file.
+ * TODO: Remove note about tests for correct mapping of corefile.
+ * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
+ from optimizing it away.
+ * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
+ handles common blocks.
+
start-sanitize-sh3e
Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)