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