* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
2
3 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
4
5 * gdb.t16/printcmd.exp: Don't print variables before running program.
6
7 * gdb.t06/break.exp: Don't require envp argument to main.
8
9 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10
11 * gdb.t02/whatis.exp, gdb.t11/list.exp:
12 Add xfails for rs6000.
13
14 * gdb.t02/whatis.exp: Change other tests not to re-test something
15 we already tested.
16
17 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
18 each type used has a variable of that type.
19
20 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
21
22 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
23
24 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25
26 * configure.in: change srctrigger to be a file, not a directory
27
28 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
29
30 * configure.in (mips-idt-ecoff*): Added trailing '*'.
31
32 * gdb.t11/list.exp: Fixed a couple of typos.
33
34 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
35
36 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
37 is fixed and PR is closed.
38 * gdb.t16 (gdbme.c): Add simple test string variable.
39 * gdb.t16 (printcmds.exp): Add tests with simple test string
40 variable, primarily for boundaries on "set print elements".
41
42 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
43
44 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
45 Make leading 0's optional and don't expect a tab in the middle
46 of the number.
47
48 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
49
50 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
51 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
52 don't end command passed to gdb_test with newline.
53
54 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
55 signed keyword away, don't expect signed bitfields to be signed.
56
57 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
58 printing with only as many 1's as are in the field as well as printing
59 with 32 1's (see comment).
60
61 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
62
63 * gdb.t00/default.exp: Start with a fresh gdb.
64 * configure.in (configdirs): Remove gdb.t31 until the chill
65 compiler works again. It no longer is able to find chillrt0
66 since it isn't in libchill.a anymore.
67 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
68 wierd.o, make more modular.
69 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
70 spurious newlines that caused problems.
71
72 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
73
74 * Move test with enums and partial symbols from gdb.t03/ptype.exp
75 to gdb.stabs/wierd.exp since GCC has worked around the bug.
76 gdb.stabs/wierd.{exp,def}: Many new tests.
77
78 * gdb.t00/default.exp: update info line for new message.
79
80 * gdb.t02/{whatis.exp,gdbme.c}:
81 Test that "char *" doesn't print as "caddr_t".
82
83 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
84
85 * gdb.t00/help.exp: Use .* in place of some help messages which
86 just changed.
87 gdb.t00/default.exp: Update "info frame" test for new message.
88 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
89 Remove some xfails
90
91 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
92
93 * gdb.t03/{gdbme.c,ptype.exp}:
94 Add tests for typedef'd struct and union without tags.
95 Also check "whatis" on a variable of a typedef'd enum without a tag.
96
97 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
98 PRMS 1823; the bug still exists but isn't reproduced by this test
99 anymore), and remove rs6000 XFAIL (the bug is fixed).
100
101 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
102 duplicated from whatis.exp. For those that are left, accept
103 "long", "long int", or "int" for long variables (whatis.exp already
104 has an XFAIL for "int", so no need to fail it here).
105
106 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
107 Deal with GCC's names for types now that GDB uses the compiler's names.
108
109 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
110 setup_xfail's for sunos4. If we #defined the signed keyword away,
111 don't expect GDB to know that char it is signed.
112
113 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
114
115 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
116
117 * configure.in (configdirs): Add gdb.t24 for C++ tests that
118 should work on any system, regardless of debugging format.
119 * gdb.t21/demangle.exp: Move to gdb.t24.
120 * gdb.t24/demangle.exp: Move from gdb.t21.
121 * gdb.t24/{Makefile.in, configure.in}: New files.
122
123 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
124
125 * configure.in: Do gdb.stabs and C++ tests only for stabs.
126 * gdb.stabs: New directory.
127
128 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
129
130 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
131 not just "Quit anyway?".
132
133 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
134
135 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
136 that all setup_xfails are immediately followed by clear_xfails.
137
138 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
139
140 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
141 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
142 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
143 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
144 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
145 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
146 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
147 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
148 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
149 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
150 gdb.t31/chillvars.exp, lib/gdb.exp:
151 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
152 bug-gdb@prep.ai.mit.edu.
153
154 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
155
156 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
157 with 0.0, not integer 0.
158
159 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
160
161 * gdb.t06/break.exp: Update for "Kill the program" message change.
162
163 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
164
165 * Makefile.in (GDBFLAGS): Set to -nx.
166 * Makefile.in (site.exp): Use GDBFLAGS.
167
168 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
169
170 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
171 Makefiles.
172 (check): depend on just-check.
173 (just-check): added so that tests can be run without a noop
174 build pass.
175
176 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
177
178 Switch to using configure's configdirs.
179 * Makefile.in (Makefile): add configure.in dependency.
180 (SUBDIRS): removed redundant assignment.
181 * configure.in: switch subdirs assignment to configdirs.
182 * gdb.t*/configure.in: new files.
183
184 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
185
186 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
187 works.
188
189 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
190
191 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
192 in explicit rules. Apparently this is not supported by some makes.
193
194 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
195
196 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
197
198 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
199
200 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
201 disappeared.
202
203 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
204
205 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
206
207 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
208
209 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
210 watchpoint problem that is now fixed.
211 * gdb.t30/chexp.exp: Remove setup_xfail for printing
212 uninitialized convenience variables.
213 * gdb.t31/chillvars.exp: Fix expected patterns for printing
214 structures.
215
216 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
217
218 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
219 which causes expect to get out of sync with gdb on long output
220 from help set.
221 * gdb.t09/corefile.exp: Make expected pattern for core file
222 failing signal and frame output format less sun specific.
223
224 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
225
226 * gdb.t31/chillvars.exp: Add and remove initial dummy
227 breakpoint, so that symbol table is forced in.
228 (Needed at least on Sunos4, though it seems not SVR4.)
229 * gdb.t31/chillvars.exp: Update for changed output format.
230
231 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
232
233 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
234
235 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
236
237 * Makefile.in: Added --srcdir when invoking runtest, removed the
238 need for a local config file. (optional now)
239
240 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
241
242 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
243 failure count used to force early termination. Add some more
244 expected failures for gnu style demangling.
245
246 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
247
248 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
249 pmi variable from gdb.t20/gdbme to get optimized away.
250 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
251 Check for written corefile upon timeout _and_ eof.
252
253 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
254
255 * config/unix-gdb.exp: Add missing return 0.
256
257 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
258
259 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
260 test termination.
261
262 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
263
264 * configure.in (subdirs): Put back gdb.t17 which mysteriously
265 disappeared.
266
267 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
268
269 * gdb.t10/crossload.exp: Disable the i860-elf test until such
270 time as i860 support works.
271
272 * gdb.t15/funcargs.exp: Fix expected outputs to include
273 "backtrace 100\r" rather than just "backtrace\r", to match last
274 change.
275
276 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
277
278 * config/udi-gdb.exp (gdb_exit): Remove close command.
279 (gdb_target_udi): New procedure to set the UDI target.
280 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
281 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
282 Added waits for prompts after several question responses. Added
283 some more responses used by a29k-amd-udi-gdb.
284 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
285 pass different arguments, restart UDI connection after program
286 completion.
287 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
288 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
289 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
290 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
291 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
292 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
293 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
294 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
295 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
296 after program completion.
297 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
298 compiled with a SELECT_VECS setting.
299 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
300 infinite recursion.
301
302 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
303 Added checks for COFF results, and made them expected failures for
304 all targets. It would be better to make them expected failures
305 for COFF targets only.
306
307 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
308
309 * Makefile.in: add null dvi target, don't bother to recurse
310 through test directories for info and install-info; rename
311 $(datadir) to be dejagnu instead of deja-gnu
312
313 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
314
315 * gdb.t31/gdbme.ch: Re-enable code that previously caused
316 compiler to coredump.
317 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
318 code.
319
320 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
321
322 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
323 coredump.
324 * gdb.t31/chillvars.exp: Comment out tests that depend on that
325 code.
326
327 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
328
329 * gdb.t03/ptype.exp: tests for return code from gdb_test.
330 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
331 which in a shell. Deletes xgdb when done.
332 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
333 Tests the return from the "set height" or "set width" commands.
334 Added a few return codes where needed.
335
336 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
337
338 * Makefile.in (SUBDIRS): Add gdb.t17.
339 * configure.in (subdirs): Add gdb.t17.
340 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
341 files to test gdb's calling of functions in the inferior with
342 the correct arguments and gdb's ability to retrieve any
343 result returned.
344
345 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
346
347 * config/unix-gdb.exp (gdb_exit): Remove close commands that
348 may be called after gdb goes away. Previous versions of expect
349 needed these to avoid file descriptor leaks, but they cause
350 errors with the current revision of expect.
351 * gdb.t00/gdbvars.exp: Use -re on expected output after
352 setting sevenbit-strings.
353 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
354 to set sevenbit-strings consistent across tests.
355 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
356 set sevenbit-strings consistent across tests.
357
358 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
359
360 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
361 expected output to match current "expect" expectations.
362
363 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
364
365 * gdb.t00/default.exp: Change expected output for default "source"
366 command, to match new gdb behavior which requires a filename to
367 source.
368
369 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
370
371 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
372 expected fail for i486-*-* that misses the marker2 function.
373 * gdb.t10/crossload.exp (bfddefault): Allow successful
374 recognition of a format to pass even if no symbols are found.
375 Explicitly catch failures where the format is not recognized
376 or is ambiguous, and add the reason to the fail message.
377 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
378 the cause is and invalid target and add reason to failure message.
379 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
380 elf32-i386, elf32-sparc, and elf32-i860.
381 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
382 Set up expected failure for 'filename'::variable scope resolution,
383 which is now apparently broken on all targets.
384 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
385 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
386 gdb.t23/templates.exp: Change failure for missing binfile into
387 just a warning.
388 gdb.t21/demangle.exp: Change all cfront references to 'arm'
389 references.
390
391 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
392
393 * gdb.t00/default.exp: Add expected output for default "source"
394 command, to match new gdb behavior.
395 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
396
397 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
398
399 * config/*-gdb.exp: returns an error, rather than exiting on
400 internal errors.
401
402 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
403
404 * gdb.t03/gdbme.c: Add pointer to struct variable.
405 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
406 referencing struct members.
407
408 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
409
410 * configure.in (mips-idt-ecoff): New target.
411 * config/mips-gdb.exp: New file for remote board using MIPS remote
412 debugging protocol.
413
414 * Redid configuration scheme. Removed gdb.t*/configure.in.
415 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
416 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
417 distclean targets. Built executables via .o files. Adjusted
418 tests to account for source files in $(srcdir) rather than
419 $(objdir).
420 * lib/gdb.exp (runto): Don't expect () after the function name,
421 because it may have arguments.
422
423 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
424
425 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
426 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
427 expected failures for mips-idt-* and mips-sgi-*.
428 * gdb.t00/default.exp (attach): Kill process if requested.
429 * gdb.t00/help.exp (help target core, help target): Accept a gdb
430 that does not read core files.
431 * gdb.t01/run.exp: Removed checks for exit status code.
432 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
433 it is linked in.
434 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
435 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
436 appropriate, rather than doing it by hand.
437 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
438 execution.
439 * gdb.t10/crossload.exp: Kill existing program if needed.
440 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
441 appropriate, rather than doing it by hand. Always increase
442 timeout for this test, not just for VxWorks.
443
444 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
445
446 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
447 of Chill STRUCT types and STRUCT values.
448 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
449 than "char".
450 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
451 struct2): New struct definitions and initializations to test
452 simple Chill STRUCT types.
453
454 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
455
456 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
457 the null byte at the end of strings.
458 * gdb.t00/default.exp: Make show version insensitive to copyright
459 date.
460 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
461 to avoid dependencies on target char signedness.
462 * gdb.t16/printcmds.exp: Update expected results for explicitly
463 unsigned char.
464 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
465 now work.
466 * gdb.t21/demangle.exp: Add many more patterns for template
467 demangling, most of them being expected failures.
468 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
469 string we are matching for, to match on the whole string.
470 * gdb.t21/demangle.exp: Add many new test strings to demangle,
471 and fix a whole bunch that had incorrect expected output but were
472 passing anyway because of the bug in "proc demangle".
473 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
474 type.
475 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
476
477 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
478
479 * gdb/testsuite: made modifications to testcases, etc., to allow
480 them to work properly given the reorganization of deja-gnu and the
481 relocation of the testcases from deja-gnu to a "tool" subdirectory.
482
483 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
484
485 * gdb/testsuite: Initial creation of gdb/testsuite.
486 Migrated dejagnu testcases and support files for testing nm to
487 gdb/testsuite from deja-gnu. These files were moved "as is"
488 with no modifications. This migration is part of a major overhaul
489 of dejagnu. The modifications to these testcases, etc., which
490 will allow them to work with the new version of dejagnu will be
491 made in a future update.
492
This page took 0.042098 seconds and 4 git commands to generate.