* binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on cygwin.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
33c70472
CF
12009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
2
3 * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
4 cygwin.
5
3f904b16
AM
62009-04-16 Alan Modra <amodra@bigpond.net.au>
7
8 * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
9 * binutils-all/localize-hidden-2.s: Likewise.
10
0fcc17f8
DK
112009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
12
13 * inutils-all/objcopy.exp (strip_executable): Delete remote dest
14 file before downloading.
15 (strip_executable_with_saving_a_symbol): Likewise.
16 (keep_debug_symbols_and_test_copy): Likewise.
17
c43a5298
JM
182009-03-11 Joseph Myers <joseph@codesourcery.com>
19
20 * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
21 literal "tmpdir/" in expected output.
22
36e4dce6
CD
232009-03-11 Chris Demetriou <cgd@google.com>
24
25 * binutils-all/ar.exp (deterministic_archive): New test.
26
0691f7af
L
272009-03-09 H.J. Lu <hongjiu.lu@intel.com>
28
29 PR binutils/9933
30 * binutils-all/copy-4.d: New.
31
32 * binutils-all/objcopy.exp: Run copy-4.
33
13e637c4
DA
342009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
35
36 * config/hppa.sed: Fix spelling.
37
dfd1e198
DA
382009-03-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
39
40 * binutils-all/localize-hidden-1.s: Change .equ to .set.
41 * binutils-all/localize-hidden-2.s: Likewise.
42
ec0c103c
NC
432009-01-29 Nick Clifton <nickc@redhat.com>
44
45 * binutils-all/objdump.W: Do not assume that high and low PC
46 addresses will have been computed.
47
80c35038
NC
482008-10-06 Tom Tromey <tromey@redhat.com>
49
50 * binutils-all/objdump.W: Update.
51
388853f7
L
522008-10-03 H.J. Lu <hongjiu.lu@intel.com>
53
54 * binutils-all/group.s: Updated.
55 * binutils-all/group-2.s: Likewise.
56 * binutils-all/group-3.s: Likewise.
57 * binutils-all/group-4.s: Likewise.
58 * binutils-all/strip-7.d: Likewise.
59 * binutils-all/strip-9.d: Likewise.
60
e1e87d1e
L
612008-10-01 H.J. Lu <hongjiu.lu@intel.com>
62
63 * binutils-all/group-4.s: New.
64 * binutils-all/strip-8.d: Likewise.
65 * binutils-all/strip-9.d: Likewise.
66
67 * binutils-all/objcopy.exp: Test objcopy on group-4.s. Run
68 strip-8 and strip-9.
69
f206e905
L
702008-10-01 H.J. Lu <hongjiu.lu@intel.com>
71
72 * binutils-all/group-3.s: New.
73 * binutils-all/strip-6.d: Likewise.
74 * binutils-all/strip-7.d: Likewise.
75
76 * binutils-all/objcopy.exp: Test objcopy on group-3.s. Run
77 strip-6 and strip-7.
78
eb3980ce
L
792008-10-01 H.J. Lu <hongjiu.lu@intel.com>
80
81 * binutils-all/group-2.s: New.
82 * binutils-all/strip-4.d: Likewise.
83 * binutils-all/strip-5.d: Likewise.
84
85 * binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
86 strip-4 and strip-5.
87
22bce68e
AM
882008-07-26 Alan Modra <amodra@bigpond.net.au>
89
90 * binutils-all/objdump.exp: Run compressed debug test only for ELF.
91
5589e138
HPN
922008-07-11 Hans-Peter Nilsson <hp@axis.com>
93
94 * binutils-all/objdump.W: Generalize to adjust for targets with
95 non-byte-size instructions.
96
1b315056
CS
972008-07-09 Craig Silverstein <csilvers@google.com>
98
99 * binutils-all/objdump.exp: Add test for objdump -s on a file
100 with a compressed debug section. Add test for objdump -W on a
101 file that contains a compressed debug section.
102 * binutils-all/readelf.exp: Call readelf_compressed_wa_test.
103 (readelf_compressed_wa_test): New function.
104 * binutils-all/dw2-compressed.S: New file.
105 * binutils-all/objdump.W: New file.
106 * binutils-all/objdump.s: New file.
107 * binutils-all/readelf.wa: New file.
108
72d4c02f
KT
1092008-07-08 Kai Tietz <kai.tietz@onevision.com>
110
111 * binutils-all/objcopy.exp (copy_setup): Check if host-triplet
112 is target-triplet for execution tests.
113 (copy_executable): Likewise.
114 (strip_executable): Likewise.
115 (strip_executable_with_saving_a_symbol): Likewise.
116
11701589
JK
1172008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
118
119 * binutils-all/objcopy.exp: Call KEEP_DEBUG_SYMBOLS_AND_TEST_COPY.
120 (keep_debug_symbols_and_test_copy): New function.
121 (test5, test6): New variables.
122
a8da6403
NC
1232008-03-27 Cary Coutant <ccoutant@google.com>
124
125 * binutils-all/ar.exp: Add thin archive tests.
126
b67ce46f
JM
1272008-02-26 Joseph Myers <joseph@codesourcery.com>
128
129 * config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
130 empty for testing an installed toolchain.
131
2d312b6b
BW
1322008-02-04 Bob Wilson <bob.wilson@acm.org>
133
134 * binutils-all/objdump.exp (cpus_expected): Add xtensa.
135
08a80eb6
AM
1362007-10-26 Alan Modra <amodra@bigpond.net.au>
137
138 * binutils-all/windres/windres.exp: Don't xfail.
139
504b7d20
NC
1402007-10-16 Nick Clifton <nickc@redhat.com>
141
142 * binutils-all/readelf.ss: Accept COMMON in readelf's output.
143 * binutils-all/readelf.ss-64: Likewise.
144 * binutils-all/readelf.ss-mips: Likewise.
145 * binutils-all/readelf.ss-tmips: Likewise.
146
09c11c86
NC
1472007-08-30 Nick Clifton <nickc@redhat.com>
148
149 * binutils-all/dumptest.s: New test file.
150 * binutils-all/readelf.exp: Add test of readelf's -p switch.
151
7f6a71ff
JM
1522007-08-28 Mark Shinwell <shinwell@codesourcery.com>
153 Joseph Myers <joseph@codesourcery.com>
154
155 * binutils-all/ar.exp (long_filenames): Delete temporary files on
156 the host.
157 * binutils-all/arm/objdump.exp: Only check "which $OBJDUMP" if
158 host is local.
159 * binutils-all/objcopy.exp: Use ${srecfile} to get the name of the
160 srec file to be passed to binutils_run.
161 (objcopy_test_readelf): Use remote_exec.
162 * binutils-all/readelf.exp (readelf_find_size): Use remote_exec.
163 (readelf_test): Likewise.
164 (readelf_wi_test): Likewise.
165 * lib/utils-lib.exp (run_dump_test): Only check "which $binary" if
166 host is local. Use remote_exec. Use $tempfile not
167 tmpdir/bintest.o.
168
151fab34
AM
1692007-08-09 Alan Modra <amodra@bigpond.net.au>
170
171 * binutils-all/copy-2.d (not-target): Match *-*-*aout.
172 * binutils-all/copy-3.d (not-target): Likewise.
173 * binutils-all/objcopy.exp (objcopy_test): Remove extraneous
174 setup_xfail.
1e1c6a43
AM
175 * windres/windres.exp: Return unsupported rather than fail if
176 windows.h not found.
151fab34 177
32866df7
NC
1782007-07-05 Nick Clifton <nickc@redhat.com>
179
180 * lib/utils-lib.exp: Update copyright notice to refer to GPLv3.
181 * config/default.exp, binutils-all/ar.exp,
182 binutils-all/dlltool.exp, binutils-all/nm.exp,
183 binutils-all/objcopy.exp, binutils-all/arm/objdump.exp,
184 binutils-all/hppa/objdump.exp, binutils-all/m68k/objdump.exp,
185 binutils-all/vax/objdump.exp, binutils-all/windres/windres.exp,
186 binutils-all/windres/msupdate: Likewise.
187
4b3a42a7
L
1882007-06-23 H.J. Lu <hongjiu.lu@intel.com>
189
190 * binutils-all/strip-3.d: Also strip .xtensa.info section.
191
fc108f8f
NC
1922007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
193
194 * binutils-all/windres/version_cat.rc: New.
195 * binutils-all/windres/version_cat.rsd: New.
196
4a594fce
NC
1972007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
198
199 * binutils-all/windres/html.rc: New.
200 * binutils-all/windres/html.rsd: New.
201 * binutils-all/windres/html1.hm: New.
202 * binutils-all/windres/html2.hm: New.
203 * binutils-all/windres/messagetable.rc: New.
204 * binutils-all/windres/messagetable.rsd: New.
205 * binutils-all/windres/MSG00001.bin: New.
206 * binutils-all/windres/strtab2.rc: New.
207 * binutils-all/windres/strtab2.rsd: New.
208 * binutils-all/windres/version.rc: New.
209 * binutils-all/windres/version.rsd: New.
210 * binutils-all/windres/dialog.rsd: Fix expected results.
211
f891f2a9
JM
2122007-05-17 Joseph Myers <joseph@codesourcery.com>
213
214 * binutils-all/strip-3.d: Strip .pdr section.
215
b8b6abe0
AM
2162007-05-15 Alan Modra <amodra@bigpond.net.au>
217
218 * binutils-all/objcopy.exp: Only run needed-by-reloc test for ELF.
219
b4de6476
AM
2202007-05-11 Alan Modra <amodra@bigpond.net.au>
221
222 * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
223
e46ab513
MS
2242007-05-08 Mark Shinwell <shinwell@codesourcery.com>
225
226 * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
227 sections.
228
0d063f63
AM
2292007-05-02 Alan Modra <amodra@bigpond.net.au>
230
231 * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
232 (copy_executable): Return early if test2 is blank.
233 Return unsupported rather than unresolved if we can't run
234 executables. Do test1 if we can compile.
235
312aaa3c
NC
2362007-04-24 Nathan Froyd <froydnj@codesourcery.com>
237 Phil Edwards <phil@codesourcery.com>
238
239 * binutils-all/objcopy.exp: Add test for stripping a symbol
240 used in a relocation.
241 * binutils-all/needed-by-reloc.s: New file.
242
9e48b4c6
NC
2432007-04-20 Nathan Froyd <froydnj@codesourcery.com>
244 Phil Edwards <phil@codesourcery.com>
245 Thomas de Lellis <tdel@windriver.com>
246
247 * binutils-all/objcopy.exp: Add test for --reverse-bytes.
248
d3013035
RE
2492007-04-21 Richard Earnshaw <rearnsha@arm.com>
250
251 * binutils-all/readelf.exp (regexp_diff): Delete.
252
9401f88d
RE
2532007-04-20 Richard Earnshaw <rearnsha@arm.com>
254
255 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
256 Rename the second test.
257
1aa9ef63
L
2582007-04-12 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR binutils/4348
261 * binutils-all/empty.s: New file.
262 * binutils-all/strip-3.d: Likewise.
263
264 * binutils-all/objcopy.exp: Run strip-3 for ELF target.
265
903b1f5b
NS
2662007-02-27 Nathan Sidwell <nathan@codesourcery.com>
267
268 * binutils-all/objcopy.exp: Skip for uclinux targets.
269
b279a55c
NC
2702007-02-14 Nick Clifton <nickc@redhat.com>
271
272 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
273 output failure message.
274
42037fe5
NC
2752007-01-08 Kai Tietz <kai.tietz@onevision.com>
276
277 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
278 * dlltool.exp: Dito
279 * lang.rc: Dito
280 * strtab1.rc: Dito
281 * windres.exp: Dito
282
99ad8390
NC
2832006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
284
285 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
286 * binutils-all/dlltool.exp: Likewise.
287 * binutils-all/objcopy.exp: Likewise.
288 * binutils-all/windres/windres.exp: Likewise.
289 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
290 * binutils-all/windres/strtab1.rc: Likewise.
291 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
292
748fc5e9
L
2932006-09-14 H.J. Lu <hongjiu.lu@intel.com>
294
7d3d6bd5 295 PR binutils/3181
748fc5e9
L
296 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
297 targets.
298
299 * binutils-all/strip-1.d: New file.
300 * binutils-all/strip-2.d: Likewise.
301
302 * lib/utils-lib.exp (run_dump_test): Support strip.
303
4be041b2
TS
3042006-08-15 Thiemo Seufer <ths@mips.com>
305 Nigel Stephens <nigel@mips.com>
306 David Ung <davidu@mips.com>
307
308 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
309
a87866e6
RS
3102006-06-24 Richard Sandiford <richard@codesourcery.com>
311
312 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
313 of readelf.
314
d58c2e3a
RS
3152006-06-23 Richard Sandiford <richard@codesourcery.com>
316
317 * binutils-all/localize-hidden-1.s,
318 * binutils-all/localize-hidden-1.d,
319 * binutils-all/localize-hidden-2.s,
320 * binutils-all/localize-hidden-2.d: New tests.
321 * binutils-all/objcopy.exp: Run them.
322
c22aaad1
PB
3232006-06-06 Paul Brook <paul@codesourcery.com>
324
325 * binutils-all/arm/objdump.exp: New file.
326 * binutils-all/arm/thumb2-cond.s: New test.
327
5a135cf2
L
3282006-05-03 H.J. Lu <hongjiu.lu@intel.com>
329
330 * binutils-all/copy-3.d: Fix a typo.
331
81fc501a
L
3322006-05-03 H.J. Lu <hongjiu.lu@intel.com>
333
334 * binutils-all/copy-3.d: New.
335
336 * objcopy.exp: Run copy-3.
337
e44d194f
DK
3382006-05-02 Dave Korn <dave.korn@artimi.com>
339
340 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
341 * binutils-all/copy-1.d (name): Likewise.
342
7cc27f03
NC
3432006-05-02 Nick Clifton <nickc@redhat.com>
344
345 * binutils-all/copy-2.d: Change the name of the section whose
346 flags are changed to "foo" so that the test will work with PE
347 based targets. Skip this test for AOUT based targeted.
348 * binutils-all/copytest.s: New file.
349
85d7f0b9
L
3502006-05-01 H.J. Lu <hongjiu.lu@intel.com>
351
352 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
353
004314cc
BE
3542006-05-01 Ben Elliston <bje@au.ibm.com>
355
356 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
357
af3c5dea
L
3582006-04-26 H.J. Lu <hongjiu.lu@intel.com>
359
360 PR binutils/2593
361 * binutils-all/copy-1.d: New file.
362 * binutils-all/copy-1.s: Likewise.
363 * binutils-all/copy-2.d: Likewise.
364
365 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
366 run_dump_test "copy-2".
367
368 * lib/utils-lib.exp (run_dump_test): New.
369 (slurp_options): Likewise.
370 (regexp_diff): Likewise.
371 (file_contents): Likewise.
372 (verbose_eval): Likewise.
373
8648f88f
L
3742006-04-25 H.J. Lu <hongjiu.lu@intel.com>
375
376 PR binutils/2467
377 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
378 on archive.
379
da28e1e1
L
3802006-04-10 H.J. Lu <hongjiu.lu@intel.com>
381
382 * lib/utils-lib.exp (default_binutils_run): Check exit status.
383
49236396
BE
3842005-12-24 Ben Elliston <bje@gnu.org>
385
386 * config/default.exp: Do not load the unneeded util-defs.exp.
387
9ab80182
JB
3882005-11-15 Jan Beulich <jbeulich@novell.com>
389
390 * config/default.exp (link_or_copy): New. Use it for setting
391 up assembler and linker for the compiler to use.
392
6a0d0afd
L
3932005-10-20 H.J. Lu <hongjiu.lu@intel.com>
394
395 PR ld/251
396 * binutils-all/group.s: New file.
397
398 * binutils-all/objcopy.exp (objcopy_test_readelf): New
399 procedure.
400 Use it to test ELF group.
401
64bb95af
L
4022005-10-19 H.J. Lu <hongjiu.lu@intel.com>
403
6a0d0afd 404 PR ld/1487
64bb95af
L
405 * binutils-all/objcopy.exp (objcopy_test): New procedure.
406 Use it to test simple copy, ia64 link order and ELF unknown
407 section type.
408
409 * binutils-all/unknown.s: New file.
410
ad2fb2cd
L
4112005-10-19 H.J. Lu <hongjiu.lu@intel.com>
412
413 PR binutils/1321
414 * binutils-all/link-order.s: New.
415
416 * binutils-all/objcopy.exp: Check ia64 link order.
417
3d888abf
DS
4182005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
419
420 * binutils-all/windres/escapex-2.rc: New file.
421 * binutils-all/windres/escapex-2.rsd: Generate.
422
c0524131
NC
4232005-08-26 Christian Groessler <chris@groessler.org>
424
425 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
426
c17ae8a2
AM
4272005-08-18 Alan Modra <amodra@bigpond.net.au>
428
429 * binutils-all/objcopy.exp: Remove a29k support.
430 * binutils-all/objdump.exp: Likewise, alliant and convex too.
431
b43b5d5f
NC
4322005-05-07 Nick Clifton <nickc@redhat.com>
433
434 * Update the address and phone number of the FSF organization in
435 the GPL notices in the following files:
436 binutils-all/ar.exp, binutils-all/dlltool.exp,
437 binutils-all/nm.exp, binutils-all/objcopy.exp,
438 binutils-all/objdump.exp, binutils-all/readelf.exp,
439 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
440 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
441 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
442 config/default.exp, lib/utils-lib.exp
443
ae99769b
NC
4442005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
445
446 * binutils-all/vax/objdump.exp: Condense the two tests into one
447 and add a "-M entry:" for the second label.
448
ec72cfe5
NC
4492005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
450
451 * binutils-all/vax: New directory.
452 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
453 switch added to the VAX disassembler.
454 * binutils-all/vax/entrymask.s: New assembler source file.
455
55aba704
BE
4562005-03-08 Ben Elliston <bje@au.ibm.com>
457
458 * config/default.exp: Remove send_user call for stray output.
459
c9bc3b3d
NC
4602005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
461
462 * binutils-all/testprog.c: Add prototype for printf() and make
463 type of "string" array be "char" in order to avoid compile time
464 warnings.
465
ca0548b6
AM
4662004-12-31 Alan Modra <amodra@bigpond.net.au>
467
468 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
469
45175cda
HPN
4702004-11-04 Hans-Peter Nilsson <hp@axis.com>
471
472 * binutils-all/objdump.exp (cpus_expected): Append cris.
473
e4c8d1e4
L
4742004-10-28 H.J. Lu <hongjiu.lu@intel.com>
475
476 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
477
0fd555c4
NC
4782004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
479
480 * binutils-all/alias.def: New file.
481 * binutils-all/dlltool.exp: Two new -p tests.
482 * config/default.exp (dlltool_gas_flag): New variable.
483 Copy gas and lds executables into tmpdir/gas directory rather than
484 making symlinks which might not be supported by the host OS.
485 Attempt to handle the case where the host OS does not use the .exe
486 extension but the target OS does.
487 * lib/utils-lib.exp (exe_ext): New procedure.
488
607dea97
NC
4892004-07-12 Nick Clifton <nickc@redhat.com>
490
491 * binutils-all/dlltool.exp: Check that the -p switch is not
492 rejected.
493
8577e690
AS
4942004-07-09 Andreas Schwab <schwab@suse.de>
495
496 * binutils-all/m68k/movem.s: New file.
497
498 * binutils-all/m68k/objdump.exp: New file.
499
d2093c13
NC
5002004-05-15 Nick Clifton <nickc@redhat.com>
501
502 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
503
8d263650
BE
5042004-05-12 Ben Elliston <bje@au.ibm.com>
505
506 * binutils-all/ar.exp: Remove stray semicolons.
507 * binutils-all/dlltool.exp: Likewise.
508 * binutils-all/objcopy.exp: Likewise.
509 * binutils-all/readelf.exp: Likewise.
510 * binutils-all/windres/windres.exp: Likewise.
511 * lib/utils-lib.exp: Likewise.
512
e9e2c3f6
RS
5132004-04-14 Richard Sandiford <rsandifo@redhat.com>
514
515 * binutils-all/readelf.ss-mips: Allow named section symbols.
516
adacfc81
JJ
5172004-03-30 Jakub Jelinek <jakub@redhat.com>
518
519 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
520
af865222
AS
5212004-02-27 Andreas Schwab <schwab@suse.de>
522
523 * binutils-all/ar.exp (argument_parsing): New test.
524
627fe3fb
NS
5252004-02-20 Nathan Sidwell <nathan@codesourcery.com>
526
527 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
876f4090 528 systems.
a46a5b58 529
c9e214e5
AM
530For older changes see ChangeLog-9303
531\f
532Local Variables:
533mode: change-log
534left-margin: 8
535fill-column: 74
536version-control: never
537End:
This page took 0.229164 seconds and 4 git commands to generate.