1 2002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
3 * binutils-all/dlltool.exp: New file for testing dlltool.
4 * binutils-all/fastcall.def: New file for testing fastcall
6 * config/default.exp: Set DLLTOOL variable.
8 2002-08-27 Alan Modra <amodra@bigpond.net.au>
10 * binutils-all/objcopy.exp: Revert last change.
12 2002-08-26 Alan Modra <amodra@bigpond.net.au>
14 * binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" on
16 (strip_executable): Likewise.
18 2002-08-13 Alan Modra <amodra@bigpond.net.au>
20 * binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
22 * binutils-all/objcopy.exp (simple copy): Revise xfails.
24 2002-05-29 Alan Modra <amodra@bigpond.net.au>
26 * binutils-all/objcopy.exp (strip_test_with_saving_a_symbol):
27 Revert 2001-11-15. Instead allow `D main'.
29 2002-04-16 Eric Kohl <ekohl@rz-online.de>
31 * binutils-all/windres/dialog0.rc: New test case: Check default
32 attributes for dialogs
33 * binutils-all/windres/dialog0.rsd: New file: Expected output.
34 * binutils-all/windres/dialog1.rc: New test case: Check
35 DISCARDABLE flag is propogated.
36 * binutils-all/windres/dialog1.rsd: New file: Expected output.
38 2002-04-15 Eric Kohl <ekohl@rz-online.de>
40 * binutils-all/windres/dlgfont.rc: New test case: Checks FONT
41 statement in DIALOG and DIALOGEX resources.
42 * binutils-all/windres/dlgfont.rsd: Expected output.
44 2002-04-11 Nick Clifton <nickc@cambridge.redhat.com>
46 * binutils-all/ar.exp (long_filenames): Use 'file delete' instead
49 2002-04-10 Nick Clifton <nickc@cambridge.redhat.com>
51 * binutils-all/ar.exp (long_filenames): Delete the abc... files
52 upon successfully completion of the test.
54 * binutils-all/windres/capstyle.rsd: Regenerate using MSVC.
55 * binutils-all/windres/deflang.rsd: Regenerate using MSVC.
56 * binutils-all/windres/dialogsignature.rsd: Regenerate using MSVC.
57 * binutils-all/windres/escapea.rsd: Regenerate using MSVC.
58 * binutils-all/windres/escapex.rsd: Regenerate using MSVC.
59 * binutils-all/windres/nocaption.rsd: Regenerate using MSVC.
60 * binutils-all/windres/printstyle.rsd: Regenerate using MSVC.
61 * binutils-all/windres/sublang.rsd: Regenerate using MSVC.
63 2002-04-09 Nick Clifton <nickc@cambridge.redhat.com>
65 * binutils-all/windres/capstyle.rc: New test case: Set default
67 * binutils-all/windres/capstyle.rsd: Expected output.
69 * binutils-all/windres/deflang.rc: New test case: Check default
71 * binutils-all/windres/deflang.rsd: Expected output.
73 * binutils-all/windres/dialogsignature.rc: New test case for
74 decoding the dialog signature.
75 * binutils-all/windres/dialogsignature.rsd: Expected output.
77 * binutils-all/windres/escapea.rc: New test case for encoding \a
79 * binutils-all/windres/escapea.rsd: Expected output.
81 * binutils-all/windres/escapex.rc: New test case for hex constants
83 * binutils-all/windres/escapex.rsd: Expected output
85 * binutils-all/windres/nocaption.rc: New test case dialogs without
87 * binutils-all/windres/nocaption.rsd: Expected output
89 * binutils-all/windres/quoteclass.rc: New test case for quoted
90 CLASS definitions in DIALOG resources.
92 * binutils-all/windres/sublang.rc: New test case: Check assignment
94 * binutils-all/windres/sublang.rsd: Expected output.
96 2002-02-18 Timothy Daly <remote_bob@yahoo.com>
98 * binutils-all/readelf.r: Change expected output to match new,
99 narrowed-to-80-chars format.
100 * binutils-all/readelf.r-64: Change expected output to match new,
101 narrowed-to-80-chars format.
103 2002-02-18 Hans-Peter Nilsson <hp@bitrange.com>
105 * binutils-all/objcopy.exp
106 (strip_executable_with_saving_a_symbol): Prune symbol Main in nm
107 output for mmix-knuth-mmixware.
109 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
111 * binutils-all/readelf.ss-mips: Do not expect an explicit
112 ordering of the sections.
114 2002-02-10 Nick Clifton <nickc@cambridge.redhat.com>
116 * binutils-all/objdump.exp: Add 'xscale' to the list of expected
119 2002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
121 * binutils-all/objcopy.exp: Expect xscale-coff to fail simple
122 objcopy test for the same reason as arm-coff.
124 2001-11-29 H.J. Lu <hjl@gnu.org>
126 * binutils-all/objcopy.exp (strip_test): Add strip on archive.
128 2001-11-15 Alan Modra <amodra@bigpond.net.au>
130 * binutils-all/objcopy.exp: (strip_test_with_saving_a_symbol):
131 Allow '? main', to suit powerpc64.
133 2001-11-14 Geoffrey Keating <geoffk@redhat.com>
135 * binutils-all/readelf.exp: powerpc-*-eabi* is an ELF target.
137 2001-10-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
139 * binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'
142 Tue Sep 4 20:25:41 2001 Jeffrey A Law (law@cygnus.com)
144 * binutils/all/readelf.exp: Expect readelf -wi to
145 fail for the H8 series.
147 2001-08-27 Alan Modra <amodra@bigpond.net.au>
149 * binutils-all/readelf.s-64: Adjust offsets for powerpc64. Don't
150 use constructs like [45][08] when all combinations are not valid.
151 Instead use (48|50) to explicitly state which values are correct.
153 2001-08-21 H.J. Lu <hjl@gnu.org>
155 * binutils-all/readelf.r: Updated for the readelf change.
157 * binutils-all/readelf.r-64: New for the readelf change.
159 2001-07-27 H.J. Lu <hjl@gnu.org>
161 * binutils-all/windres/windres.exp: Don't set xfail for
162 bmpalign (compare) on none-ix86/pe targets.
164 2001-07-24 H.J. Lu <hjl@gnu.org>
166 * binutils-all/windres/windres.exp: Set xfail on none-ix86/pe
169 2001-07-18 DJ Delorie <dj@redhat.com>
171 * config/default.exp (WINDRES): Add.
172 * binutils-all/windres/windres.exp: New.
173 * binutils-all/windres/README: New.
174 * binutils-all/windres/bmp1.bmp: New.
175 * binutils-all/windres/bmpalign.rc: New.
176 * binutils-all/windres/bmpalign.rsd: New.
177 * binutils-all/windres/lang.rc: New.
178 * binutils-all/windres/lang.rsd: New.
179 * binutils-all/windres/msupdate: New.
180 * binutils-all/windres/strtab1.rc: New.
181 * binutils-all/windres/strtab1.rsd: New.
183 2001-07-05 Ben Elliston <bje@redhat.com>
185 * lib/utils-lib.exp (target_assemble): Remove duplicate copy.
186 (default_target_assemble): Likewise.
188 2001-06-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
190 * binutils-all/readelf.exp: Typo.
192 2001-06-19 Andreas Jaeger <aj@suse.de>
194 * binutils-all/readelf.r: Don't check for specific info value to
195 pass testsuite on ia64 and alpha.
197 2001-06-07 H.J. Lu <hjl@gnu.org>
199 * binutils-all/readelf.ss-mips: Support stabs.
200 * binutils-all/readelf.ss-tmips: Likewise.
202 2001-05-25 H.J. Lu <hjl@gnu.org>
204 * binutils-all/readelf.exp (readelf_test): Set target_machine
205 to tmips for traditional mips.
207 * binutils-all/readelf.s: Support traditional mips.
209 * binutils-all/readelf.ss-tmips: New for traditional mips.
211 2001-05-25 Alan Modra <amodra@one.net.au>
213 * binutils-all/readelf.exp: Replace linuxoldld with linux*oldld
214 and linuxaout with linux*aout.
215 * binutils-all/objcopy.exp: Remove xfail for linuxaout.
217 2001-05-24 H.J. Lu <hjl@gnu.org>
219 * binutils-all/objdump.exp (cpus_expected): Add s390.
221 2001-03-30 H.J. Lu <hjl@gnu.org>
223 * binutils-all/readelf.exp: Run on more ELF targets.
225 2001-02-11 H.J. Lu <hjl@gnu.org>
227 * config/default.exp: Set up gcc_gas_flag.
229 * binutils-all/objcopy.exp (copy_setup): Process gcc_gas_flag
232 * binutils-all/testprog.c: Include <string.h> and don't use
235 2001-01-16 Matthew Green <mrg@redhat.com>
237 * binutils-all/readelf.s-64: Match readelf -S output.
239 2000-12-09 Nick Clifton <nickc@redhat.com>
241 * binutils-all/objdump.exp (cpus_expected): Add tic54x and
244 2000-11-28 Hans-Peter Nilsson <hp@axis.com>
246 * binutils-all/readelf.s: Adjust to readelf.c formatting changes.
248 2000-11-02 Chris Demetriou <cgd@sibyte.com>
250 * binutils-all/readelf.exp (regexp_diff): Add code
251 from gas testsuite to treat "#..." at beginning of line
252 as an indicator to skip extra non-matching lines at that
254 (readelf_test): Add support for using a machine-specific
255 regexp comparison file.
256 (readelf -S test, readelf -s test): Remove v850*-*-* and
257 mips*-*-* from list of expected failures.
258 * binutils-all/readelf.s: Accomodate changes due to
259 additional sections (and therefore section numbering
260 differences) on v850*-*-* and mips*-*-* targets.
261 * binutils-all/readelf.ss: Likewise.
262 * binutils-all/readelf.ss-mips: New file, which matches
263 expected output of readelf -s test for mips*-*-*.
265 2000-10-25 Hans-Peter Nilsson <hp@axis.com>
267 * binutils-all/readelf.exp (-wi test): Add cris-*-* to xfails.
269 2000-10-19 Chris Demetriou <cgd@sibyte.com>
271 * binutils-all/readelf.exp (readelf_test): Work properly
272 when multiple targets expect failtures.
273 (readelf -S test, readelf -s test): Expect mips*-*-*
276 2000-07-10 Alan Modra <alan@linuxcare.com.au>
278 * lib/utils-lib.exp (default_binutils_assemble): Don't do the hppa
279 sed fudges for hppa-linux.
281 2000-07-01 Frank Ch. Eigler <fche@redhat.com>
283 * binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize
284 syntax to display more tcl nature.
286 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
288 * binutils-all/objdump.exp (cpus_expected): Recognize m68hc11 and
291 2000-06-18 Nick Clifton <nickc@redhat.com>
293 * binutils-all/readelf.wi: Do not assume the compilation tag to be
296 * binutils-all/objcopy.exp: Expect all arm variants to fail the
297 copying executable test.
299 2000-06-14 Hans-Peter Nilsson <hp@bitrange.com>
301 * binutils-all/readelf.exp (regexp_diff): Do not break when a
302 mismatching line is found.
303 (readelf_find_size): New.
304 (readelf_size): New global variable.
305 (readelf_test): Add newline to send_log of command.
306 If $srcdir/$subdir/$regexp_file-$readelf_size exists, use it
307 instead of $srcdir/$subdir/$regexp_file.
308 (*-*elf test): Fix typo in message.
309 * binutils-all/readelf.s-64: New.
310 * binutils-all/readelf.ss-64: New.
312 2000-05-02 Alan Modra <alan@linuxcare.com.au>
314 * binutils-all/objcopy.exp (simple copy): Clear xfail for hppa-linux.
316 * binutils-all/hppa/objdump.exp: Disable test for elf.
318 2000-03-13 Nick Clifton <nickc@cygnus.com>
320 * binutils-all/readelf.s: Adjust to match new format of readelf
322 * binutils-all/readelf.ss: Adjust to match new format of readelf
325 1999-11-01 Nick Clifton <nickc@cygnus.com>
327 * binutils-all/objcopy.exp: Expect simple objcopy test to fail
328 for COFF based ARM and Thumb ports.
330 Tue Sep 14 00:28:17 1999 Jeffrey A Law (law@cygnus.com)
332 * binutils-all/hppa/objdump.exp: Do not run for PA64.
334 1999-09-04 Steve Chamberlain <sac@pobox.com>
336 * binutils-all/objdump.exp: Add pj to cpus_expected.
338 Sat Aug 28 00:24:27 1999 Jerry Quinn <jquinn@nortelnetworks.com>
340 * binutils-all/hppa/freg.s: New file.
341 * binutils-all/hppa/objdump.exp: Add freg.s test.
343 1999-08-09 Ian Lance Taylor <ian@zembu.com>
345 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
348 1999-07-21 H.J. Lu <hjl@gnu.org>
350 * binutils-all/testprog.c: Include <stdio.h>.
352 1999-06-29 Nick Clifton <nickc@cygnus.com>
354 * binutils-all/objdump.exp: Add fr30 and MCore to expected cpus
357 * binutils-all/readelf.r: Do not assume a fixed number of spaces
360 1999-06-10 Nick Clifton <nickc@cygnus.com>
362 * binutils-all/readelf.wi: Update to match latest output.
363 * binutils-all/readelf.h: Update to match latest output.
365 Wed Jun 9 11:59:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
367 * binutils-all/objdump.exp: Tighten regexp to match `objdump -i'
368 output to avoid massive exponential behaviour.
370 1999-05-28 Ian Lance Taylor <ian@zembu.com>
372 * binutils-all/readelf.h: Update for changes of 1999-04-08.
374 1999-03-12 Nick Clifton <nickc@cygnus.com>
376 * binutils-all/readelf.wi: Remove FR30 specific components.
377 * binutils-all/readelf.s: Remove RELA specific components.
379 1999-02-16 Nick Clifton <nickc@cygnus.com>
381 * binutils-all/readelf.s: Do not assume section alignment is 4.
382 * binutils-all/readelf.r: Do not assume rela's are being used.
383 * binutils-all/readelf.exp: disable tests for non ELF based
386 1999-02-02 Nick Clifton <nickc@cygnus.com>
388 * binutils-all/readelf.wi: Amend to match new readelf output.
389 * binutils-all/readelf.r: Do not assume that RELAs will be used.
391 1999-01-29 Nick Clifton <nickc@cygnus.com>
393 * config/default.exp: Add definitions of READELF and READELFFLAGS.
395 * binutils-all/readelf.exp: New file: Readelf tests
396 * binutils-all/readelf.h: New file: Expected results for 'readelf -h'
397 * binutils-all/readelf.s: New file: Expected results for 'readelf -S'
398 * binutils-all/readelf.ss: New file: Expected results for 'readelf -s'
399 * binutils-all/readelf.r: New file: Expected results for 'readelf -r'
400 * binutils-all/readelf.wi: New file: Expected results for 'readelf -wi'
402 Wed Dec 9 19:11:39 1998 Jeffrey A Law (law@cygnus.com)
404 * binutils-all/objcopy.exp (copy_executable): Expect comparison
405 failure for mips*-*-elf.
407 Fri Oct 16 22:57:12 1998 Felix Lee <flee@cygnus.com>
409 * binutils-all/objcopy.exp: fix "no symbols" message.
411 Tue Jul 28 15:14:04 1998 Jeffrey A Law (law@cygnus.com)
413 * binutils-all/objcopy.exp: Keep "main" and "_main" for strip with
414 saving symbol tests. Look for either "main" or "_main" in the output
415 file. Fix test for "no symbols" in the output file.
417 1998-07-22 Vladimir N. Makarov <vmakarov@cygnus.com>
419 * binutils-all/objcopy.exp: Polish output about fail for objcopy
420 (simple copy), strip with/without saving a symbol for object file
423 Wed Jul 1 16:27:40 1998 Nick Clifton <nickc@cygnus.com>
425 * binutils-all/objcopy.exp: ARM simple objcopy now passes.
427 Wed Jun 24 09:20:21 1998 Nick Clifton <nickc@cygnus.com>
429 * binutils-all/objdump.exp: Look for '.data' rather than 'data'
430 when parsing output of objdump -h.
431 * binutils-all/size.exp: Look for '.data' rather than 'data' when
432 parsing output of size -A.
434 1998-07-20 Vladimir N. Makarov <vmakarov@cygnus.com>
436 * binutils-all/objcopy.exp: Two new tests - strip object file with
437 saving a symbol and strip executable file with saving a symbol.
439 Fri May 29 14:50:24 1998 Ian Lance Taylor <ian@cygnus.com>
441 * binutils-all/objcopy.exp: Don't xfail the simple objcopy test
442 when cross compiling.
444 Thu Nov 6 14:32:37 1997 Bob Manson <manson@charmed.cygnus.com>
446 * lib/utils-lib.exp: Temporary definition of target_assemble and
447 default_target_assemble so that testing can work with older
450 Wed Sep 24 12:09:15 1997 Bob Manson <manson@charmed.cygnus.com>
452 * binutils-all/objcopy.exp(strip_executable): Make a new copy of
453 the executable being tested.
455 Mon Sep 15 21:25:20 1997 Bob Manson <manson@charmed.cygnus.com>
457 * binutils-all/objcopy.exp: Compile the executables to be tested
458 on the target with a status wrapper (as necessary).
460 * binutils-all/ar.exp: If testing on a remote host, don't bother
461 looking on the local host for the program being tested. Use the
462 correct filenames on the remote host.
464 * binutils-all/nm.exp: Ditto.
466 * binutils-all/size.exp: Ditto.
468 * binutils-all/objdump.exp: Ditto.
469 (cpus_expected): Add the target CPU to the regexp of CPUs to be
470 expected, if it's not already there.
472 Thu Aug 28 09:57:27 1997 Doug Evans <dje@canuck.cygnus.com>
474 * binutils-all/objdump.exp (cpus_expected): Add arc.
476 Tue Aug 5 00:03:20 1997 Ian Lance Taylor <ian@cygnus.com>
478 * config/default.exp: Look for nm-new and strip-new.
480 Tue Jun 3 17:12:54 1997 Bob Manson <manson@charmed.cygnus.com>
482 * config/default.exp: Remove expect_before statement.
484 * binutils-all/objcopy.exp: Don't use global exec_output variable;
485 the output is returned from remote_load instead.
487 Mon May 12 22:14:20 1997 Bob Manson <manson@charmed.cygnus.com>
489 * binutils-all/objcopy.exp(strip_test): Tests that
490 fail to compile are untested, not unresolved.
493 * lib/utils-lib.exp(default_binutils_assemble): Call
494 target_assemble instead of target_compile.
496 Wed Apr 30 20:37:51 1997 Bob Manson <manson@charmed.cygnus.com>
498 Changes to support multilib and remote hosted testing, along with
499 general cleanups and simplifications.
501 * lib/utils-lib.exp(binutil_version): Use remote_exec.
502 (default_binutils_run): Ditto.
503 (default_binutils_assemble): Remove first argument; call
504 target_compile to actually do the assembly.
505 (default_binutils_compile,default_binutils_remove,prune_warnings):
508 * config/default.exp: Remove AS and ASFLAGS.
509 (binutils_compile,binutils_remove): Delete.
510 (binutils_assemble): Remove first argument.
512 * binutils-all/ar.exp: See if we're running the tests on
513 a remote host, and download/upload files as appropriate.
514 Replace calls to binutils_remove with remote_file. Replace
515 calls to binutils_compile with target_compile. Remove initial
516 argument to binutils_assemble. Use remote_load to execute
517 programs on the target.
518 * binutils-all/nm.exp: Ditto.
519 * binutils-all/objcopy.exp: Ditto.
520 * binutils-all/objdump.exp: Ditto.
521 * binutils-all/size.exp: Ditto.
523 Mon Apr 14 12:36:41 1997 Ian Lance Taylor <ian@cygnus.com>
525 * binutils-all/ar.exp (long_filenames): Check for a file system
526 with a 14 character file name length limit.
528 Tue Apr 1 09:52:15 1997 Jeffrey A Law (law@cygnus.com)
530 * binutils-all/objdump.exp: Handle d10v.
532 Fri Feb 7 16:45:34 1997 Bob Manson <manson@charmed.cygnus.com>
534 * binutils-all/ar.exp: Use prune_warnings instead of
536 * binutils-all/objcopy.exp: Ditto.
538 Wed Jan 29 00:16:43 1997 Bob Manson <manson@charmed.cygnus.com>
540 * binutils-all/nm.exp: Use / between $srcdir and $subdir.
541 * binutils-all/objcopy.exp: Ditto.
542 * binutils-all/objdump.exp: Ditto.
543 * binutils-all/size.exp: Ditto.
544 * binutils-all/hppa/objdump.exp: Ditto.
547 Wed Oct 16 22:57:59 1996 Jeffrey A Law (law@cygnus.com)
549 * binutils-all/objdump.exp: Add mn10200 and mn10300 to expected
552 Tue Oct 1 15:06:55 1996 Ian Lance Taylor <ian@cygnus.com>
554 * lib/utils-lib.exp (binutil_version): Fix for current version
557 Sun Aug 4 22:25:40 1996 Ian Lance Taylor <ian@cygnus.com>
559 * binutils-all/objcopy.exp: Fix end of line matching in srec tests
560 to work with TCL 7.5.
562 Sat Jun 29 12:51:30 1996 Ian Lance Taylor <ian@cygnus.com>
564 * binutils-all/objcopy.exp: Simple copy test works for i960 b.out
567 Mon Jun 24 14:33:04 1996 Ian Lance Taylor <ian@cygnus.com>
569 * binutils-all/objcopy.exp: On OSF/1, the simple copy test will
570 succeed with gas, and fail with /bin/as, so mark it as an expected
571 failure only if it fails.
573 Tue Mar 26 16:55:08 1996 Jeffrey A Law (law@cygnus.com)
575 * binutils-all/objcopy.exp: No longer expect adjust-section-vma
576 test to fail for hppa*-*-proelf*.
578 Mon Mar 11 08:25:14 1996 Jeffrey A Law (law@cygnus.com)
580 * binutils-all/objdump.exp: Look for "$CODE$", not just "CODE".
582 Wed Jan 31 11:55:13 1996 Jeffrey A Law (law@cygnus.com)
584 * binutils-all/objcopy.exp: Expect adjust-section-vma tests to
585 fail for hppa*-*-proelf* targets.
587 Thu Jan 25 13:53:04 1996 Ian Lance Taylor <ian@cygnus.com>
589 * binutils-all/objdump.exp: Update for objdump -h format change.
590 * binutils-all/objcopy.exp: Likewise.
592 Mon Jan 15 18:14:14 1996 Ian Lance Taylor <ian@cygnus.com>
594 * binutils-all/objcopy.exp: Use the lma, not the vma, when testing
597 Fri Dec 15 16:31:55 1995 Ian Lance Taylor <ian@cygnus.com>
599 * binutils-all/objdump.exp: Update objdump -i test for current
602 Mon Nov 27 15:15:09 1995 Ian Lance Taylor <ian@cygnus.com>
604 * binutils-all/objcopy.exp: Correct fail calls to always use the
605 same string as the pass call.
607 Wed Nov 22 13:18:58 1995 Ian Lance Taylor <ian@cygnus.com>
609 * lib/utils-lib.exp (prune_system_crud): Discard -g -O warnings
610 from native compilers on OSF/1 and SunOS.
612 Fri Nov 17 10:36:09 1995 Ian Lance Taylor <ian@cygnus.com>
614 * lib/utils-lib.exp (default_binutils_compiler: Change error
615 message to say compilation rather than assembly.
617 Wed Nov 15 18:34:42 1995 Ken Raeburn <raeburn@cygnus.com>
619 * binutils-all/objcopy.exp: Simple copy test does appear to work
622 Wed Nov 15 12:19:28 1995 Ian Lance Taylor <ian@cygnus.com>
624 * binutils-all/objcopy.exp: If assembly fails, call unresolved.
625 Test running objcopy and strip on a final executable.
626 * binutils-all/testprog.c: New file.
627 * config/default.exp (STRIP, STRIPFLAGS): Define.
628 (binutils_compile): New procedure.
629 * lib/utils-lib.exp (default_binutils_compile): New procedure.
631 Fri Nov 3 13:22:33 1995 Ian Lance Taylor <ian@cygnus.com>
633 * lib/utils-lib.exp (default_binutils_run): Don't use verbose
634 -log, reverting part of Oct 2 change.
636 Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
638 * binutils-all/objcopy.exp: Add setup_xfails for
639 m68*-motorola-sysv* and m88*-motorola-sysv*.
641 Wed Oct 4 14:38:31 1995 Ian Lance Taylor <ian@cygnus.com>
643 * binutils-all/nm.exp: Add setup_xfails for XCOFF.
645 Mon Oct 2 12:41:48 1995 Ian Lance Taylor <ian@cygnus.com>
647 * binutils-all/ar.exp: New file.
648 * binutils-all/bintest.s: Make text_symbol and data_symbol global.
649 Add new static symbols static_text_symbol and static_data_symbol.
650 * binutils-all/nm.exp: Adjust accordingly.
651 * config/default.exp (AR): Set if not set.
652 (binutils_remove): New procedure.
653 * lib/utils-lib.exp (default_binutils_run): Call
654 prune_system_crud on program output. Use verbose -log instead of
655 both verbose and send_log.
656 (default_binutils_remove): New procedure.
658 * lib/utils-lib.exp (default_binutils_assemble): Call
659 prune_system_crud on assembler output.
661 Tue Sep 26 14:07:05 1995 Ian Lance Taylor <ian@cygnus.com>
663 * binutils-all/objcopy.exp: Add setup_xfails for simple copy test
664 for i386 COFF targets.
666 Wed Sep 13 13:20:21 1995 Ian Lance Taylor <ian@cygnus.com>
668 * lib/utils-lib.exp (prune_system_crud): Define if not defined.
669 * binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
671 Sat Aug 19 17:38:06 1995 Ian Lance Taylor <ian@cygnus.com>
673 * binutils-all/objcopy.exp: Add xfail for i*86-*-aout* for simple
676 Wed Aug 16 16:52:53 1995 Ian Lance Taylor <ian@cygnus.com>
678 * binutils-all/nm.exp: Add setup_xfail for mips*-sony-bsd* for
679 tests which fail on ECOFF targets.
681 * binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple
682 copy test to check for i*86-*-linuxaout* instead.
684 Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com>
686 * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
687 for simple copy test.
689 Tue Jul 25 11:57:12 1995 Ian Lance Taylor <ian@cygnus.com>
691 * binutils-all/objcopy.exp: Change setup_xfail for simple copy
692 test from i960-*-vxworks5.1 to i960-*-vxworks*.
694 Mon Jul 10 12:25:46 1995 Ian Lance Taylor <ian@cygnus.com>
696 * binutils-all/objcopy.exp: Add setup_xfail for z8*-*-coff for
698 * binutils-all/objdump.exp (cpus_expected): Add z8001 and z8002.
700 Sun May 21 20:32:53 1995 Jeff Law (law@snake.cs.utah.edu)
702 * binutils-all/hppa/objdump.exp (addendbug): Handle PA ELF targets
704 * binutils-all/objcopy.exp (simple copy): Don't expect PA ELF
707 Tue Apr 4 14:52:08 1995 Jeff Law (law@snake.cs.utah.edu)
709 * binutils-all/hppa: Renamed from binutils-hppa.
711 Wed Mar 29 12:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
713 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
714 for h8500-*-hms and h8500-*-coff.
716 Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
718 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
719 for m68*-ericsson-ose and m88*-*-coff.
721 Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
723 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
726 Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
728 * binutils-hppa/objdump.exp: Correct hppa*-*-* check.
730 Tue Mar 21 10:48:45 1995 Jeff Law (law@snake.cs.utah.edu)
732 * binutils-hppa/addendbug.s: New testcase.
733 * binutils-hppa/objdump.exp: Run it.
735 Mon Mar 20 11:31:05 1995 Ian Lance Taylor <ian@cygnus.com>
737 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
738 in progargs before passing it to exec.
740 Fri Mar 17 16:39:31 1995 Jeff Law (law@snake.cs.utah.edu)
742 * config/hppa.sed: Sed script to transform bintest.s into proper
744 * binutils-all/nm.exp: Enable these tests on the PA.
745 * binutils-all/objcopy.exp: Enable these tests on the PA. Expect
747 * binutils-all/objdump.exp: Enable these tests on the PA. Handle
748 "CODE" as a section name.
749 * binutils-all/size.exp: Enable these tests on the PA.
750 * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
751 run the assembly through a sed script before passing it to the
754 Wed Mar 15 16:47:13 1995 Ian Lance Taylor <ian@cygnus.com>
756 * binutils-all/objdump.exp: Force section sizes to be interpreted
757 in hex. Change objdump -h failure mode to always use the same
760 Thu Jan 5 13:01:43 1995 Ian Lance Taylor <ian@cygnus.com>
762 * binutils-all/nm.exp: Just check for irix4*, rather than
763 irix\[0-4\]*, to avoid DejaGnu bug.
765 Thu Dec 15 19:35:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
767 * binutils-all/objcopy.exp: Expect simple-objcopy test to fail
768 for various other targets for which gas doesn't use bfd: sh-hms,
769 m68k-hpux, m68k-sunos, m68k-coff, i386-linux, a29k-udi, a29k-coff,
770 i960-vxworks5.1, i960-coff, h8300-hms, h8300-coff.
772 Wed Dec 14 15:54:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
774 * binutils-all/size.exp: Skip tests requiring bintest.o on hppa,
775 since it (correctly) generates syntax errors on that platform.
776 * binutils-all/objdump.exp: Ditto.
777 * binutils-all/nm.exp: Ditto.
778 * binutils-all/objcopy.exp: Ditto. Also, move setup_xfail for
779 sh-coff to branch where objcopy execution produced no error
780 messages. Expect failure for hp300 also.
782 Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
784 * binutils-all/objdump.exp (cpus_expected): New variable, taken
785 from objdump -i test, added ns32k and powerpc, sorted.
786 (objdump -i, -f tests): Use $cpus_expected.
788 * binutils-all/objcopy.exp: For simple-copy test, expect failure
791 Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
793 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
794 new S-record section handling.
796 Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
798 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
799 as expected on ECOFF targets; add calls to setup_xfail.
801 * binutils-all/objcopy.exp: New file.
802 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
804 Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
807 * configure.in, Makefile.in: Remove.
808 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
809 * binutils-all/bintest.c: Remove.
810 * binutils-all/bintest.s: New file.
811 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
812 * binutils-all/size.exp: Rewrite.
813 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
814 Don't go up one directory from $base_dir. Create tmpdir.
815 (binutils_run, binutils-assemble): New procedures.
816 * config/unix.exp: Remove.
817 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
818 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
819 * config/mt-mips-ecoff, config/mt-slite: Remove.
820 * config/mt-sparc-aout, config/mt-vxworks: Remove.
821 * lib/utils-lib.exp (binutil_version): Don't redirect standard
822 input when getting version. Don't unset errorInfo.
823 (default_binutils_run): New procedure.
824 (default_binutils_assemble): New procedure.
826 Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
828 * VMS does not permit `.' in directory names: renamed binutils.all
830 * configure.in (configdirs): Change binutils.all to binutils-all.
832 Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
834 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
837 Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
839 * binutils.all/objdump.exp: Added ARM to list of CPU types.
841 Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
843 * binutils.all/objdump.exp: Update for new usage message.
844 * binutils.all/size.exp: Use a double backslash in the string to
845 get a single backslash to the regexp matcher. Accept $TEXT$,
846 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
848 Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
850 * config/unix.exp: If nm.new does not exist, use [transform nm].
851 * config/default.exp: Likewise.
853 Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
855 * configure.in, binutils.all/configure.in: Change i386 to
858 Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
860 * config/mt-mips-ecoff: Add -Tidp.ld option.
862 Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
864 * config/default.exp: Use nm.new, not nm, from newly built tree.
866 Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
868 * config/default.exp, config/unix.exp: Replace error
869 proc calls with perror.
871 Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
873 * configure.in (sparclite): Match on sparclite*-*-*.
875 Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
877 * config/unix.exp: Use nm.new, not nm, from newly built tree.
879 * binutils.all/objdump.exp: Add more wildcards to list of
880 single-letter options in pattern for usage message.
882 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
883 works for a.out/stabs systems. Fixed regexps to make underscores
884 optional, since some C compilers don't prepend them. Deleted
885 check for foo.o symbol, since again some systems don't generate
888 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
890 * Makefile.in (check): Set TCL_LIBRARY for runtest.
892 Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
894 * Makefile.in: Use new config features of DejaGnu in site.exp
895 file. "Make check" should now work for all crosses.
897 Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
899 * binutils.all/objdump.exp: In usage message, accept
900 "section-name" as well as "section_name".
902 Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
904 * binutils.all/objdump.exp: Trim list of format names expected,
905 and accept any known CPU type.
907 Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
909 * Makefile.in: Remove some stuff from the site.exp file.
910 * config/unix.exp: Add global before seeing if the variables for
911 nm, objdump, and size exist.
913 Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
915 * config/udi.exp,unix.exp: Transform tool name.
916 * binutils.all/*.exp: Clear errorInfo after exec.
918 Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
920 * binutils.all/*.exp: Use -- for long arguments rather than +.
922 Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com)
924 * configure.in: change srctrigger to Makefile.in
926 Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
928 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
930 Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
932 * binutils.all/objdump.exp: Update for new usage message.
934 Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
936 * binutils.all/*.exp: Use the new util_test proc.
937 * Makefile.in: Create a local site.exp file with config info.
939 Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
941 * nm.all/configure.in (srcname): Delete extra quote.
943 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
945 * binutils/testsuite: made modifications to testcases, etc., to allow
946 them to work properly given the reorganization of deja-gnu and the
947 relocation of the testcases from deja-gnu to a "tool" subdirectory.
949 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
951 * binutils/testsuite: Initial creation of binutils/testsuite.
952 Migrated dejagnu testcases and support files for testing nm to
953 binutils/testsuite from deja-gnu. These files were moved "as is"
954 with no modifications. This migration is part of a major overhaul
955 of dejagnu. The modifications to these testcases, etc., which
956 will allow them to work with the new version of dejagnu will be
957 made in a future update.