PR binutils/13051
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
1 2011-10-11 Chris <player1@onet.eu>
2
3 PR binutils/13051
4 * binutils-all\windres\version.rsd: Regenerate.
5 * binutils-all\windres\version_cat.rsd: Regenerate.
6 * binutils-all\windres\version_mlang.rc: Add new test.
7 * binutils-all\windres\version_mlang.rsd: Likewise.
8
9 2011-10-07 H.J. Lu <hongjiu.lu@intel.com>
10
11 * binutils-all/objdump.exp: Don't run dw2-decodedline.S on ia64.
12
13 2011-10-04 Carlos O'Donell <carlos@codesourcery.com>
14
15 * binutils-all/dw2-decodedline.S: New file.
16 * binutils-all/objdump.WL: New file.
17 * binutils-all/objdump.exp: Update copyright year.
18 New test case for -WL.
19
20 2011-09-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
21
22 * binutils-all/elfedit-4.d: Give test a unique name.
23
24 2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
25
26 PR binutils/13180
27 * binutils-all/group-6.d: New.
28 * binutils-all/group-6.s: Likewise.
29
30 * binutils-all/objcopy.exp: Run group-6 for ELF targrts.
31
32 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
33
34 * binutils-all/elfedit.exp: Run elfedit-4.
35
36 * binutils-all/elfedit-4.d: New.
37
38 2011-06-30 Bernd Schmidt <bernds@codesourcery.com>
39
40 * binutils-all/objcopy.exp (strip_test, strip_executable):
41 On ELF targets, test that OS/ABI is preserved.
42 (copy_setup): Do test on tic6x-*-uclinux.
43
44 2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
45
46 * binutils-all/elfedit-1.d: Updated for x32.
47
48 2011-05-18 Nick Clifton <nickc@redhat.com>
49
50 PR binutils/12753
51 * lib/utils-lib.exp (run_dump_test): Allow nm as a program.
52 * binutils-all/nm.exp: Test running "nm -g" on an object file
53 containing a unique symbol.
54
55 2011-05-13 Alan Modra <amodra@gmail.com>
56
57 * binutils-all/objcopy.exp objcopy_text): Remove xfails for sh-rtems
58 and tic4x.
59
60 2011-05-02 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/12720
63 * binutils-all/ar.exp (delete_an_element): New.
64 (move_an_element): Likewise.
65 Run delete_an_element and move_an_element.
66
67 2011-04-30 H.J. Lu <hongjiu.lu@intel.com>
68
69 * binutils-all/x86-64/compressed-1a.d: Adjust for change in output
70 format.
71
72 2011-04-29 Hans-Peter Nilsson <hp@axis.com>
73
74 * binutils-all/i386/compressed-1a.d: Adjust for change in output
75 format.
76
77 2011-04-28 Tom Tromey <tromey@redhat.com>
78
79 * binutils-all/objdump.W: Correct output.
80
81 011-04-11 Kai Tietz
82
83 * binutils-all/windres/windres.exp: Add '// cpparg <option>' command
84 to rc file interpretation to specify addition pre-processor commands
85 as script option.
86 * binutils-all/windres/strtab3.rc: New.
87 * binutils-all/windres/strtab3.rsd: New.
88 * binutils-all/windres/README: Add note about cpparg script option.
89 argument
90
91 2011-04-11 Nick Clifton <nickc@redhat.com>
92
93 * binutils-all/arm/simple.s: Fix assembly problems for COFF based
94 ARM toolchaisn by removing .type and .size directives.
95
96 2011-04-07 Paul Carroll<pcarroll@codesourcery.com>
97
98 * binutils-all/arm/simple.s: Demo issue with objdump with
99 multiple input files
100 * binutils-all/arm/objdump.exp: added new ARM test case code
101
102 2011-04-06 Joseph Myers <joseph@codesourcery.com>
103
104 * binutils-all/objcopy.exp (*arm*-*-coff): Change to arm*-*-coff.
105 (xscale-*-coff, thumb*-*-coff, thumb*-*-pe): Don't handle.
106
107 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
108
109 * lib/binutils-common.exp (is_elf_format): Accept tic6x*-*-uclinux*.
110
111 2011-01-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
112
113 * lib/binutils-common.exp (regexp_diff): Use "==" instead of "eq".
114
115 2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
116
117 * binutils-all/copy-2.d: Change "hppa" to "hppa*" in not-target list.
118 * binutils-all/copy-3.d: Add hppa*-*-hpux* to not-target list.
119 * binutils-all/objcopy.exp (reverse-bytes): xfail on 32-bit hpux.
120
121 2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>
122
123 * binutils-all/readelf.exp: Handle MIPS FreeBSD targets.
124
125 2010-12-09 Maciej W. Rozycki <macro@codesourcery.com>
126
127 * lib/binutils-common.exp (regexp_diff): Implement inverse
128 matching, requested by `!'.
129
130 2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
131
132 * lib/binutils-common.exp (regexp_diff): New procedure.
133 * lib/utils-lib.exp (regexp_diff): Delete.
134
135 2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
136
137 * lib/binutils-common.exp: New file.
138 * lib/utils-lib.exp (load_common_lib): New function. Load
139 binutils-common.exp.
140 (is_elf_format): Delete.
141
142 2010-11-15 H.J. Lu <hongjiu.lu@intel.com>
143
144 * binutils-all/compress.exp: Replace binutils_assemble with
145 binutils_assemble_flags for --nocompress-debug-sections.
146
147 2010-11-15 H.J. Lu <hongjiu.lu@intel.com>
148
149 * binutils-all/compress.exp: Pass --nocompress-debug-sections to
150 assembler for uncompressed debug sections.
151
152 * binutils-all/testranges.d: Also expect .zdebug in section name.
153
154 2010-11-08 Thomas Schwinge <thomas@schwinge.name>
155
156 * lib/utils-lib.exp (is_elf_format): Consider for *-*-gnu*, too.
157 * binutils-all/elfedit-2.d (target): Likewise.
158 * binutils-all/elfedit-3.d (target): Likewise.
159 * binutils-all/i386/i386.exp: Likewise.
160 * binutils-all/objcopy.exp: Likewise.
161 * binutils-all/strip-3.d (target): Likewise.
162
163 2010-11-08 Alan Modra <amodra@gmail.com>
164
165 * binutils-all/objdump.W: Adjust expected result for debug section
166 rename.
167
168 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
169
170 * binutils-all/libdw2.out: Also accept MIPS_DWARF.
171
172 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
173
174 * binutils-all/compress.exp: New.
175 * binutils-all/dw2-1.S: Likewise.
176 * binutils-all/dw2-2.S: Likewise.
177 * binutils-all/libdw2-compressed.out: Likewise.
178 * binutils-all/libdw2.out: Likewise.
179
180 2010-10-22 Mark Mitchell <mark@codesourcery.com>
181
182 * binutils-all/group-5.d: Expect ".group" for the name of group
183 sections.
184 * binutils-all/strip-2.d: Likewise.
185
186 2010-10-12 Andreas Schwab <schwab@linux-m68k.org>
187
188 * binutils-all/m68k/objdump.exp: Add fnop test.
189 * binutils-all/m68k/fnop.s: New file.
190
191 2010-09-29 Alan Modra <amodra@gmail.com>
192
193 * lib/utils-lib.exp (is_elf_format): Merge with gas and ld versions.
194
195 2010-09-23 Alan Modra <amodra@gmail.com>
196
197 * binutils-all/ar.exp: Don't run unique_symbol on msp or hpux.
198 * binutils-all/copy-2.d: Update not-target list.
199 * binutils-all/note-1.d: Don't run on h8300.
200 * binutils-all/objcopy.exp: Don't run strip-10 on msp or hpux.
201 (objcopy_test): Remove h8300-rtems from xfails.
202
203 2010-09-16 Alan Modra <amodra@gmail.com>
204
205 * binutils-all/i386/i386.exp: Don't run on linuxaout.
206
207 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
208
209 * binutils-all/objcopy.exp: Add test of new --interleave-width
210 option.
211
212 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 * binutils-all/objdump.W: Update DW_OP_reg5 expected output.
215
216 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
217
218 * binutils-all/elfedit-3.d: New.
219
220 * binutils-all/elfedit.exp: Run elfedit-3.
221
222 2010-07-19 Andreas Schwab <schwab@redhat.com>
223
224 * binutils-all/readelf.s: Ignore "Key to Flags" contents.
225 * binutils-all/readelf.s-64: Likewise.
226 * binutils-all/i386/compressed-1b.d: Likewise.
227 * binutils-all/i386/compressed-1c.d: Likewise.
228 * binutils-all/x86-64/compressed-1b.d: Likewise.
229 * binutils-all/x86-64/compressed-1c.d: Likewise.
230
231 2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
232
233 * binutils-all/i386/compressed-1a.d: Fix a typo.
234 * binutils-all/i386/compressed-1b.d: Likewise.
235 * binutils-all/i386/compressed-1c.d: Likewise.
236 * binutils-all/x86-64/compressed-1a.d: Likewise.
237 * binutils-all/x86-64/compressed-1b.d: Likewise.
238 * binutils-all/x86-64/compressed-1c.d: Likewise.
239
240 2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
241
242 * config/default.exp (binutils_assemble): Use
243 default_binutils_assemble_flags.
244 (binutils_assemble_flags): New.
245
246 * lib/utils-lib.exp (default_binutils_assemble): Renamed to ...
247 (default_binutils_assemble_flags): This. Add asflags and
248 pass it to target_assemble.
249 (run_dump_test): Support assembler flags.
250
251 * binutils-all/i386/compressed-1.s: New.
252 * binutils-all/i386/compressed-1a.d: Likewise.
253 * binutils-all/i386/compressed-1b.d: Likewise.
254 * binutils-all/i386/compressed-1c.d: Likewise.
255 * binutils-all/i386/i386.exp: Likewise.
256 * binutils-all/x86-64/compressed-1.s: Likewise.
257 * binutils-all/x86-64/compressed-1a.d: Likewise.
258 * binutils-all/x86-64/compressed-1b.d: Likewise.
259 * binutils-all/x86-64/compressed-1c.d: Likewise.
260 * binutils-all/x86-64/x86-64.exp: Likewise.
261
262 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
263
264 PR gas/10531
265 PR gas/11789
266 * binutils-all/objdump.W: Remove bogus line debug info.
267
268 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
269
270 PR gas/11600
271 * binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
272 ELF targets.
273
274 * binutils-all/exclude-1.s: New.
275 * binutils-all/exclude-1a.d: Likewise.
276 * binutils-all/exclude-1b.d: Likewise.
277
278 2010-04-30 H.J. Lu <hongjiu.lu@intel.com>
279
280 * binutils-all/dlltool.exp: Add a missing `"'.
281
282 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
283
284 * binutils-all/dlltool.exp: Allow test for
285 arm-wince-pe target.
286
287 2010-03-30 Kai TIetz <kai.tietz@onevision.com>
288
289 * binutils-all/objcopy.exp: Mark simple copy executable
290 as failing for all *-*-mingw32* targets.
291
292 2010-03-26 Matt Rice <ratmice@gmail.com>
293
294 * binutils-all/ar.exp (unique_symbol): New test.
295
296 2010-02-18 Alan Modra <amodra@gmail.com>
297
298 * binutils-all/group-5.s, * binutils-all/group-5.d: New test.
299 * binutils-all/objcopy.exp: Run it.
300
301 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
302
303 * binutils-all/note-1.d: New.
304 * binutils-all/objcopy.exp: Add it.
305
306 2010-01-30 Dave Korn <dave.korn.cygwin@gmail.com>
307
308 * binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*.
309 * binutils-all/windres/lang.rc: Likewise.
310 * binutils-all/windres/messagetable.rc: Likewise.
311 * binutils-all/windres/strtab1.rc: Likewise.
312 * binutils-all/windres/strtab2.rc: Likewise.
313 * binutils-all/windres/version.rc: Likewise.
314 * binutils-all/windres/version_cat.rc: Likewise.
315
316 2010-01-19 Ian Lance Taylor <iant@google.com>
317
318 * lib/utils-lib.exp (run_dump_test): Permit option values to use
319 $srcdir to refer to the source directory.
320 * binutils-all/add-section.d: New test.
321 * binutils-all/add-empty-section.d: New test.
322 * binutils-all/empty-file: New test input file.
323 * binutils-all/objcopy.exp: Run new tests.
324
325 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
326
327 * binutils-all/elfedit-2.d: New.
328
329 * binutils-all/elfedit.exp: Run elfedit-2.
330
331 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
332
333 PR binutils/11131
334 * binutils-all/elfedit-1.d: New.
335 * binutils-all/elfedit.exp: Likewise.
336
337 * config/default.exp (ELFEDIT): New. Set if it doesn't exist.
338 (ELFEDITFLAGS): Likewise.
339
340 * lib/utils-lib.exp (run_dump_test): Support elfedit.
341
342 2009-10-28 Kai Tietz <kai.tietz@onevision.com>
343
344 * binutils-all/dlltool.exp: Add tests for --no-leading-underscore
345 and --leading-underscore option for dlltool.
346
347 2009-10-23 Kai Tietz <kai.tietz@onevision.com>
348
349 * binutils-all/dlltool.exp: Add new test.
350 * binutils-all/alias-2.def: New file.
351
352 2009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
353
354 * binutils-all/copy-2.d: Exclude more aout targets.
355 * binutils-all/copy-3.d: Likewise.
356
357 2009-09-23 Alan Modra <amodra@bigpond.net.au>
358
359 * binutils-all/readelf.s: Tolerate some whitespace differences.
360 * binutils-all/readelf.s-64: Likewise.
361 * binutils-all/readelf.ss: Likewise.
362 * binutils-all/readelf.ss-64: Likewise.
363 * binutils-all/readelf.ss-mips: Likewise.
364 * binutils-all/readelf.ss-tmips: Likewise.
365 * binutils-all/strip-10.d: Likewise.
366
367 2009-09-08 Alan Modra <amodra@bigpond.net.au>
368
369 * binutils-all/objdump.exp (cpus_expected): Add ms1.
370
371 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * binutils-all/testranges.s (.debug_info): Pad the only CU.
374
375 2009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 * binutils-all/testranges.s: Replace all .long by .4byte.
378
379 2009-09-04 DJ Delorie <dj@redhat.com>
380
381 * binutils-all/objdump.exp: Add m16c and m32c to the list of
382 expected cpus.
383
384 2009-09-02 Jie Zhang <jie.zhang@analog.com>
385
386 * binutils-all/bfin/unknown-mode.s: New test.
387 * binutils-all/bfin/objdump.exp: New test.
388
389 2009-08-17 Nick Clifton <nickc@redhat.com>
390
391 * binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
392 of the UNIQUE symbol.
393
394 2009-08-07 Daniel Jacobowitz <dan@codesourcery.com>
395
396 * binutils-all/testranges.s: Use %progbits. Use ";#" for comments.
397
398 2009-08-06 H.J. Lu <hongjiu.lu@intel.com>
399
400 PR binutils/10492
401 * binutils-all/objcopy.exp: Run strip-10.
402
403 * binutils-all/strip-10.d: New.
404 * binutils-all/unique.s: Likewise.
405
406 2009-07-31 Daniel Gutson <dgutson@codesourcery.com>
407 Daniel Jacobowitz <dan@codesourcery.com>
408
409 * binutils-all/arm/thumb2-cond.s: Use instructions instead of
410 .short.
411
412 2009-07-29 Alan Modra <amodra@bigpond.net.au>
413
414 * binutils-all/testranges.s: Replace .value with .short.
415
416 2009-07-16 Dave Korn <dave.korn.cygwin@gmail.com>
417 H.J. Lu <hongjiu.lu@intel.com>
418
419 * binutils-all/objcopy.exp: Run testranges and testranges-ia64
420 for ELF targets only.
421
422 2009-07-16 H.J. Lu <hongjiu.lu@intel.com>
423
424 * binutils-all/objcopy.exp; Run testranges-ia64.
425
426 * binutils-all/testranges.d: Don't run for ia64.
427
428 * binutils-all/testranges-ia64.d: New.
429 * binutils-all/testranges-ia64.s: Likewise.
430
431 2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
432
433 * binutils-all/objcopy.exp (testranges): New test.
434 * binutils-all/testranges.d, binutils-all/testranges.s: New files.
435
436 2009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
437
438 * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to
439 copy_executable.
440
441 2009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
442
443 * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
444 cygwin.
445
446 2009-04-16 Alan Modra <amodra@bigpond.net.au>
447
448 * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
449 * binutils-all/localize-hidden-2.s: Likewise.
450
451 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
452
453 * inutils-all/objcopy.exp (strip_executable): Delete remote dest
454 file before downloading.
455 (strip_executable_with_saving_a_symbol): Likewise.
456 (keep_debug_symbols_and_test_copy): Likewise.
457
458 2009-03-11 Joseph Myers <joseph@codesourcery.com>
459
460 * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
461 literal "tmpdir/" in expected output.
462
463 2009-03-11 Chris Demetriou <cgd@google.com>
464
465 * binutils-all/ar.exp (deterministic_archive): New test.
466
467 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
468
469 PR binutils/9933
470 * binutils-all/copy-4.d: New.
471
472 * binutils-all/objcopy.exp: Run copy-4.
473
474 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
475
476 * config/hppa.sed: Fix spelling.
477
478 2009-03-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
479
480 * binutils-all/localize-hidden-1.s: Change .equ to .set.
481 * binutils-all/localize-hidden-2.s: Likewise.
482
483 2009-01-29 Nick Clifton <nickc@redhat.com>
484
485 * binutils-all/objdump.W: Do not assume that high and low PC
486 addresses will have been computed.
487
488 2008-10-06 Tom Tromey <tromey@redhat.com>
489
490 * binutils-all/objdump.W: Update.
491
492 2008-10-03 H.J. Lu <hongjiu.lu@intel.com>
493
494 * binutils-all/group.s: Updated.
495 * binutils-all/group-2.s: Likewise.
496 * binutils-all/group-3.s: Likewise.
497 * binutils-all/group-4.s: Likewise.
498 * binutils-all/strip-7.d: Likewise.
499 * binutils-all/strip-9.d: Likewise.
500
501 2008-10-01 H.J. Lu <hongjiu.lu@intel.com>
502
503 * binutils-all/group-4.s: New.
504 * binutils-all/strip-8.d: Likewise.
505 * binutils-all/strip-9.d: Likewise.
506
507 * binutils-all/objcopy.exp: Test objcopy on group-4.s. Run
508 strip-8 and strip-9.
509
510 2008-10-01 H.J. Lu <hongjiu.lu@intel.com>
511
512 * binutils-all/group-3.s: New.
513 * binutils-all/strip-6.d: Likewise.
514 * binutils-all/strip-7.d: Likewise.
515
516 * binutils-all/objcopy.exp: Test objcopy on group-3.s. Run
517 strip-6 and strip-7.
518
519 2008-10-01 H.J. Lu <hongjiu.lu@intel.com>
520
521 * binutils-all/group-2.s: New.
522 * binutils-all/strip-4.d: Likewise.
523 * binutils-all/strip-5.d: Likewise.
524
525 * binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
526 strip-4 and strip-5.
527
528 2008-07-26 Alan Modra <amodra@bigpond.net.au>
529
530 * binutils-all/objdump.exp: Run compressed debug test only for ELF.
531
532 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
533
534 * binutils-all/objdump.W: Generalize to adjust for targets with
535 non-byte-size instructions.
536
537 2008-07-09 Craig Silverstein <csilvers@google.com>
538
539 * binutils-all/objdump.exp: Add test for objdump -s on a file
540 with a compressed debug section. Add test for objdump -W on a
541 file that contains a compressed debug section.
542 * binutils-all/readelf.exp: Call readelf_compressed_wa_test.
543 (readelf_compressed_wa_test): New function.
544 * binutils-all/dw2-compressed.S: New file.
545 * binutils-all/objdump.W: New file.
546 * binutils-all/objdump.s: New file.
547 * binutils-all/readelf.wa: New file.
548
549 2008-07-08 Kai Tietz <kai.tietz@onevision.com>
550
551 * binutils-all/objcopy.exp (copy_setup): Check if host-triplet
552 is target-triplet for execution tests.
553 (copy_executable): Likewise.
554 (strip_executable): Likewise.
555 (strip_executable_with_saving_a_symbol): Likewise.
556
557 2008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * binutils-all/objcopy.exp: Call KEEP_DEBUG_SYMBOLS_AND_TEST_COPY.
560 (keep_debug_symbols_and_test_copy): New function.
561 (test5, test6): New variables.
562
563 2008-03-27 Cary Coutant <ccoutant@google.com>
564
565 * binutils-all/ar.exp: Add thin archive tests.
566
567 2008-02-26 Joseph Myers <joseph@codesourcery.com>
568
569 * config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
570 empty for testing an installed toolchain.
571
572 2008-02-04 Bob Wilson <bob.wilson@acm.org>
573
574 * binutils-all/objdump.exp (cpus_expected): Add xtensa.
575
576 2007-10-26 Alan Modra <amodra@bigpond.net.au>
577
578 * binutils-all/windres/windres.exp: Don't xfail.
579
580 2007-10-16 Nick Clifton <nickc@redhat.com>
581
582 * binutils-all/readelf.ss: Accept COMMON in readelf's output.
583 * binutils-all/readelf.ss-64: Likewise.
584 * binutils-all/readelf.ss-mips: Likewise.
585 * binutils-all/readelf.ss-tmips: Likewise.
586
587 2007-08-30 Nick Clifton <nickc@redhat.com>
588
589 * binutils-all/dumptest.s: New test file.
590 * binutils-all/readelf.exp: Add test of readelf's -p switch.
591
592 2007-08-28 Mark Shinwell <shinwell@codesourcery.com>
593 Joseph Myers <joseph@codesourcery.com>
594
595 * binutils-all/ar.exp (long_filenames): Delete temporary files on
596 the host.
597 * binutils-all/arm/objdump.exp: Only check "which $OBJDUMP" if
598 host is local.
599 * binutils-all/objcopy.exp: Use ${srecfile} to get the name of the
600 srec file to be passed to binutils_run.
601 (objcopy_test_readelf): Use remote_exec.
602 * binutils-all/readelf.exp (readelf_find_size): Use remote_exec.
603 (readelf_test): Likewise.
604 (readelf_wi_test): Likewise.
605 * lib/utils-lib.exp (run_dump_test): Only check "which $binary" if
606 host is local. Use remote_exec. Use $tempfile not
607 tmpdir/bintest.o.
608
609 2007-08-09 Alan Modra <amodra@bigpond.net.au>
610
611 * binutils-all/copy-2.d (not-target): Match *-*-*aout.
612 * binutils-all/copy-3.d (not-target): Likewise.
613 * binutils-all/objcopy.exp (objcopy_test): Remove extraneous
614 setup_xfail.
615 * windres/windres.exp: Return unsupported rather than fail if
616 windows.h not found.
617
618 2007-07-05 Nick Clifton <nickc@redhat.com>
619
620 * lib/utils-lib.exp: Update copyright notice to refer to GPLv3.
621 * config/default.exp, binutils-all/ar.exp,
622 binutils-all/dlltool.exp, binutils-all/nm.exp,
623 binutils-all/objcopy.exp, binutils-all/arm/objdump.exp,
624 binutils-all/hppa/objdump.exp, binutils-all/m68k/objdump.exp,
625 binutils-all/vax/objdump.exp, binutils-all/windres/windres.exp,
626 binutils-all/windres/msupdate: Likewise.
627
628 2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
629
630 * binutils-all/strip-3.d: Also strip .xtensa.info section.
631
632 2007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
633
634 * binutils-all/windres/version_cat.rc: New.
635 * binutils-all/windres/version_cat.rsd: New.
636
637 2007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
638
639 * binutils-all/windres/html.rc: New.
640 * binutils-all/windres/html.rsd: New.
641 * binutils-all/windres/html1.hm: New.
642 * binutils-all/windres/html2.hm: New.
643 * binutils-all/windres/messagetable.rc: New.
644 * binutils-all/windres/messagetable.rsd: New.
645 * binutils-all/windres/MSG00001.bin: New.
646 * binutils-all/windres/strtab2.rc: New.
647 * binutils-all/windres/strtab2.rsd: New.
648 * binutils-all/windres/version.rc: New.
649 * binutils-all/windres/version.rsd: New.
650 * binutils-all/windres/dialog.rsd: Fix expected results.
651
652 2007-05-17 Joseph Myers <joseph@codesourcery.com>
653
654 * binutils-all/strip-3.d: Strip .pdr section.
655
656 2007-05-15 Alan Modra <amodra@bigpond.net.au>
657
658 * binutils-all/objcopy.exp: Only run needed-by-reloc test for ELF.
659
660 2007-05-11 Alan Modra <amodra@bigpond.net.au>
661
662 * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
663
664 2007-05-08 Mark Shinwell <shinwell@codesourcery.com>
665
666 * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
667 sections.
668
669 2007-05-02 Alan Modra <amodra@bigpond.net.au>
670
671 * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
672 (copy_executable): Return early if test2 is blank.
673 Return unsupported rather than unresolved if we can't run
674 executables. Do test1 if we can compile.
675
676 2007-04-24 Nathan Froyd <froydnj@codesourcery.com>
677 Phil Edwards <phil@codesourcery.com>
678
679 * binutils-all/objcopy.exp: Add test for stripping a symbol
680 used in a relocation.
681 * binutils-all/needed-by-reloc.s: New file.
682
683 2007-04-20 Nathan Froyd <froydnj@codesourcery.com>
684 Phil Edwards <phil@codesourcery.com>
685 Thomas de Lellis <tdel@windriver.com>
686
687 * binutils-all/objcopy.exp: Add test for --reverse-bytes.
688
689 2007-04-21 Richard Earnshaw <rearnsha@arm.com>
690
691 * binutils-all/readelf.exp (regexp_diff): Delete.
692
693 2007-04-20 Richard Earnshaw <rearnsha@arm.com>
694
695 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
696 Rename the second test.
697
698 2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
699
700 PR binutils/4348
701 * binutils-all/empty.s: New file.
702 * binutils-all/strip-3.d: Likewise.
703
704 * binutils-all/objcopy.exp: Run strip-3 for ELF target.
705
706 2007-02-27 Nathan Sidwell <nathan@codesourcery.com>
707
708 * binutils-all/objcopy.exp: Skip for uclinux targets.
709
710 2007-02-14 Nick Clifton <nickc@redhat.com>
711
712 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
713 output failure message.
714
715 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
716
717 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
718 * dlltool.exp: Dito
719 * lang.rc: Dito
720 * strtab1.rc: Dito
721 * windres.exp: Dito
722
723 2006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
724
725 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
726 * binutils-all/dlltool.exp: Likewise.
727 * binutils-all/objcopy.exp: Likewise.
728 * binutils-all/windres/windres.exp: Likewise.
729 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
730 * binutils-all/windres/strtab1.rc: Likewise.
731 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
732
733 2006-09-14 H.J. Lu <hongjiu.lu@intel.com>
734
735 PR binutils/3181
736 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
737 targets.
738
739 * binutils-all/strip-1.d: New file.
740 * binutils-all/strip-2.d: Likewise.
741
742 * lib/utils-lib.exp (run_dump_test): Support strip.
743
744 2006-08-15 Thiemo Seufer <ths@mips.com>
745 Nigel Stephens <nigel@mips.com>
746 David Ung <davidu@mips.com>
747
748 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
749
750 2006-06-24 Richard Sandiford <richard@codesourcery.com>
751
752 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
753 of readelf.
754
755 2006-06-23 Richard Sandiford <richard@codesourcery.com>
756
757 * binutils-all/localize-hidden-1.s,
758 * binutils-all/localize-hidden-1.d,
759 * binutils-all/localize-hidden-2.s,
760 * binutils-all/localize-hidden-2.d: New tests.
761 * binutils-all/objcopy.exp: Run them.
762
763 2006-06-06 Paul Brook <paul@codesourcery.com>
764
765 * binutils-all/arm/objdump.exp: New file.
766 * binutils-all/arm/thumb2-cond.s: New test.
767
768 2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
769
770 * binutils-all/copy-3.d: Fix a typo.
771
772 2006-05-03 H.J. Lu <hongjiu.lu@intel.com>
773
774 * binutils-all/copy-3.d: New.
775
776 * objcopy.exp: Run copy-3.
777
778 2006-05-02 Dave Korn <dave.korn@artimi.com>
779
780 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
781 * binutils-all/copy-1.d (name): Likewise.
782
783 2006-05-02 Nick Clifton <nickc@redhat.com>
784
785 * binutils-all/copy-2.d: Change the name of the section whose
786 flags are changed to "foo" so that the test will work with PE
787 based targets. Skip this test for AOUT based targeted.
788 * binutils-all/copytest.s: New file.
789
790 2006-05-01 H.J. Lu <hongjiu.lu@intel.com>
791
792 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
793
794 2006-05-01 Ben Elliston <bje@au.ibm.com>
795
796 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
797
798 2006-04-26 H.J. Lu <hongjiu.lu@intel.com>
799
800 PR binutils/2593
801 * binutils-all/copy-1.d: New file.
802 * binutils-all/copy-1.s: Likewise.
803 * binutils-all/copy-2.d: Likewise.
804
805 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
806 run_dump_test "copy-2".
807
808 * lib/utils-lib.exp (run_dump_test): New.
809 (slurp_options): Likewise.
810 (regexp_diff): Likewise.
811 (file_contents): Likewise.
812 (verbose_eval): Likewise.
813
814 2006-04-25 H.J. Lu <hongjiu.lu@intel.com>
815
816 PR binutils/2467
817 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
818 on archive.
819
820 2006-04-10 H.J. Lu <hongjiu.lu@intel.com>
821
822 * lib/utils-lib.exp (default_binutils_run): Check exit status.
823
824 2005-12-24 Ben Elliston <bje@gnu.org>
825
826 * config/default.exp: Do not load the unneeded util-defs.exp.
827
828 2005-11-15 Jan Beulich <jbeulich@novell.com>
829
830 * config/default.exp (link_or_copy): New. Use it for setting
831 up assembler and linker for the compiler to use.
832
833 2005-10-20 H.J. Lu <hongjiu.lu@intel.com>
834
835 PR ld/251
836 * binutils-all/group.s: New file.
837
838 * binutils-all/objcopy.exp (objcopy_test_readelf): New
839 procedure.
840 Use it to test ELF group.
841
842 2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
843
844 PR ld/1487
845 * binutils-all/objcopy.exp (objcopy_test): New procedure.
846 Use it to test simple copy, ia64 link order and ELF unknown
847 section type.
848
849 * binutils-all/unknown.s: New file.
850
851 2005-10-19 H.J. Lu <hongjiu.lu@intel.com>
852
853 PR binutils/1321
854 * binutils-all/link-order.s: New.
855
856 * binutils-all/objcopy.exp: Check ia64 link order.
857
858 2005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
859
860 * binutils-all/windres/escapex-2.rc: New file.
861 * binutils-all/windres/escapex-2.rsd: Generate.
862
863 2005-08-26 Christian Groessler <chris@groessler.org>
864
865 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
866
867 2005-08-18 Alan Modra <amodra@bigpond.net.au>
868
869 * binutils-all/objcopy.exp: Remove a29k support.
870 * binutils-all/objdump.exp: Likewise, alliant and convex too.
871
872 2005-05-07 Nick Clifton <nickc@redhat.com>
873
874 * Update the address and phone number of the FSF organization in
875 the GPL notices in the following files:
876 binutils-all/ar.exp, binutils-all/dlltool.exp,
877 binutils-all/nm.exp, binutils-all/objcopy.exp,
878 binutils-all/objdump.exp, binutils-all/readelf.exp,
879 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
880 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
881 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
882 config/default.exp, lib/utils-lib.exp
883
884 2005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
885
886 * binutils-all/vax/objdump.exp: Condense the two tests into one
887 and add a "-M entry:" for the second label.
888
889 2005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
890
891 * binutils-all/vax: New directory.
892 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
893 switch added to the VAX disassembler.
894 * binutils-all/vax/entrymask.s: New assembler source file.
895
896 2005-03-08 Ben Elliston <bje@au.ibm.com>
897
898 * config/default.exp: Remove send_user call for stray output.
899
900 2005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
901
902 * binutils-all/testprog.c: Add prototype for printf() and make
903 type of "string" array be "char" in order to avoid compile time
904 warnings.
905
906 2004-12-31 Alan Modra <amodra@bigpond.net.au>
907
908 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
909
910 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
911
912 * binutils-all/objdump.exp (cpus_expected): Append cris.
913
914 2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
915
916 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
917
918 2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
919
920 * binutils-all/alias.def: New file.
921 * binutils-all/dlltool.exp: Two new -p tests.
922 * config/default.exp (dlltool_gas_flag): New variable.
923 Copy gas and lds executables into tmpdir/gas directory rather than
924 making symlinks which might not be supported by the host OS.
925 Attempt to handle the case where the host OS does not use the .exe
926 extension but the target OS does.
927 * lib/utils-lib.exp (exe_ext): New procedure.
928
929 2004-07-12 Nick Clifton <nickc@redhat.com>
930
931 * binutils-all/dlltool.exp: Check that the -p switch is not
932 rejected.
933
934 2004-07-09 Andreas Schwab <schwab@suse.de>
935
936 * binutils-all/m68k/movem.s: New file.
937
938 * binutils-all/m68k/objdump.exp: New file.
939
940 2004-05-15 Nick Clifton <nickc@redhat.com>
941
942 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
943
944 2004-05-12 Ben Elliston <bje@au.ibm.com>
945
946 * binutils-all/ar.exp: Remove stray semicolons.
947 * binutils-all/dlltool.exp: Likewise.
948 * binutils-all/objcopy.exp: Likewise.
949 * binutils-all/readelf.exp: Likewise.
950 * binutils-all/windres/windres.exp: Likewise.
951 * lib/utils-lib.exp: Likewise.
952
953 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
954
955 * binutils-all/readelf.ss-mips: Allow named section symbols.
956
957 2004-03-30 Jakub Jelinek <jakub@redhat.com>
958
959 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
960
961 2004-02-27 Andreas Schwab <schwab@suse.de>
962
963 * binutils-all/ar.exp (argument_parsing): New test.
964
965 2004-02-20 Nathan Sidwell <nathan@codesourcery.com>
966
967 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
968 systems.
969
970 For older changes see ChangeLog-9303
971 \f
972 Local Variables:
973 mode: change-log
974 left-margin: 8
975 fill-column: 74
976 version-control: never
977 End:
This page took 0.048814 seconds and 5 git commands to generate.