diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1995-10-08 11:24:21 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1995-10-08 11:24:21 +0000 |
commit | 5604019068033a9dc389eb73f11e9c21274ae097 (patch) | |
tree | 252dc1d94b151cec61376683606b1e0a3538b373 /gdb/testsuite/ChangeLog | |
parent | a27fbc3abfe867a2597f0bb58681f6a291e5ce69 (diff) | |
download | ppe42-binutils-5604019068033a9dc389eb73f11e9c21274ae097.tar.gz ppe42-binutils-5604019068033a9dc389eb73f11e9c21274ae097.zip |
* gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
"sparc-*-solaris2*".
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fabe6cf8cd..d5a5a7b2aa 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) |