* gdb.t00/teststrategy.exp: Fix expected results for printing

user entered string constant.  Is array of char, prints with no
	address.
This commit is contained in:
Fred Fish 1993-06-12 23:13:48 +00:00
parent f0f4b04e1e
commit 80af2bd319

View file

@ -1,5 +1,9 @@
Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
* gdb.t00/teststrategy.exp: Fix expected results for printing
user entered string constant. Is array of char, prints with no
address.
* gdb.t00/{default.exp, help.exp}: Account for changes to radix
commands.
* gdb.t16/gdbme.c: Add and use struct containing arrays of char.