diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-28 22:39:06 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-28 22:39:06 +0000 |
commit | 83eba394ecc140d42b3007662f8381079a2c9f0a (patch) | |
tree | b572cd2e445acb523d1827e1ad46ae0662d91d10 | |
parent | 01f5ed6da077b188aa83504e2102fffc9469d713 (diff) | |
download | gdb-83eba394ecc140d42b3007662f8381079a2c9f0a.zip gdb-83eba394ecc140d42b3007662f8381079a2c9f0a.tar.gz gdb-83eba394ecc140d42b3007662f8381079a2c9f0a.tar.bz2 |
* gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
Accept spaces various places.
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7b9c40e..814fd1f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,13 @@ +Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX". + Accept spaces various places. + Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function + with watchpoint enabled. + * Makefile.in: Remove definition of CC and remove the second definition of CXX (the "CXX = gcc" one remains). These definitions were causing backquotes to be expanded within backquotes, which |