use remote-utils facilities for baud_rate
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * gdb.t15/{return.c,return.exp,Makefile.in}:
4 New test, currently commented out.
5
6 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
7
8 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9 still running and removes the leftover named socket so GDb can do
10 clean restarts.
11
12 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
13
14 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
15 console, not GDB.
16 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
17 cross testing works better with "make check"
18 * config/unix-gdb: Use default procedures for exit and version.
19 * config/vx-gdb.exp: Cleaned up and massaged back to working order
20 with the newest VxWorks.
21
22 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23
24 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
25 old form.
26
27 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
28 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
29
30 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31
32 * config/unix-gdb.exp: Remove this version of gdb_exit
33 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
34 Rob says he'll look at it when he gets back to testing boards.
35
36 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
37
38 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
39 an expected fail for certain ptype commands.
40
41 * gdb.t20/classes.exp: Update expected results of "ptype class
42 Base1" to account for the constructor that now appears in the type.
43
44 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
45
46 * configure.in (configdirs): Restore gdb.t04, which mysteriously
47 disappeared from list.
48 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
49 "alldone" proc with call to cleanup and exit.
50 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
51 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
52 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
53 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
54 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
55 "alldone" proc with simple returns that suppress remaining
56 tests. The alldone proc went away many months ago.
57
58 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
59
60 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
61
62 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
63
64 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
65
66 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
67 as vax gdb will display them.
68
69 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
70
71 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
72 optimizers.
73
74 * scope.exp: Change "bad value for localval" messages so each one
75 is unique.
76
77 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
78 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
79
80 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
81
82 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
83
84 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
85 doesn't exist (due to optimization).
86
87 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
88
89 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
90 contains \r because the filename is long.
91
92 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
93 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
94
95 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
96
97 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
98 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
99 Ultrix.
100 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
101 int tests.
102 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
103
104 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
105
106 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
107
108 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
109 to match does not match the passing case but still matches the
110 failing case.
111
112 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
113
114 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
115
116 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
117
118 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
119 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
120 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
121 Remove various versions of gdb_exit.
122 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
123 gdb_exit.
124 * config/unix-gdb.exp: gdb_exit remains here, and should override
125 the generic version, since it's doing a lot of wierd stuff that
126 the other versions aren't. FIXME, fold it in, or abandon this
127 version.
128
129 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
130
131 * gdb.t24/demangle.exp: Add tests for PR 3220.
132
133 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
134
135 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
136
137 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
138
139 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
140 "i386-*-*". Works for i486 as well.
141
142 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
143 bug, and expand domain of xfail to all SVR4 systems, since the
144 actual problem is likely to be in generic SVR4 /proc support.
145
146 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
147
148 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
149
150 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
151
152 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
153 xfails for other systems. Match a missing 'Continuing.' as an
154 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
155
156 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
157 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
158 Only issue warning for missing executables if -all option is used.
159
160 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
161 file if -all option is used. It's like an unpredictable XFAIL.
162
163 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
164
165 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
166 for dynamically linked binaries.
167
168 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
169
170 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
171
172 * gdb.t20/inherit.exp: Change message for "print tagless struct"
173 to state that this is a known bug in old versions of g++.
174
175 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
176
177 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
178 while waiting for `Continuing'.
179
180 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
181
182 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
183 in text, data, and bss.
184 * gdb.t10/nodebug.c: Add local and global test variables for
185 initialized and uninitialized data.
186
187 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
188
189 * config/unix-gdb.exp (gdb_exit): Add "wait".
190
191 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
192
193 * gdb.t06/signals.exp: xfail the continue from the handler for all
194 targets.
195
196 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
197 function with watchpoints enabled, the i386 call dummy starts with
198 a call.
199
200 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
201 386 bsd names its corefiles.
202
203 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
204
205 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
206 compilers don't grok it.
207 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
208 with small octal ints rather than character constants, which
209 are signed and might not fit if first promoted to int.
210
211 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
212
213 * gdb.t09/Makefile.in (clean): Remove corefile.
214
215 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
216
217 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
218
219 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
220 and Jim Kingdon (kingdon@cygnus.com)
221
222 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
223 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
224 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
225
226 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
227
228 * gdb.t17/interrupt.exp: Add xfail for hppa.
229
230 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
231
232 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
233 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
234 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
235 to determine signed-ness of bitfields and use the result to setup
236 the xfail.
237 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
238 * gdb.t15/funcargs.exp: Use them to step until the second indirect
239 call line is reached if necessary.
240
241 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
242
243 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
244
245 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
246
247 * gdb.t06/break.exp: Also test `clear' command.
248
249 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
250
251 * gdb.t00/teststrategy.exp: Remove extra quote.
252
253 * gdb.t07/watchpoint.exp: Change xfail for calling function with
254 watchpoint enabled to be for all non-68k machines.
255
256 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
257
258 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
259
260 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
261 targets use aout.mt instead of ecoff.mt as gas understands
262 standard aout format.
263
264 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
265
266 * lib/gdb.exp (runto): Don't insist that function we are running to
267 was compiled with -g.
268
269 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
270
271 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
272 to get back into the read system call.
273 Accept leading newline in case where we woke it up.
274
275 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
276
277 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
278 to make the stabs test work on ecoff systems using gcc and -with-stabs.
279 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
280 enable ecoff configuration.
281
282 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
283
284 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
285
286 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
287
288 * gdb.t16/printcmds.exp: Add another printf test.
289
290 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
291
292 * configure.in: If configured -with-stabs on any target, add
293 stabsdirs to configdirs.
294
295 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
296
297 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
298 fun" so pattern does not match the command itself.
299
300 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
301
302 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
303
304 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
305
306 * gdb.t17/interrupt.exp: Test for more things.
307
308 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
309
310 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
311 compiler arranges the code and line numbers.
312
313 * gdb.t17/interrupt.exp: Don't send \n after ^C.
314
315 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
316
317 * gdb.t00/help.exp: Increase expect input buffer size.
318
319 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
320
321 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
322
323 * gdb.t07/watchpoint.exp: Add xfail for hppa.
324
325 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
326
327 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
328 [0-9]*, not just [0-9].
329
330 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
331
332 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
333
334 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
335
336 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
337
338 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
339
340 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
341
342 * gdb.t06/signals.c: Add xfails for sun3.
343
344 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
345
346 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
347 test_stepping tests.
348
349 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
350
351 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
352
353 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
354
355 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
356 rather than actually putting it through cpp twice.
357
358 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
359
360 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
361
362 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
363 no longer needed.
364
365 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
366
367 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
368
369 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
370 C++ features prints as "struct", make it a pass, not an xfail.
371
372 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
373
374 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
375 Don't require VA to print as "class" rather than "struct".
376
377 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
378
379 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
380
381 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
382
383 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
384
385 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
386
387 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
388 order.
389
390 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
391
392 * gdb.t16/printcmds.exp: Add printf tests.
393
394 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
395
396 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
397
398 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
399
400 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
401 pass counts, to counteract any existing or future setup_xfails.
402
403 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
404
405 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
406 {BEGIN,END}_COMMON for common block instead of STAB.
407 * gdb.stabs/wierd.exp: Add xfail for rs6000.
408
409 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
410 intp_var should be N_GSYM not N_LSYM.
411 wierd-aout.S: Use a label for the value of the N_SO.
412 wierd.def: Remove all backslashes.
413 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
414
415 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
416
417 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
418 get the expected next to inheritance3.
419
420 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
421
422 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
423 now that gcc-2.4 gets it right.
424
425 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
426
427 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
428
429 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
430 generating comp-info.exp which works for cross-compilation.
431
432 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
433
434 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
435 "*-*-sysv4.*".
436
437 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
438
439 * gdb.t01/run.exp: Start with a fresh gdb.
440 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
441 SVR4.x.
442
443 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
444
445 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
446 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
447 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
448 Makefile.in (distclean, realclean): Remove gdbme.c from list of
449 things to remove.
450
451 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
452
453 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
454 test cases from bug reports.
455
456 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
457
458 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
459 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
460 avoid spurious xfails.
461 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
462 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
463 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
464
465 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
466
467 * gdb.t00/teststrategy.exp: Rework to provide more useful
468 description of each test, fix problem with systems that define
469 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
470 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
471 results for "next over recursive call" so timeouts aren't taken
472 by error.
473
474 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
475
476 * gdb.t12/scope.exp: Test printing of variables before run.
477
478 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
479 printed in wrong order due to sorting.
480
481 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
482
483 * gdb.t00/teststrategy.exp: Fix expected results for printing
484 user entered string constant. Is array of char, prints with no
485 address.
486
487 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
488 commands.
489 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
490 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
491 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
492 of struct of char arrays.
493 * gdb.t00/radix.exp: New tests for radix commands.
494
495 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
496
497 * gdb.t16/printcmd.exp: Print a variable before running program
498 (with xfail for AIX).
499
500 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
501
502 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
503
504 * gdb.t16/printcmd.exp: Don't print variables before running program.
505
506 * gdb.t06/break.exp: Don't require envp argument to main.
507
508 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
509
510 * gdb.t02/whatis.exp, gdb.t11/list.exp:
511 Add xfails for rs6000.
512
513 * gdb.t02/whatis.exp: Change other tests not to re-test something
514 we already tested.
515
516 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
517 each type used has a variable of that type.
518
519 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
520
521 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
522
523 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
524
525 * configure.in: change srctrigger to be a file, not a directory
526
527 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
528
529 * configure.in (mips-idt-ecoff*): Added trailing '*'.
530
531 * gdb.t11/list.exp: Fixed a couple of typos.
532
533 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
534
535 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
536 is fixed and PR is closed.
537 * gdb.t16 (gdbme.c): Add simple test string variable.
538 * gdb.t16 (printcmds.exp): Add tests with simple test string
539 variable, primarily for boundaries on "set print elements".
540
541 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
542
543 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
544 Make leading 0's optional and don't expect a tab in the middle
545 of the number.
546
547 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
548
549 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
550 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
551 don't end command passed to gdb_test with newline.
552
553 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
554 signed keyword away, don't expect signed bitfields to be signed.
555
556 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
557 printing with only as many 1's as are in the field as well as printing
558 with 32 1's (see comment).
559
560 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
561
562 * gdb.t00/default.exp: Start with a fresh gdb.
563 * configure.in (configdirs): Remove gdb.t31 until the chill
564 compiler works again. It no longer is able to find chillrt0
565 since it isn't in libchill.a anymore.
566 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
567 wierd.o, make more modular.
568 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
569 spurious newlines that caused problems.
570
571 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
572
573 * Move test with enums and partial symbols from gdb.t03/ptype.exp
574 to gdb.stabs/wierd.exp since GCC has worked around the bug.
575 gdb.stabs/wierd.{exp,def}: Many new tests.
576
577 * gdb.t00/default.exp: update info line for new message.
578
579 * gdb.t02/{whatis.exp,gdbme.c}:
580 Test that "char *" doesn't print as "caddr_t".
581
582 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
583
584 * gdb.t00/help.exp: Use .* in place of some help messages which
585 just changed.
586 gdb.t00/default.exp: Update "info frame" test for new message.
587 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
588 Remove some xfails
589
590 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
591
592 * gdb.t03/{gdbme.c,ptype.exp}:
593 Add tests for typedef'd struct and union without tags.
594 Also check "whatis" on a variable of a typedef'd enum without a tag.
595
596 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
597 PRMS 1823; the bug still exists but isn't reproduced by this test
598 anymore), and remove rs6000 XFAIL (the bug is fixed).
599
600 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
601 duplicated from whatis.exp. For those that are left, accept
602 "long", "long int", or "int" for long variables (whatis.exp already
603 has an XFAIL for "int", so no need to fail it here).
604
605 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
606 Deal with GCC's names for types now that GDB uses the compiler's names.
607
608 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
609 setup_xfail's for sunos4. If we #defined the signed keyword away,
610 don't expect GDB to know that char it is signed.
611
612 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
613
614 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
615
616 * configure.in (configdirs): Add gdb.t24 for C++ tests that
617 should work on any system, regardless of debugging format.
618 * gdb.t21/demangle.exp: Move to gdb.t24.
619 * gdb.t24/demangle.exp: Move from gdb.t21.
620 * gdb.t24/{Makefile.in, configure.in}: New files.
621
622 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
623
624 * configure.in: Do gdb.stabs and C++ tests only for stabs.
625 * gdb.stabs: New directory.
626
627 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
628
629 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
630 not just "Quit anyway?".
631
632 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
633
634 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
635 that all setup_xfails are immediately followed by clear_xfails.
636
637 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
638
639 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
640 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
641 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
642 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
643 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
644 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
645 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
646 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
647 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
648 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
649 gdb.t31/chillvars.exp, lib/gdb.exp:
650 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
651 bug-gdb@prep.ai.mit.edu.
652
653 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
654
655 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
656 with 0.0, not integer 0.
657
658 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
659
660 * gdb.t06/break.exp: Update for "Kill the program" message change.
661
662 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
663
664 * Makefile.in (GDBFLAGS): Set to -nx.
665 * Makefile.in (site.exp): Use GDBFLAGS.
666
667 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
668
669 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
670 Makefiles.
671 (check): depend on just-check.
672 (just-check): added so that tests can be run without a noop
673 build pass.
674
675 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
676
677 Switch to using configure's configdirs.
678 * Makefile.in (Makefile): add configure.in dependency.
679 (SUBDIRS): removed redundant assignment.
680 * configure.in: switch subdirs assignment to configdirs.
681 * gdb.t*/configure.in: new files.
682
683 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
684
685 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
686 works.
687
688 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
689
690 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
691 in explicit rules. Apparently this is not supported by some makes.
692
693 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
694
695 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
696
697 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
698
699 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
700 disappeared.
701
702 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
703
704 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
705
706 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
707
708 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
709 watchpoint problem that is now fixed.
710 * gdb.t30/chexp.exp: Remove setup_xfail for printing
711 uninitialized convenience variables.
712 * gdb.t31/chillvars.exp: Fix expected patterns for printing
713 structures.
714
715 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
716
717 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
718 which causes expect to get out of sync with gdb on long output
719 from help set.
720 * gdb.t09/corefile.exp: Make expected pattern for core file
721 failing signal and frame output format less sun specific.
722
723 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
724
725 * gdb.t31/chillvars.exp: Add and remove initial dummy
726 breakpoint, so that symbol table is forced in.
727 (Needed at least on Sunos4, though it seems not SVR4.)
728 * gdb.t31/chillvars.exp: Update for changed output format.
729
730 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
731
732 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
733
734 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
735
736 * Makefile.in: Added --srcdir when invoking runtest, removed the
737 need for a local config file. (optional now)
738
739 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
740
741 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
742 failure count used to force early termination. Add some more
743 expected failures for gnu style demangling.
744
745 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
746
747 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
748 pmi variable from gdb.t20/gdbme to get optimized away.
749 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
750 Check for written corefile upon timeout _and_ eof.
751
752 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
753
754 * config/unix-gdb.exp: Add missing return 0.
755
756 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
757
758 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
759 test termination.
760
761 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
762
763 * configure.in (subdirs): Put back gdb.t17 which mysteriously
764 disappeared.
765
766 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
767
768 * gdb.t10/crossload.exp: Disable the i860-elf test until such
769 time as i860 support works.
770
771 * gdb.t15/funcargs.exp: Fix expected outputs to include
772 "backtrace 100\r" rather than just "backtrace\r", to match last
773 change.
774
775 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
776
777 * config/udi-gdb.exp (gdb_exit): Remove close command.
778 (gdb_target_udi): New procedure to set the UDI target.
779 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
780 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
781 Added waits for prompts after several question responses. Added
782 some more responses used by a29k-amd-udi-gdb.
783 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
784 pass different arguments, restart UDI connection after program
785 completion.
786 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
787 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
788 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
789 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
790 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
791 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
792 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
793 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
794 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
795 after program completion.
796 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
797 compiled with a SELECT_VECS setting.
798 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
799 infinite recursion.
800
801 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
802 Added checks for COFF results, and made them expected failures for
803 all targets. It would be better to make them expected failures
804 for COFF targets only.
805
806 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
807
808 * Makefile.in: add null dvi target, don't bother to recurse
809 through test directories for info and install-info; rename
810 $(datadir) to be dejagnu instead of deja-gnu
811
812 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
813
814 * gdb.t31/gdbme.ch: Re-enable code that previously caused
815 compiler to coredump.
816 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
817 code.
818
819 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
820
821 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
822 coredump.
823 * gdb.t31/chillvars.exp: Comment out tests that depend on that
824 code.
825
826 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
827
828 * gdb.t03/ptype.exp: tests for return code from gdb_test.
829 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
830 which in a shell. Deletes xgdb when done.
831 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
832 Tests the return from the "set height" or "set width" commands.
833 Added a few return codes where needed.
834
835 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
836
837 * Makefile.in (SUBDIRS): Add gdb.t17.
838 * configure.in (subdirs): Add gdb.t17.
839 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
840 files to test gdb's calling of functions in the inferior with
841 the correct arguments and gdb's ability to retrieve any
842 result returned.
843
844 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
845
846 * config/unix-gdb.exp (gdb_exit): Remove close commands that
847 may be called after gdb goes away. Previous versions of expect
848 needed these to avoid file descriptor leaks, but they cause
849 errors with the current revision of expect.
850 * gdb.t00/gdbvars.exp: Use -re on expected output after
851 setting sevenbit-strings.
852 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
853 to set sevenbit-strings consistent across tests.
854 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
855 set sevenbit-strings consistent across tests.
856
857 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
858
859 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
860 expected output to match current "expect" expectations.
861
862 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
863
864 * gdb.t00/default.exp: Change expected output for default "source"
865 command, to match new gdb behavior which requires a filename to
866 source.
867
868 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
869
870 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
871 expected fail for i486-*-* that misses the marker2 function.
872 * gdb.t10/crossload.exp (bfddefault): Allow successful
873 recognition of a format to pass even if no symbols are found.
874 Explicitly catch failures where the format is not recognized
875 or is ambiguous, and add the reason to the fail message.
876 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
877 the cause is and invalid target and add reason to failure message.
878 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
879 elf32-i386, elf32-sparc, and elf32-i860.
880 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
881 Set up expected failure for 'filename'::variable scope resolution,
882 which is now apparently broken on all targets.
883 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
884 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
885 gdb.t23/templates.exp: Change failure for missing binfile into
886 just a warning.
887 gdb.t21/demangle.exp: Change all cfront references to 'arm'
888 references.
889
890 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
891
892 * gdb.t00/default.exp: Add expected output for default "source"
893 command, to match new gdb behavior.
894 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
895
896 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
897
898 * config/*-gdb.exp: returns an error, rather than exiting on
899 internal errors.
900
901 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
902
903 * gdb.t03/gdbme.c: Add pointer to struct variable.
904 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
905 referencing struct members.
906
907 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
908
909 * configure.in (mips-idt-ecoff): New target.
910 * config/mips-gdb.exp: New file for remote board using MIPS remote
911 debugging protocol.
912
913 * Redid configuration scheme. Removed gdb.t*/configure.in.
914 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
915 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
916 distclean targets. Built executables via .o files. Adjusted
917 tests to account for source files in $(srcdir) rather than
918 $(objdir).
919 * lib/gdb.exp (runto): Don't expect () after the function name,
920 because it may have arguments.
921
922 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
923
924 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
925 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
926 expected failures for mips-idt-* and mips-sgi-*.
927 * gdb.t00/default.exp (attach): Kill process if requested.
928 * gdb.t00/help.exp (help target core, help target): Accept a gdb
929 that does not read core files.
930 * gdb.t01/run.exp: Removed checks for exit status code.
931 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
932 it is linked in.
933 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
934 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
935 appropriate, rather than doing it by hand.
936 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
937 execution.
938 * gdb.t10/crossload.exp: Kill existing program if needed.
939 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
940 appropriate, rather than doing it by hand. Always increase
941 timeout for this test, not just for VxWorks.
942
943 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
944
945 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
946 of Chill STRUCT types and STRUCT values.
947 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
948 than "char".
949 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
950 struct2): New struct definitions and initializations to test
951 simple Chill STRUCT types.
952
953 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
954
955 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
956 the null byte at the end of strings.
957 * gdb.t00/default.exp: Make show version insensitive to copyright
958 date.
959 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
960 to avoid dependencies on target char signedness.
961 * gdb.t16/printcmds.exp: Update expected results for explicitly
962 unsigned char.
963 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
964 now work.
965 * gdb.t21/demangle.exp: Add many more patterns for template
966 demangling, most of them being expected failures.
967 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
968 string we are matching for, to match on the whole string.
969 * gdb.t21/demangle.exp: Add many new test strings to demangle,
970 and fix a whole bunch that had incorrect expected output but were
971 passing anyway because of the bug in "proc demangle".
972 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
973 type.
974 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
975
976 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
977
978 * gdb/testsuite: made modifications to testcases, etc., to allow
979 them to work properly given the reorganization of deja-gnu and the
980 relocation of the testcases from deja-gnu to a "tool" subdirectory.
981
982 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
983
984 * gdb/testsuite: Initial creation of gdb/testsuite.
985 Migrated dejagnu testcases and support files for testing nm to
986 gdb/testsuite from deja-gnu. These files were moved "as is"
987 with no modifications. This migration is part of a major overhaul
988 of dejagnu. The modifications to these testcases, etc., which
989 will allow them to work with the new version of dejagnu will be
990 made in a future update.
991
This page took 0.052702 seconds and 4 git commands to generate.