2001-05-25 H.J. Lu <hjl@gnu.org>
[binutils-gdb.git] / binutils / testsuite / ChangeLog
1 2001-05-25 H.J. Lu <hjl@gnu.org>
2
3 * binutils-all/readelf.exp (readelf_test): Set target_machine
4 to tmips for traditional mips.
5
6 * binutils-all/readelf.s: Support traditional mips.
7
8 * binutils-all/readelf.ss-tmips: New for traditional mips.
9
10 2001-05-25 Alan Modra <amodra@one.net.au>
11
12 * binutils-all/readelf.exp: Replace linuxoldld with linux*oldld
13 and linuxaout with linux*aout.
14 * binutils-all/objcopy.exp: Remove xfail for linuxaout.
15
16 2001-05-24 H.J. Lu <hjl@gnu.org>
17
18 * binutils-all/objdump.exp (cpus_expected): Add s390.
19
20 2001-03-30 H.J. Lu <hjl@gnu.org>
21
22 * binutils-all/readelf.exp: Run on more ELF targets.
23
24 2001-02-11 H.J. Lu <hjl@gnu.org>
25
26 * config/default.exp: Set up gcc_gas_flag.
27
28 * binutils-all/objcopy.exp (copy_setup): Process gcc_gas_flag
29 for Linux only.
30
31 * binutils-all/testprog.c: Include <string.h> and don't use
32 exit ().
33
34 2001-01-16 Matthew Green <mrg@redhat.com>
35
36 * binutils-all/readelf.s-64: Match readelf -S output.
37
38 2000-12-09 Nick Clifton <nickc@redhat.com>
39
40 * binutils-all/objdump.exp (cpus_expected): Add tic54x and
41 tms320c54x.
42
43 2000-11-28 Hans-Peter Nilsson <hp@axis.com>
44
45 * binutils-all/readelf.s: Adjust to readelf.c formatting changes.
46
47 2000-11-02 Chris Demetriou <cgd@sibyte.com>
48
49 * binutils-all/readelf.exp (regexp_diff): Add code
50 from gas testsuite to treat "#..." at beginning of line
51 as an indicator to skip extra non-matching lines at that
52 location.
53 (readelf_test): Add support for using a machine-specific
54 regexp comparison file.
55 (readelf -S test, readelf -s test): Remove v850*-*-* and
56 mips*-*-* from list of expected failures.
57 * binutils-all/readelf.s: Accomodate changes due to
58 additional sections (and therefore section numbering
59 differences) on v850*-*-* and mips*-*-* targets.
60 * binutils-all/readelf.ss: Likewise.
61 * binutils-all/readelf.ss-mips: New file, which matches
62 expected output of readelf -s test for mips*-*-*.
63
64 2000-10-25 Hans-Peter Nilsson <hp@axis.com>
65
66 * binutils-all/readelf.exp (-wi test): Add cris-*-* to xfails.
67
68 2000-10-19 Chris Demetriou <cgd@sibyte.com>
69
70 * binutils-all/readelf.exp (readelf_test): Work properly
71 when multiple targets expect failtures.
72 (readelf -S test, readelf -s test): Expect mips*-*-*
73 to fail.
74
75 2000-07-10 Alan Modra <alan@linuxcare.com.au>
76
77 * lib/utils-lib.exp (default_binutils_assemble): Don't do the hppa
78 sed fudges for hppa-linux.
79
80 2000-07-01 Frank Ch. Eigler <fche@redhat.com>
81
82 * binutils-all/objdump.exp (cpus_expected, cpus_regex): Reorganize
83 syntax to display more tcl nature.
84
85 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
86
87 * binutils-all/objdump.exp (cpus_expected): Recognize m68hc11 and
88 m68hc12.
89
90 2000-06-18 Nick Clifton <nickc@redhat.com>
91
92 * binutils-all/readelf.wi: Do not assume the compilation tag to be
93 unit 1.
94
95 * binutils-all/objcopy.exp: Expect all arm variants to fail the
96 copying executable test.
97
98 2000-06-14 Hans-Peter Nilsson <hp@bitrange.com>
99
100 * binutils-all/readelf.exp (regexp_diff): Do not break when a
101 mismatching line is found.
102 (readelf_find_size): New.
103 (readelf_size): New global variable.
104 (readelf_test): Add newline to send_log of command.
105 If $srcdir/$subdir/$regexp_file-$readelf_size exists, use it
106 instead of $srcdir/$subdir/$regexp_file.
107 (*-*elf test): Fix typo in message.
108 * binutils-all/readelf.s-64: New.
109 * binutils-all/readelf.ss-64: New.
110
111 2000-05-02 Alan Modra <alan@linuxcare.com.au>
112
113 * binutils-all/objcopy.exp (simple copy): Clear xfail for hppa-linux.
114
115 * binutils-all/hppa/objdump.exp: Disable test for elf.
116
117 2000-03-13 Nick Clifton <nickc@cygnus.com>
118
119 * binutils-all/readelf.s: Adjust to match new format of readelf
120 output.
121 * binutils-all/readelf.ss: Adjust to match new format of readelf
122 output.
123
124 1999-11-01 Nick Clifton <nickc@cygnus.com>
125
126 * binutils-all/objcopy.exp: Expect simple objcopy test to fail
127 for COFF based ARM and Thumb ports.
128
129 Tue Sep 14 00:28:17 1999 Jeffrey A Law (law@cygnus.com)
130
131 * binutils-all/hppa/objdump.exp: Do not run for PA64.
132
133 1999-09-04 Steve Chamberlain <sac@pobox.com>
134
135 * binutils-all/objdump.exp: Add pj to cpus_expected.
136
137 Sat Aug 28 00:24:27 1999 Jerry Quinn <jquinn@nortelnetworks.com>
138
139 * binutils-all/hppa/freg.s: New file.
140 * binutils-all/hppa/objdump.exp: Add freg.s test.
141
142 1999-08-09 Ian Lance Taylor <ian@zembu.com>
143
144 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
145 for i*86-*-msdos*.
146
147 1999-07-21 H.J. Lu <hjl@gnu.org>
148
149 * binutils-all/testprog.c: Include <stdio.h>.
150
151 1999-06-29 Nick Clifton <nickc@cygnus.com>
152
153 * binutils-all/objdump.exp: Add fr30 and MCore to expected cpus
154 list.
155
156 * binutils-all/readelf.r: Do not assume a fixed number of spaces
157 in the output.
158
159 1999-06-10 Nick Clifton <nickc@cygnus.com>
160
161 * binutils-all/readelf.wi: Update to match latest output.
162 * binutils-all/readelf.h: Update to match latest output.
163
164 Wed Jun 9 11:59:22 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
165
166 * binutils-all/objdump.exp: Tighten regexp to match `objdump -i'
167 output to avoid massive exponential behaviour.
168
169 1999-05-28 Ian Lance Taylor <ian@zembu.com>
170
171 * binutils-all/readelf.h: Update for changes of 1999-04-08.
172
173 1999-03-12 Nick Clifton <nickc@cygnus.com>
174
175 * binutils-all/readelf.wi: Remove FR30 specific components.
176 * binutils-all/readelf.s: Remove RELA specific components.
177
178 1999-02-16 Nick Clifton <nickc@cygnus.com>
179
180 * binutils-all/readelf.s: Do not assume section alignment is 4.
181 * binutils-all/readelf.r: Do not assume rela's are being used.
182 * binutils-all/readelf.exp: disable tests for non ELF based
183 targets.
184
185 1999-02-02 Nick Clifton <nickc@cygnus.com>
186
187 * binutils-all/readelf.wi: Amend to match new readelf output.
188 * binutils-all/readelf.r: Do not assume that RELAs will be used.
189
190 1999-01-29 Nick Clifton <nickc@cygnus.com>
191
192 * config/default.exp: Add definitions of READELF and READELFFLAGS.
193
194 * binutils-all/readelf.exp: New file: Readelf tests
195 * binutils-all/readelf.h: New file: Expected results for 'readelf -h'
196 * binutils-all/readelf.s: New file: Expected results for 'readelf -S'
197 * binutils-all/readelf.ss: New file: Expected results for 'readelf -s'
198 * binutils-all/readelf.r: New file: Expected results for 'readelf -r'
199 * binutils-all/readelf.wi: New file: Expected results for 'readelf -wi'
200
201 Wed Dec 9 19:11:39 1998 Jeffrey A Law (law@cygnus.com)
202
203 * binutils-all/objcopy.exp (copy_executable): Expect comparison
204 failure for mips*-*-elf.
205
206 Fri Oct 16 22:57:12 1998 Felix Lee <flee@cygnus.com>
207
208 * binutils-all/objcopy.exp: fix "no symbols" message.
209
210 Tue Jul 28 15:14:04 1998 Jeffrey A Law (law@cygnus.com)
211
212 * binutils-all/objcopy.exp: Keep "main" and "_main" for strip with
213 saving symbol tests. Look for either "main" or "_main" in the output
214 file. Fix test for "no symbols" in the output file.
215
216 1998-07-22 Vladimir N. Makarov <vmakarov@cygnus.com>
217
218 * binutils-all/objcopy.exp: Polish output about fail for objcopy
219 (simple copy), strip with/without saving a symbol for object file
220 and executable.
221
222 Wed Jul 1 16:27:40 1998 Nick Clifton <nickc@cygnus.com>
223
224 * binutils-all/objcopy.exp: ARM simple objcopy now passes.
225
226 Wed Jun 24 09:20:21 1998 Nick Clifton <nickc@cygnus.com>
227
228 * binutils-all/objdump.exp: Look for '.data' rather than 'data'
229 when parsing output of objdump -h.
230 * binutils-all/size.exp: Look for '.data' rather than 'data' when
231 parsing output of size -A.
232
233 1998-07-20 Vladimir N. Makarov <vmakarov@cygnus.com>
234
235 * binutils-all/objcopy.exp: Two new tests - strip object file with
236 saving a symbol and strip executable file with saving a symbol.
237
238 Fri May 29 14:50:24 1998 Ian Lance Taylor <ian@cygnus.com>
239
240 * binutils-all/objcopy.exp: Don't xfail the simple objcopy test
241 when cross compiling.
242
243 Thu Nov 6 14:32:37 1997 Bob Manson <manson@charmed.cygnus.com>
244
245 * lib/utils-lib.exp: Temporary definition of target_assemble and
246 default_target_assemble so that testing can work with older
247 dejagnu versions.
248
249 Wed Sep 24 12:09:15 1997 Bob Manson <manson@charmed.cygnus.com>
250
251 * binutils-all/objcopy.exp(strip_executable): Make a new copy of
252 the executable being tested.
253
254 Mon Sep 15 21:25:20 1997 Bob Manson <manson@charmed.cygnus.com>
255
256 * binutils-all/objcopy.exp: Compile the executables to be tested
257 on the target with a status wrapper (as necessary).
258
259 * binutils-all/ar.exp: If testing on a remote host, don't bother
260 looking on the local host for the program being tested. Use the
261 correct filenames on the remote host.
262
263 * binutils-all/nm.exp: Ditto.
264
265 * binutils-all/size.exp: Ditto.
266
267 * binutils-all/objdump.exp: Ditto.
268 (cpus_expected): Add the target CPU to the regexp of CPUs to be
269 expected, if it's not already there.
270
271 Thu Aug 28 09:57:27 1997 Doug Evans <dje@canuck.cygnus.com>
272
273 * binutils-all/objdump.exp (cpus_expected): Add arc.
274
275 Tue Aug 5 00:03:20 1997 Ian Lance Taylor <ian@cygnus.com>
276
277 * config/default.exp: Look for nm-new and strip-new.
278
279 Tue Jun 3 17:12:54 1997 Bob Manson <manson@charmed.cygnus.com>
280
281 * config/default.exp: Remove expect_before statement.
282
283 * binutils-all/objcopy.exp: Don't use global exec_output variable;
284 the output is returned from remote_load instead.
285
286 Mon May 12 22:14:20 1997 Bob Manson <manson@charmed.cygnus.com>
287
288 * binutils-all/objcopy.exp(strip_test): Tests that
289 fail to compile are untested, not unresolved.
290 (copy_setup): Ditto.
291
292 * lib/utils-lib.exp(default_binutils_assemble): Call
293 target_assemble instead of target_compile.
294
295 Wed Apr 30 20:37:51 1997 Bob Manson <manson@charmed.cygnus.com>
296
297 Changes to support multilib and remote hosted testing, along with
298 general cleanups and simplifications.
299
300 * lib/utils-lib.exp(binutil_version): Use remote_exec.
301 (default_binutils_run): Ditto.
302 (default_binutils_assemble): Remove first argument; call
303 target_compile to actually do the assembly.
304 (default_binutils_compile,default_binutils_remove,prune_warnings):
305 Delete.
306
307 * config/default.exp: Remove AS and ASFLAGS.
308 (binutils_compile,binutils_remove): Delete.
309 (binutils_assemble): Remove first argument.
310
311 * binutils-all/ar.exp: See if we're running the tests on
312 a remote host, and download/upload files as appropriate.
313 Replace calls to binutils_remove with remote_file. Replace
314 calls to binutils_compile with target_compile. Remove initial
315 argument to binutils_assemble. Use remote_load to execute
316 programs on the target.
317 * binutils-all/nm.exp: Ditto.
318 * binutils-all/objcopy.exp: Ditto.
319 * binutils-all/objdump.exp: Ditto.
320 * binutils-all/size.exp: Ditto.
321
322 Mon Apr 14 12:36:41 1997 Ian Lance Taylor <ian@cygnus.com>
323
324 * binutils-all/ar.exp (long_filenames): Check for a file system
325 with a 14 character file name length limit.
326
327 Tue Apr 1 09:52:15 1997 Jeffrey A Law (law@cygnus.com)
328
329 * binutils-all/objdump.exp: Handle d10v.
330
331 Fri Feb 7 16:45:34 1997 Bob Manson <manson@charmed.cygnus.com>
332
333 * binutils-all/ar.exp: Use prune_warnings instead of
334 prune_system_crud.
335 * binutils-all/objcopy.exp: Ditto.
336
337 Wed Jan 29 00:16:43 1997 Bob Manson <manson@charmed.cygnus.com>
338
339 * binutils-all/nm.exp: Use / between $srcdir and $subdir.
340 * binutils-all/objcopy.exp: Ditto.
341 * binutils-all/objdump.exp: Ditto.
342 * binutils-all/size.exp: Ditto.
343 * binutils-all/hppa/objdump.exp: Ditto.
344
345
346 Wed Oct 16 22:57:59 1996 Jeffrey A Law (law@cygnus.com)
347
348 * binutils-all/objdump.exp: Add mn10200 and mn10300 to expected
349 cpus list.
350
351 Tue Oct 1 15:06:55 1996 Ian Lance Taylor <ian@cygnus.com>
352
353 * lib/utils-lib.exp (binutil_version): Fix for current version
354 printing.
355
356 Sun Aug 4 22:25:40 1996 Ian Lance Taylor <ian@cygnus.com>
357
358 * binutils-all/objcopy.exp: Fix end of line matching in srec tests
359 to work with TCL 7.5.
360
361 Sat Jun 29 12:51:30 1996 Ian Lance Taylor <ian@cygnus.com>
362
363 * binutils-all/objcopy.exp: Simple copy test works for i960 b.out
364 targets.
365
366 Mon Jun 24 14:33:04 1996 Ian Lance Taylor <ian@cygnus.com>
367
368 * binutils-all/objcopy.exp: On OSF/1, the simple copy test will
369 succeed with gas, and fail with /bin/as, so mark it as an expected
370 failure only if it fails.
371
372 Tue Mar 26 16:55:08 1996 Jeffrey A Law (law@cygnus.com)
373
374 * binutils-all/objcopy.exp: No longer expect adjust-section-vma
375 test to fail for hppa*-*-proelf*.
376
377 Mon Mar 11 08:25:14 1996 Jeffrey A Law (law@cygnus.com)
378
379 * binutils-all/objdump.exp: Look for "$CODE$", not just "CODE".
380
381 Wed Jan 31 11:55:13 1996 Jeffrey A Law (law@cygnus.com)
382
383 * binutils-all/objcopy.exp: Expect adjust-section-vma tests to
384 fail for hppa*-*-proelf* targets.
385
386 Thu Jan 25 13:53:04 1996 Ian Lance Taylor <ian@cygnus.com>
387
388 * binutils-all/objdump.exp: Update for objdump -h format change.
389 * binutils-all/objcopy.exp: Likewise.
390
391 Mon Jan 15 18:14:14 1996 Ian Lance Taylor <ian@cygnus.com>
392
393 * binutils-all/objcopy.exp: Use the lma, not the vma, when testing
394 address adjustments.
395
396 Fri Dec 15 16:31:55 1995 Ian Lance Taylor <ian@cygnus.com>
397
398 * binutils-all/objdump.exp: Update objdump -i test for current
399 objdump output.
400
401 Mon Nov 27 15:15:09 1995 Ian Lance Taylor <ian@cygnus.com>
402
403 * binutils-all/objcopy.exp: Correct fail calls to always use the
404 same string as the pass call.
405
406 Wed Nov 22 13:18:58 1995 Ian Lance Taylor <ian@cygnus.com>
407
408 * lib/utils-lib.exp (prune_system_crud): Discard -g -O warnings
409 from native compilers on OSF/1 and SunOS.
410
411 Fri Nov 17 10:36:09 1995 Ian Lance Taylor <ian@cygnus.com>
412
413 * lib/utils-lib.exp (default_binutils_compiler: Change error
414 message to say compilation rather than assembly.
415
416 Wed Nov 15 18:34:42 1995 Ken Raeburn <raeburn@cygnus.com>
417
418 * binutils-all/objcopy.exp: Simple copy test does appear to work
419 on i*86-svr4.
420
421 Wed Nov 15 12:19:28 1995 Ian Lance Taylor <ian@cygnus.com>
422
423 * binutils-all/objcopy.exp: If assembly fails, call unresolved.
424 Test running objcopy and strip on a final executable.
425 * binutils-all/testprog.c: New file.
426 * config/default.exp (STRIP, STRIPFLAGS): Define.
427 (binutils_compile): New procedure.
428 * lib/utils-lib.exp (default_binutils_compile): New procedure.
429
430 Fri Nov 3 13:22:33 1995 Ian Lance Taylor <ian@cygnus.com>
431
432 * lib/utils-lib.exp (default_binutils_run): Don't use verbose
433 -log, reverting part of Oct 2 change.
434
435 Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 <manfred@lts.sel.alcatel.de>
436
437 * binutils-all/objcopy.exp: Add setup_xfails for
438 m68*-motorola-sysv* and m88*-motorola-sysv*.
439
440 Wed Oct 4 14:38:31 1995 Ian Lance Taylor <ian@cygnus.com>
441
442 * binutils-all/nm.exp: Add setup_xfails for XCOFF.
443
444 Mon Oct 2 12:41:48 1995 Ian Lance Taylor <ian@cygnus.com>
445
446 * binutils-all/ar.exp: New file.
447 * binutils-all/bintest.s: Make text_symbol and data_symbol global.
448 Add new static symbols static_text_symbol and static_data_symbol.
449 * binutils-all/nm.exp: Adjust accordingly.
450 * config/default.exp (AR): Set if not set.
451 (binutils_remove): New procedure.
452 * lib/utils-lib.exp (default_binutils_run): Call
453 prune_system_crud on program output. Use verbose -log instead of
454 both verbose and send_log.
455 (default_binutils_remove): New procedure.
456
457 * lib/utils-lib.exp (default_binutils_assemble): Call
458 prune_system_crud on assembler output.
459
460 Tue Sep 26 14:07:05 1995 Ian Lance Taylor <ian@cygnus.com>
461
462 * binutils-all/objcopy.exp: Add setup_xfails for simple copy test
463 for i386 COFF targets.
464
465 Wed Sep 13 13:20:21 1995 Ian Lance Taylor <ian@cygnus.com>
466
467 * lib/utils-lib.exp (prune_system_crud): Define if not defined.
468 * binutils-all/objcopy.exp: Call prune_system_crud on cmp output.
469
470 Sat Aug 19 17:38:06 1995 Ian Lance Taylor <ian@cygnus.com>
471
472 * binutils-all/objcopy.exp: Add xfail for i*86-*-aout* for simple
473 copy test.
474
475 Wed Aug 16 16:52:53 1995 Ian Lance Taylor <ian@cygnus.com>
476
477 * binutils-all/nm.exp: Add setup_xfail for mips*-sony-bsd* for
478 tests which fail on ECOFF targets.
479
480 * binutils-all/objcopy.exp: Change i*86-*-linux xfail for simple
481 copy test to check for i*86-*-linuxaout* instead.
482
483 Tue Aug 8 17:48:37 1995 Ian Lance Taylor <ian@cygnus.com>
484
485 * binutils-all/objcopy.exp: Add setup_xfail for a29k-*-vxworks*
486 for simple copy test.
487
488 Tue Jul 25 11:57:12 1995 Ian Lance Taylor <ian@cygnus.com>
489
490 * binutils-all/objcopy.exp: Change setup_xfail for simple copy
491 test from i960-*-vxworks5.1 to i960-*-vxworks*.
492
493 Mon Jul 10 12:25:46 1995 Ian Lance Taylor <ian@cygnus.com>
494
495 * binutils-all/objcopy.exp: Add setup_xfail for z8*-*-coff for
496 simple copy test.
497 * binutils-all/objdump.exp (cpus_expected): Add z8001 and z8002.
498
499 Sun May 21 20:32:53 1995 Jeff Law (law@snake.cs.utah.edu)
500
501 * binutils-all/hppa/objdump.exp (addendbug): Handle PA ELF targets
502 too.
503 * binutils-all/objcopy.exp (simple copy): Don't expect PA ELF
504 targets to fail.
505
506 Tue Apr 4 14:52:08 1995 Jeff Law (law@snake.cs.utah.edu)
507
508 * binutils-all/hppa: Renamed from binutils-hppa.
509
510 Wed Mar 29 12:02:43 1995 Ian Lance Taylor <ian@cygnus.com>
511
512 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
513 for h8500-*-hms and h8500-*-coff.
514
515 Tue Mar 28 11:18:28 1995 Ian Lance Taylor <ian@cygnus.com>
516
517 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
518 for m68*-ericsson-ose and m88*-*-coff.
519
520 Mon Mar 27 11:27:31 1995 Ian Lance Taylor <ian@cygnus.com>
521
522 * binutils-all/objcopy.exp: Add setup_xfail for simple copy test
523 for m68*-*-vxworks*.
524
525 Fri Mar 24 11:44:25 1995 Ian Lance Taylor <ian@cygnus.com>
526
527 * binutils-hppa/objdump.exp: Correct hppa*-*-* check.
528
529 Tue Mar 21 10:48:45 1995 Jeff Law (law@snake.cs.utah.edu)
530
531 * binutils-hppa/addendbug.s: New testcase.
532 * binutils-hppa/objdump.exp: Run it.
533
534 Mon Mar 20 11:31:05 1995 Ian Lance Taylor <ian@cygnus.com>
535
536 * lib/utils-lib.exp (default_binutils_run): Quote any dollar signs
537 in progargs before passing it to exec.
538
539 Fri Mar 17 16:39:31 1995 Jeff Law (law@snake.cs.utah.edu)
540
541 * config/hppa.sed: Sed script to transform bintest.s into proper
542 PA assembly code.
543 * binutils-all/nm.exp: Enable these tests on the PA.
544 * binutils-all/objcopy.exp: Enable these tests on the PA. Expect
545 simple copy to fail.
546 * binutils-all/objdump.exp: Enable these tests on the PA. Handle
547 "CODE" as a section name.
548 * binutils-all/size.exp: Enable these tests on the PA.
549 * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*",
550 run the assembly through a sed script before passing it to the
551 assembler.
552
553 Wed Mar 15 16:47:13 1995 Ian Lance Taylor <ian@cygnus.com>
554
555 * binutils-all/objdump.exp: Force section sizes to be interpreted
556 in hex. Change objdump -h failure mode to always use the same
557 string.
558
559 Thu Jan 5 13:01:43 1995 Ian Lance Taylor <ian@cygnus.com>
560
561 * binutils-all/nm.exp: Just check for irix4*, rather than
562 irix\[0-4\]*, to avoid DejaGnu bug.
563
564 Thu Dec 15 19:35:31 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
565
566 * binutils-all/objcopy.exp: Expect simple-objcopy test to fail
567 for various other targets for which gas doesn't use bfd: sh-hms,
568 m68k-hpux, m68k-sunos, m68k-coff, i386-linux, a29k-udi, a29k-coff,
569 i960-vxworks5.1, i960-coff, h8300-hms, h8300-coff.
570
571 Wed Dec 14 15:54:46 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
572
573 * binutils-all/size.exp: Skip tests requiring bintest.o on hppa,
574 since it (correctly) generates syntax errors on that platform.
575 * binutils-all/objdump.exp: Ditto.
576 * binutils-all/nm.exp: Ditto.
577 * binutils-all/objcopy.exp: Ditto. Also, move setup_xfail for
578 sh-coff to branch where objcopy execution produced no error
579 messages. Expect failure for hp300 also.
580
581 Thu Dec 8 14:36:15 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
582
583 * binutils-all/objdump.exp (cpus_expected): New variable, taken
584 from objdump -i test, added ns32k and powerpc, sorted.
585 (objdump -i, -f tests): Use $cpus_expected.
586
587 * binutils-all/objcopy.exp: For simple-copy test, expect failure
588 for sh-coff.
589
590 Tue Oct 25 16:00:14 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
591
592 * binutils-all/objcopy.exp: Adjust --adjust-section-vma tests for
593 new S-record section handling.
594
595 Tue Oct 18 11:18:21 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
596
597 * binutils-all/nm.exp: nm with no arguments and nm -P do not work
598 as expected on ECOFF targets; add calls to setup_xfail.
599
600 * binutils-all/objcopy.exp: New file.
601 * config/default.exp: Initialize OBJCOPY and OBJCOPYFLAGS.
602
603 Fri Oct 14 14:46:22 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
604
605 Rewrite testsuite.
606 * configure.in, Makefile.in: Remove.
607 * binutils-all/configure.in, binutils-all/Makefile.in: Remove.
608 * binutils-all/bintest.c: Remove.
609 * binutils-all/bintest.s: New file.
610 * binutils-all/nm.exp, binutils-all/objdump.exp: Rewrite.
611 * binutils-all/size.exp: Rewrite.
612 * config/default.exp: Load utils-lib.exp. Set AS and ASFLAGS.
613 Don't go up one directory from $base_dir. Create tmpdir.
614 (binutils_run, binutils-assemble): New procedures.
615 * config/unix.exp: Remove.
616 * config/mt-a29k-udi, config/mt-i386-aout: Remove.
617 * config/mt-i960-nindy, config/mt-lynx, config/mt-m68k: Remove.
618 * config/mt-mips-ecoff, config/mt-slite: Remove.
619 * config/mt-sparc-aout, config/mt-vxworks: Remove.
620 * lib/utils-lib.exp (binutil_version): Don't redirect standard
621 input when getting version. Don't unset errorInfo.
622 (default_binutils_run): New procedure.
623 (default_binutils_assemble): New procedure.
624
625 Thu Sep 29 12:45:39 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
626
627 * VMS does not permit `.' in directory names: renamed binutils.all
628 to binutils-all.
629 * configure.in (configdirs): Change binutils.all to binutils-all.
630
631 Fri Sep 23 16:01:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
632
633 * configure.in: Use mt-m68k for m68k*-*-aout* and m68k*-*-coff*,
634 not for m68k-*-*.
635
636 Fri Sep 23 13:54:50 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
637
638 * binutils.all/objdump.exp: Added ARM to list of CPU types.
639
640 Thu Sep 22 11:04:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
641
642 * binutils.all/objdump.exp: Update for new usage message.
643 * binutils.all/size.exp: Use a double backslash in the string to
644 get a single backslash to the regexp matcher. Accept $TEXT$,
645 $DATA$ and $BSS$ as well as .text, .data and .bss, for HP/UX.
646
647 Fri Sep 2 12:53:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
648
649 * config/unix.exp: If nm.new does not exist, use [transform nm].
650 * config/default.exp: Likewise.
651
652 Wed Aug 24 12:41:37 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
653
654 * configure.in, binutils.all/configure.in: Change i386 to
655 i[345]86.
656
657 Tue Jul 19 15:23:53 1994 Bill Cox (bill@rtl.cygnus.com)
658
659 * config/mt-mips-ecoff: Add -Tidp.ld option.
660
661 Thu Jun 30 12:41:55 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
662
663 * config/default.exp: Use nm.new, not nm, from newly built tree.
664
665 Tue May 17 14:04:05 1994 Bill Cox (bill@rtl.cygnus.com)
666
667 * config/default.exp, config/unix.exp: Replace error
668 proc calls with perror.
669
670 Tue May 10 11:20:54 1994 Stan Shebs (shebs@andros.cygnus.com)
671
672 * configure.in (sparclite): Match on sparclite*-*-*.
673
674 Wed Apr 13 18:25:19 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
675
676 * config/unix.exp: Use nm.new, not nm, from newly built tree.
677
678 * binutils.all/objdump.exp: Add more wildcards to list of
679 single-letter options in pattern for usage message.
680
681 * binutils.all/nm.exp: Deleted debug-symbols test, since it only
682 works for a.out/stabs systems. Fixed regexps to make underscores
683 optional, since some C compilers don't prepend them. Deleted
684 check for foo.o symbol, since again some systems don't generate
685 it.
686
687 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
688
689 * Makefile.in (check): Set TCL_LIBRARY for runtest.
690
691 Mon Feb 14 19:34:03 1994 Rob Savoye (rob@darkstar.cygnus.com)
692
693 * Makefile.in: Use new config features of DejaGnu in site.exp
694 file. "Make check" should now work for all crosses.
695
696 Fri Jan 28 18:00:29 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
697
698 * binutils.all/objdump.exp: In usage message, accept
699 "section-name" as well as "section_name".
700
701 Mon Jan 17 16:57:02 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
702
703 * binutils.all/objdump.exp: Trim list of format names expected,
704 and accept any known CPU type.
705
706 Thu Dec 2 20:50:24 1993 Rob Savoye (rob@darkstar.cygnus.com)
707
708 * Makefile.in: Remove some stuff from the site.exp file.
709 * config/unix.exp: Add global before seeing if the variables for
710 nm, objdump, and size exist.
711
712 Wed Nov 3 11:12:32 1993 Rob Savoye (rob@darkstar.cygnus.com)
713
714 * config/udi.exp,unix.exp: Transform tool name.
715 * binutils.all/*.exp: Clear errorInfo after exec.
716
717 Fri Jul 2 12:41:20 1993 Ian Lance Taylor (ian@cygnus.com)
718
719 * binutils.all/*.exp: Use -- for long arguments rather than +.
720
721 Fri Jun 4 10:52:29 1993 david d `zoo' zuhn (zoo@cirdan.cygnus.com)
722
723 * configure.in: change srctrigger to Makefile.in
724
725 Wed May 26 17:27:46 1993 Ian Lance Taylor (ian@cygnus.com)
726
727 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
728
729 Fri May 7 13:58:44 1993 Ian Lance Taylor (ian@cygnus.com)
730
731 * binutils.all/objdump.exp: Update for new usage message.
732
733 Mon Apr 19 14:08:52 1993 Rob Savoye (rob@darkstar.cygnus.com)
734
735 * binutils.all/*.exp: Use the new util_test proc.
736 * Makefile.in: Create a local site.exp file with config info.
737
738 Thu Mar 25 05:38:47 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
739
740 * nm.all/configure.in (srcname): Delete extra quote.
741
742 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
743
744 * binutils/testsuite: made modifications to testcases, etc., to allow
745 them to work properly given the reorganization of deja-gnu and the
746 relocation of the testcases from deja-gnu to a "tool" subdirectory.
747
748 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
749
750 * binutils/testsuite: Initial creation of binutils/testsuite.
751 Migrated dejagnu testcases and support files for testing nm to
752 binutils/testsuite from deja-gnu. These files were moved "as is"
753 with no modifications. This migration is part of a major overhaul
754 of dejagnu. The modifications to these testcases, etc., which
755 will allow them to work with the new version of dejagnu will be
756 made in a future update.
757