diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-26 20:06:59 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-26 20:06:59 +0000 |
commit | 5bd22ca87bce88faeeffa806bd6537015a5c1ab9 (patch) | |
tree | 2d1b029defab0e36e52f8b5ef1b8086c831eae7e | |
parent | 12a0960387604cc62da3f9cfedca98f678bc4773 (diff) | |
download | gdb-5bd22ca87bce88faeeffa806bd6537015a5c1ab9.zip gdb-5bd22ca87bce88faeeffa806bd6537015a5c1ab9.tar.gz gdb-5bd22ca87bce88faeeffa806bd6537015a5c1ab9.tar.bz2 |
* Move test with enums and partial symbols from gdb.t03/ptype.exp
to gdb.stabs/wierd.exp since GCC has worked around the bug.
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1712c9d..eac7815 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,6 @@ Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com) - * Move test with enums and partial symbols from gdb.t02/ptype.exp + * Move test with enums and partial symbols from gdb.t03/ptype.exp to gdb.stabs/wierd.exp since GCC has worked around the bug. gdb.stabs/wierd.{exp,def}: Many new tests. |