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