Add tests of readelf.
[binutils-gdb.git] / binutils / testsuite / ChangeLog
1 1999-01-29 Nick Clifton <nickc@cygnus.com>
2
3 * config/default.exp: Add definitions of READELF and READELFFLAGS.
4
5 * binutils-all/readelf.exp: New file: Readelf tests
6 * binutils-all/readelf.h: New file: Expected results for 'readelf -h'
7 * binutils-all/readelf.s: New file: Expected results for 'readelf -S'
8 * binutils-all/readelf.ss: New file: Expected results for 'readelf -s'
9 * binutils-all/readelf.r: New file: Expected results for 'readelf -r'
10
11 Wed Dec 9 19:11:39 1998 Jeffrey A Law (law@cygnus.com)
12
13 * binutils-all/objcopy.exp (copy_executable): Expect comparison
14 failure for mips*-*-elf.
15
16 Fri Oct 16 22:57:12 1998 Felix Lee <flee@cygnus.com>
17
18 * binutils-all/objcopy.exp: fix "no symbols" message.
19
20 Tue Jul 28 15:14:04 1998 Jeffrey A Law (law@cygnus.com)
21
22 * binutils-all/objcopy.exp: Keep "main" and "_main" for strip with
23 saving symbol tests. Look for either "main" or "_main" in the output
24 file. Fix test for "no symbols" in the output file.
25
26 1998-07-22 Vladimir N. Makarov <vmakarov@cygnus.com>
27
28 * binutils-all/objcopy.exp: Polish output about fail for objcopy
29 (simple copy), strip with/without saving a symbol for object file
30 and executable.
31
32 Wed Jul 1 16:27:40 1998 Nick Clifton <nickc@cygnus.com>
33
34 * binutils-all/objcopy.exp: ARM simple objcopy now passes.
35
36 Wed Jun 24 09:20:21 1998 Nick Clifton <nickc@cygnus.com>
37
38 * binutils-all/objdump.exp: Look for '.data' rather than 'data'
39 when parsing output of objdump -h.
40 * binutils-all/size.exp: Look for '.data' rather than 'data' when
41 parsing output of size -A.
42
43 1998-07-20 Vladimir N. Makarov <vmakarov@cygnus.com>
44
45 * objcopy.exp: Two new tests - strip object file with saving a
46 symbol and strip executable file with saving a symbol.
47
48 Fri May 29 14:50:24 1998 Ian Lance Taylor <ian@cygnus.com>
49
50 * binutils-all/objcopy.exp: Don't xfail the simple objcopy test
51 when cross compiling.
52
53 Thu Nov 6 14:32:37 1997 Bob Manson <manson@charmed.cygnus.com>
54
55 * lib/utils-lib.exp: Temporary definition of target_assemble and
56 default_target_assemble so that testing can work with older
57 dejagnu versions.
58
59 Wed Sep 24 12:09:15 1997 Bob Manson <manson@charmed.cygnus.com>
60
61 * binutils-all/objcopy.exp(strip_executable): Make a new copy of
62 the executable being tested.
63
64 Mon Sep 15 21:25:20 1997 Bob Manson <manson@charmed.cygnus.com>
65
66 * binutils-all/objcopy.exp: Compile the executables to be tested
67 on the target with a status wrapper (as necessary).
68
69 * binutils-all/ar.exp: If testing on a remote host, don't bother
70 looking on the local host for the program being tested. Use the
71 correct filenames on the remote host.
72
73 * binutils-all/nm.exp: Ditto.
74
75 * binutils-all/size.exp: Ditto.
76
77 * binutils-all/objdump.exp: Ditto.
78 (cpus_expected): Add the target CPU to the regexp of CPUs to be
79 expected, if it's not already there.
80
81 Thu Aug 28 09:57:27 1997 Doug Evans <dje@canuck.cygnus.com>
82
83 * binutils-all/objdump.exp (cpus_expected): Add arc.
84
85 Tue Aug 5 00:03:20 1997 Ian Lance Taylor <ian@cygnus.com>
86
87 * config/default.exp: Look for nm-new and strip-new.
88
89 Tue Jun 3 17:12:54 1997 Bob Manson <manson@charmed.cygnus.com>
90
91 * config/default.exp: Remove expect_before statement.
92
93 * binutils-all/objcopy.exp: Don't use global exec_output variable;
94 the output is returned from remote_load instead.
95
96 Mon May 12 22:14:20 1997 Bob Manson <manson@charmed.cygnus.com>
97
98 * binutils-all/objcopy.exp(strip_test): Tests that
99 fail to compile are untested, not unresolved.
100 (copy_setup): Ditto.
101
102 * lib/utils-lib.exp(default_binutils_assemble): Call
103 target_assemble instead of target_compile.
104
105 Wed Apr 30 20:37:51 1997 Bob Manson <manson@charmed.cygnus.com>
106
107 Changes to support multilib and remote hosted testing, along with
108 general cleanups and simplifications.
109
110 * lib/utils-lib.exp(binutil_version): Use remote_exec.
111 (default_binutils_run): Ditto.
112 (default_binutils_assemble): Remove first argument; call
113 target_compile to actually do the assembly.
114 (default_binutils_compile,default_binutils_remove,prune_warnings):
115 Delete.
116
117 * config/default.exp: Remove AS and ASFLAGS.
118 (binutils_compile,binutils_remove): Delete.
119 (binutils_assemble): Remove first argument.
120
121 * binutils-all/ar.exp: See if we're running the tests on
122 a remote host, and download/upload files as appropriate.
123 Replace calls to binutils_remove with remote_file. Replace
124 calls to binutils_compile with target_compile. Remove initial
125 argument to binutils_assemble. Use remote_load to execute
126 programs on the target.
127 * binutils-all/nm.exp: Ditto.
128 * binutils-all/objcopy.exp: Ditto.
129 * binutils-all/objdump.exp: Ditto.
130 * binutils-all/size.exp: Ditto.
131
132 Mon Apr 14 12:36:41 1997 Ian Lance Taylor <ian@cygnus.com>
133
134 * binutils-all/ar.exp (long_filenames): Check for a file system
135 with a 14 character file name length limit.
136
137 Tue Apr 1 09:52:15 1997 Jeffrey A Law (law@cygnus.com)
138
139 * binutils-all/objdump.exp: Handle d10v.
140
141 Fri Feb 7 16:45:34 1997 Bob Manson <manson@charmed.cygnus.com>
142
143 * binutils-all/ar.exp: Use prune_warnings instead of
144 prune_system_crud.
145 * binutils-all/objcopy.exp: Ditto.
146
147 Wed Jan 29 00:16:43 1997 Bob Manson <manson@charmed.cygnus.com>
148
149 * binutils-all/nm.exp: Use / between $srcdir and $subdir.
150 * binutils-all/objcopy.exp: Ditto.
151 * binutils-all/objdump.exp: Ditto.
152 * binutils-all/size.exp: Ditto.
153 * binutils-all/hppa/objdump.exp: Ditto.
154
155
156 Wed Oct 16 22:57:59 1996 Jeffrey A Law (law@cygnus.com)
157
158 * binutils-all/objdump.exp: Add mn10200 and mn10300 to expected
159 cpus list.
160
161 Tue Oct 1 15:06:55 1996 Ian Lance Taylor <ian@cygnus.com>
162
163 * lib/utils-lib.exp (binutil_version): Fix for current version
164 printing.
165
166 Sun Aug 4 22:25:40 1996 Ian Lance Taylor <ian@cygnus.com>
167
168 * binutils-all/objcopy.exp: Fix end of line matching in srec tests
169 to work with TCL 7.5.
170
171 Sat Jun 29 12:51:30 1996 Ian Lance Taylor <ian@cygnus.com>
172
173 * binutils-all/objcopy.exp: Simple copy test works for i960 b.out
174 targets.
175
176 Mon Jun 24 14:33:04 1996 Ian Lance Taylor <ian@cygnus.com>
177
178 * binutils-all/objcopy.exp: On OSF/1, the simple copy test will
179 succeed with gas, and fail with /bin/as, so mark it as an expected
180 failure only if it fails.
181
182 Tue Mar 26 16:55:08 1996 Jeffrey A Law (law@cygnus.com)
183
184 * binutils-all/objcopy.exp: No longer expect adjust-section-vma
185 test to fail for hppa*-*-proelf*.
186
187 Mon Mar 11 08:25:14 1996 Jeffrey A Law (law@cygnus.com)
188
189 * binutils-all/objdump.exp: Look for "$CODE$", not just "CODE".
190
191 Wed Jan 31 11:55:13 1996 Jeffrey A Law (law@cygnus.com)
192
193 * binutils-all/objcopy.exp: Expect adjust-section-vma tests to
194 fail for hppa*-*-proelf* targets.
195
196 Thu Jan 25 13:53:04 1996 Ian Lance Taylor <ian@cygnus.com>
197
198 * binutils-all/objdump.exp: Update for objdump -h format change.
199 * binutils-all/objcopy.exp: Likewise.
200
201 Mon Jan 15 18:14:14 1996 Ian Lance Taylor <ian@cygnus.com>
202
203 * binutils-all/objcopy.exp: Use the lma, not the vma, when testing
204 address adjustments.
205
206 Fri Dec 15 16:31:55 1995 Ian Lance Taylor <ian@cygnus.com>
207
208 * binutils-all/objdump.exp: Update objdump -i test for current
209 objdump output.
210
211 Mon Nov 27 15:15:09 1995 Ian Lance Taylor <ian@cygnus.com>
212
213 * binutils-all/objcopy.exp: Correct fail calls to always use the
214 same string as the pass call.
215
216 Wed Nov 22 13:18:58 1995 Ian Lance Taylor <ian@cygnus.com>
217
218 * lib/utils-lib.exp (prune_system_crud): Discard -g -O warnings
219 from native compilers on OSF/1 and SunOS.
220
221 Fri Nov 17 10:36:09 1995 Ian Lance Taylor <ian@cygnus.com>
222
223 * lib/utils-lib.exp (default_binutils_compiler: Change error
224 message to say compilation rather than assembly.
225
226 Wed Nov 15 18:34:42 1995 Ken Raeburn <raeburn@cygnus.com>
227
228 * binutils-all/objcopy.exp: Simple copy test does appear to work
229 on i*86-svr4.
230
231 Wed Nov 15 12:19:28 1995 Ian Lance Taylor <ian@cygnus.com>
232
233 * binutils-all/objcopy.exp: If assembly fails, call unresolved.
234 Test running objcopy and strip on a final executable.
235 * binutils-all/testprog.c: New file.
236 * config/default.exp (STRIP, STRIPFLAGS): Define.
237 (binutils_compile): New procedure.
238 * lib/utils-lib.exp (default_binutils_compile): New procedure.
239
240 Fri Nov 3 13:22:33 1995 Ian Lance Taylor <ian@cygnus.com>
241
242 * lib/utils-lib.exp (default_binutils_run): Don't use verbose
243 -log, reverting part of Oct 2 change.
244
245 Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
246
247 * binutils-all/objcopy.exp: Add setup_xfails for
248 m68*-motorola-sysv* and m88*-motorola-sysv*.
249
250 Wed Oct 4 14:38:31 1995 Ian Lance Taylor <ian@cygnus.com>
251
252 * binutils-all/nm.exp: Add setup_xfails for XCOFF.
253
254 Mon Oct 2 12:41:48 1995 Ian Lance Taylor <ian@cygnus.com>
255
256 * binutils-all/ar.exp: New file.
257 * binutils-all/bintest.s: Make text_symbol and data_symbol global.
258 Add new static symbols static_text_symbol and static_data_symbol.
259 * binutils-all/nm.exp: Adjust accordingly.
260 * config/default.exp (AR): Set if not set.
261 (binutils_remove): New procedure.
262 * lib/utils-lib.exp (default_binutils_run): Call
263 prune_system_crud on program output. Use verbose -log instead of
264 both verbose and send_log.
265 (default_binutils_remove): New procedure.
266
267 * lib/utils-lib.exp (default_binutils_assemble): Call
268 prune_system_crud on assembler output.
269
270 Tue Sep 26 14:07:05 1995 Ian Lance Taylor <ian@cygnus.com>
271
272 * binutils-all/objcopy.exp: Add setup_xfails for simple copy test
273 for i386 COFF targets.
274
275 Wed Sep 13 13:20:21 1995 Ian Lance Taylor <ian@cygnus.com>
276
277 * lib/utils-lib.exp (prune_system_crud): Define if not defined.
278 * binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
279
280 Sat Aug 19 17:38:06 1995 Ian Lance Taylor <ian@cygnus.com>
281
282 * binutils-all/objcopy.exp: Add xfail for i*86-*-aout* for simple
283 copy test.
284
285 Wed Aug 16 16:52:53 1995 Ian Lance Taylor <ian@cygnus.com>
286
287 * binutils-all/nm.exp: Add setup_xfail for mips*-sony-bsd* for
288 tests which fail on ECOFF targets.
289
290 * binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple
291 copy test to check for i*86-*-linuxaout* instead.
292
293 Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com>
294
295 * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
296 for simple copy test.
297
298 Tue Jul 25 11:57:12 1995 Ian Lance Taylor <ian@cygnus.com>
299
300 * binutils-all/objcopy.exp: Change setup_xfail for simple copy
301 test from i960-*-vxworks5.1 to i960-*-vxworks*.
302
303 Mon Jul 10 12:25:46 1995 Ian Lance Taylor <ian@cygnus.com>
304
305 * binutils-all/objcopy.exp: Add setup_xfail for z8*-*-coff for
306 simple copy test.
307 * binutils-all/objdump.exp (cpus_expected): Add z8001 and z8002.
308
309 Sun May 21 20:32:53 1995 Jeff Law (law@snake.cs.utah.edu)
310
311 * binutils-all/hppa/objdump.exp (addendbug): Handle PA ELF targets
312 too.
313 * binutils-all/objcopy.exp (simple copy): Don't expect PA ELF
314 targets to fail.
315
316 Tue Apr 4 14:52:08 1995 Jeff Law (law@snake.cs.utah.edu)
317
318 * binutils-all/hppa: Renamed from binutils-hppa.
319
320 Wed Mar 29 12:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
321
322 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
323 for h8500-*-hms and h8500-*-coff.
324
325 Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
326
327 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
328 for m68*-ericsson-ose and m88*-*-coff.
329
330 Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
331
332 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
333 for m68*-*-vxworks*.
334
335 Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
336
337 * binutils-hppa/objdump.exp: Correct hppa*-*-* check.
338
339 Tue Mar 21 10:48:45 1995 Jeff Law (law@snake.cs.utah.edu)
340
341 * binutils-hppa/addendbug.s: New testcase.
342 * binutils-hppa/objdump.exp: Run it.
343
344 Mon Mar 20 11:31:05 1995 Ian Lance Taylor <ian@cygnus.com>
345
346 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
347 in progargs before passing it to exec.
348
349 Fri Mar 17 16:39:31 1995 Jeff Law (law@snake.cs.utah.edu)
350
351 * config/hppa.sed: Sed script to transform bintest.s into proper
352 PA assembly code.
353 * binutils-all/nm.exp: Enable these tests on the PA.
354 * binutils-all/objcopy.exp: Enable these tests on the PA. Expect
355 simple copy to fail.
356 * binutils-all/objdump.exp: Enable these tests on the PA. Handle
357 "CODE" as a section name.
358 * binutils-all/size.exp: Enable these tests on the PA.
359 * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
360 run the assembly through a sed script before passing it to the
361 assembler.
362
363 Wed Mar 15 16:47:13 1995 Ian Lance Taylor <ian@cygnus.com>
364
365 * binutils-all/objdump.exp: Force section sizes to be interpreted
366 in hex. Change objdump -h failure mode to always use the same
367 string.
368
369 Thu Jan 5 13:01:43 1995 Ian Lance Taylor <ian@cygnus.com>
370
371 * binutils-all/nm.exp: Just check for irix4*, rather than
372 irix\[0-4\]*, to avoid DejaGnu bug.
373
374 Thu Dec 15 19:35:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
375
376 * binutils-all/objcopy.exp: Expect simple-objcopy test to fail
377 for various other targets for which gas doesn't use bfd: sh-hms,
378 m68k-hpux, m68k-sunos, m68k-coff, i386-linux, a29k-udi, a29k-coff,
379 i960-vxworks5.1, i960-coff, h8300-hms, h8300-coff.
380
381 Wed Dec 14 15:54:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
382
383 * binutils-all/size.exp: Skip tests requiring bintest.o on hppa,
384 since it (correctly) generates syntax errors on that platform.
385 * binutils-all/objdump.exp: Ditto.
386 * binutils-all/nm.exp: Ditto.
387 * binutils-all/objcopy.exp: Ditto. Also, move setup_xfail for
388 sh-coff to branch where objcopy execution produced no error
389 messages. Expect failure for hp300 also.
390
391 Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
392
393 * binutils-all/objdump.exp (cpus_expected): New variable, taken
394 from objdump -i test, added ns32k and powerpc, sorted.
395 (objdump -i, -f tests): Use $cpus_expected.
396
397 * binutils-all/objcopy.exp: For simple-copy test, expect failure
398 for sh-coff.
399
400 Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
401
402 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
403 new S-record section handling.
404
405 Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
406
407 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
408 as expected on ECOFF targets; add calls to setup_xfail.
409
410 * binutils-all/objcopy.exp: New file.
411 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
412
413 Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
414
415 Rewrite testsuite.
416 * configure.in, Makefile.in: Remove.
417 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
418 * binutils-all/bintest.c: Remove.
419 * binutils-all/bintest.s: New file.
420 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
421 * binutils-all/size.exp: Rewrite.
422 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
423 Don't go up one directory from $base_dir. Create tmpdir.
424 (binutils_run, binutils-assemble): New procedures.
425 * config/unix.exp: Remove.
426 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
427 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
428 * config/mt-mips-ecoff, config/mt-slite: Remove.
429 * config/mt-sparc-aout, config/mt-vxworks: Remove.
430 * lib/utils-lib.exp (binutil_version): Don't redirect standard
431 input when getting version. Don't unset errorInfo.
432 (default_binutils_run): New procedure.
433 (default_binutils_assemble): New procedure.
434
435 Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
436
437 * VMS does not permit `.' in directory names: renamed binutils.all
438 to binutils-all.
439 * configure.in (configdirs): Change binutils.all to binutils-all.
440
441 Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
442
443 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
444 not for m68k-*-*.
445
446 Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
447
448 * binutils.all/objdump.exp: Added ARM to list of CPU types.
449
450 Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
451
452 * binutils.all/objdump.exp: Update for new usage message.
453 * binutils.all/size.exp: Use a double backslash in the string to
454 get a single backslash to the regexp matcher. Accept $TEXT$,
455 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
456
457 Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
458
459 * config/unix.exp: If nm.new does not exist, use [transform nm].
460 * config/default.exp: Likewise.
461
462 Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
463
464 * configure.in, binutils.all/configure.in: Change i386 to
465 i[345]86.
466
467 Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
468
469 * config/mt-mips-ecoff: Add -Tidp.ld option.
470
471 Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
472
473 * config/default.exp: Use nm.new, not nm, from newly built tree.
474
475 Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
476
477 * config/default.exp, config/unix.exp: Replace error
478 proc calls with perror.
479
480 Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
481
482 * configure.in (sparclite): Match on sparclite*-*-*.
483
484 Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
485
486 * config/unix.exp: Use nm.new, not nm, from newly built tree.
487
488 * binutils.all/objdump.exp: Add more wildcards to list of
489 single-letter options in pattern for usage message.
490
491 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
492 works for a.out/stabs systems. Fixed regexps to make underscores
493 optional, since some C compilers don't prepend them. Deleted
494 check for foo.o symbol, since again some systems don't generate
495 it.
496
497 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
498
499 * Makefile.in (check): Set TCL_LIBRARY for runtest.
500
501 Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
502
503 * Makefile.in: Use new config features of DejaGnu in site.exp
504 file. "Make check" should now work for all crosses.
505
506 Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
507
508 * binutils.all/objdump.exp: In usage message, accept
509 "section-name" as well as "section_name".
510
511 Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
512
513 * binutils.all/objdump.exp: Trim list of format names expected,
514 and accept any known CPU type.
515
516 Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
517
518 * Makefile.in: Remove some stuff from the site.exp file.
519 * config/unix.exp: Add global before seeing if the variables for
520 nm, objdump, and size exist.
521
522 Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
523
524 * config/udi.exp,unix.exp: Transform tool name.
525 * binutils.all/*.exp: Clear errorInfo after exec.
526
527 Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
528
529 * binutils.all/*.exp: Use -- for long arguments rather than +.
530
531 Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
532
533 * configure.in: change srctrigger to Makefile.in
534
535 Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
536
537 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
538
539 Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
540
541 * binutils.all/objdump.exp: Update for new usage message.
542
543 Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
544
545 * binutils.all/*.exp: Use the new util_test proc.
546 * Makefile.in: Create a local site.exp file with config info.
547
548 Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
549
550 * nm.all/configure.in (srcname): Delete extra quote.
551
552 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
553
554 * binutils/testsuite: made modifications to testcases, etc., to allow
555 them to work properly given the reorganization of deja-gnu and the
556 relocation of the testcases from deja-gnu to a "tool" subdirectory.
557
558 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
559
560 * binutils/testsuite: Initial creation of binutils/testsuite.
561 Migrated dejagnu testcases and support files for testing nm to
562 binutils/testsuite from deja-gnu. These files were moved "as is"
563 with no modifications. This migration is part of a major overhaul
564 of dejagnu. The modifications to these testcases, etc., which
565 will allow them to work with the new version of dejagnu will be
566 made in a future update.
567