gdb/testsuite/
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
38626e25
L
12010-11-15 H.J. Lu <hongjiu.lu@intel.com>
2
3 * binutils-all/compress.exp: Replace binutils_assemble with
4 binutils_assemble_flags for --nocompress-debug-sections.
5
6dbf72d7
L
62010-11-15 H.J. Lu <hongjiu.lu@intel.com>
7
8 * binutils-all/compress.exp: Pass --nocompress-debug-sections to
9 assembler for uncompressed debug sections.
10
11 * binutils-all/testranges.d: Also expect .zdebug in section name.
12
5940a93c
TS
132010-11-08 Thomas Schwinge <thomas@schwinge.name>
14
15 * lib/utils-lib.exp (is_elf_format): Consider for *-*-gnu*, too.
16 * binutils-all/elfedit-2.d (target): Likewise.
17 * binutils-all/elfedit-3.d (target): Likewise.
18 * binutils-all/i386/i386.exp: Likewise.
19 * binutils-all/objcopy.exp: Likewise.
20 * binutils-all/strip-3.d (target): Likewise.
21
4e011fb5
AM
222010-11-08 Alan Modra <amodra@gmail.com>
23
24 * binutils-all/objdump.W: Adjust expected result for debug section
25 rename.
26
34734a01
L
272010-11-02 H.J. Lu <hongjiu.lu@intel.com>
28
29 * binutils-all/libdw2.out: Also accept MIPS_DWARF.
30
4a114e3e
L
312010-10-29 H.J. Lu <hongjiu.lu@intel.com>
32
33 * binutils-all/compress.exp: New.
34 * binutils-all/dw2-1.S: Likewise.
35 * binutils-all/dw2-2.S: Likewise.
36 * binutils-all/libdw2-compressed.out: Likewise.
37 * binutils-all/libdw2.out: Likewise.
38
709001e9
MM
392010-10-22 Mark Mitchell <mark@codesourcery.com>
40
41 * binutils-all/group-5.d: Expect ".group" for the name of group
42 sections.
43 * binutils-all/strip-2.d: Likewise.
44
1a2dab1f
AS
452010-10-12 Andreas Schwab <schwab@linux-m68k.org>
46
47 * binutils-all/m68k/objdump.exp: Add fnop test.
48 * binutils-all/m68k/fnop.s: New file.
49
f3f391b8
AM
502010-09-29 Alan Modra <amodra@gmail.com>
51
52 * lib/utils-lib.exp (is_elf_format): Merge with gas and ld versions.
53
4cd28456
AM
542010-09-23 Alan Modra <amodra@gmail.com>
55
56 * binutils-all/ar.exp: Don't run unique_symbol on msp or hpux.
57 * binutils-all/copy-2.d: Update not-target list.
58 * binutils-all/note-1.d: Don't run on h8300.
59 * binutils-all/objcopy.exp: Don't run strip-10 on msp or hpux.
60 (objcopy_test): Remove h8300-rtems from xfails.
61
40703ddd
AM
622010-09-16 Alan Modra <amodra@gmail.com>
63
64 * binutils-all/i386/i386.exp: Don't run on linuxaout.
65
b7dd81f7
NC
662010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
67
68 * binutils-all/objcopy.exp: Add test of new --interleave-width
69 option.
70
18464d4d
JK
712010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 * binutils-all/objdump.W: Update DW_OP_reg5 expected output.
74
d0514c49
L
752010-08-23 H.J. Lu <hongjiu.lu@intel.com>
76
77 * binutils-all/elfedit-3.d: New.
78
79 * binutils-all/elfedit.exp: Run elfedit-3.
80
3437afb1
AS
812010-07-19 Andreas Schwab <schwab@redhat.com>
82
83 * binutils-all/readelf.s: Ignore "Key to Flags" contents.
84 * binutils-all/readelf.s-64: Likewise.
85 * binutils-all/i386/compressed-1b.d: Likewise.
86 * binutils-all/i386/compressed-1c.d: Likewise.
87 * binutils-all/x86-64/compressed-1b.d: Likewise.
88 * binutils-all/x86-64/compressed-1c.d: Likewise.
89
dfc6c7b2
L
902010-07-14 H.J. Lu <hongjiu.lu@intel.com>
91
92 * binutils-all/i386/compressed-1a.d: Fix a typo.
93 * binutils-all/i386/compressed-1b.d: Likewise.
94 * binutils-all/i386/compressed-1c.d: Likewise.
95 * binutils-all/x86-64/compressed-1a.d: Likewise.
96 * binutils-all/x86-64/compressed-1b.d: Likewise.
97 * binutils-all/x86-64/compressed-1c.d: Likewise.
98
368886ac
L
992010-07-14 H.J. Lu <hongjiu.lu@intel.com>
100
101 * config/default.exp (binutils_assemble): Use
102 default_binutils_assemble_flags.
103 (binutils_assemble_flags): New.
104
105 * lib/utils-lib.exp (default_binutils_assemble): Renamed to ...
106 (default_binutils_assemble_flags): This. Add asflags and
107 pass it to target_assemble.
108 (run_dump_test): Support assembler flags.
109
110 * binutils-all/i386/compressed-1.s: New.
111 * binutils-all/i386/compressed-1a.d: Likewise.
112 * binutils-all/i386/compressed-1b.d: Likewise.
113 * binutils-all/i386/compressed-1c.d: Likewise.
114 * binutils-all/i386/i386.exp: Likewise.
115 * binutils-all/x86-64/compressed-1.s: Likewise.
116 * binutils-all/x86-64/compressed-1a.d: Likewise.
117 * binutils-all/x86-64/compressed-1b.d: Likewise.
118 * binutils-all/x86-64/compressed-1c.d: Likewise.
119 * binutils-all/x86-64/x86-64.exp: Likewise.
120
df1c40a7
L
1212010-07-05 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR gas/10531
124 PR gas/11789
125 * binutils-all/objdump.W: Remove bogus line debug info.
126
18ae9cc1
L
1272010-05-18 H.J. Lu <hongjiu.lu@intel.com>
128
129 PR gas/11600
130 * binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
131 ELF targets.
132
133 * binutils-all/exclude-1.s: New.
134 * binutils-all/exclude-1a.d: Likewise.
135 * binutils-all/exclude-1b.d: Likewise.
136
062cbcd6
L
1372010-04-30 H.J. Lu <hongjiu.lu@intel.com>
138
139 * binutils-all/dlltool.exp: Add a missing `"'.
140
1d2ca237
KT
1412010-04-27 Kai Tietz <kai.tietz@onevision.com>
142
143 * binutils-all/dlltool.exp: Allow test for
144 arm-wince-pe target.
145
88f14853
KT
1462010-03-30 Kai TIetz <kai.tietz@onevision.com>
147
148 * binutils-all/objcopy.exp: Mark simple copy executable
149 as failing for all *-*-mingw32* targets.
150
a45fc993
AM
1512010-03-26 Matt Rice <ratmice@gmail.com>
152
153 * binutils-all/ar.exp (unique_symbol): New test.
154
b2fc24d4
AM
1552010-02-18 Alan Modra <amodra@gmail.com>
156
157 * binutils-all/group-5.s, * binutils-all/group-5.d: New test.
158 * binutils-all/objcopy.exp: Run it.
159
0930eddd
NS
1602010-02-01 Nathan Sidwell <nathan@codesourcery.com>
161
162 * binutils-all/note-1.d: New.
163 * binutils-all/objcopy.exp: Add it.
164
d7e5ec69
DK
1652010-01-30 Dave Korn <dave.korn.cygwin@gmail.com>
166
167 * binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*.
168 * binutils-all/windres/lang.rc: Likewise.
169 * binutils-all/windres/messagetable.rc: Likewise.
170 * binutils-all/windres/strtab1.rc: Likewise.
171 * binutils-all/windres/strtab2.rc: Likewise.
172 * binutils-all/windres/version.rc: Likewise.
173 * binutils-all/windres/version_cat.rc: Likewise.
174
500ee42e
ILT
1752010-01-19 Ian Lance Taylor <iant@google.com>
176
177 * lib/utils-lib.exp (run_dump_test): Permit option values to use
178 $srcdir to refer to the source directory.
179 * binutils-all/add-section.d: New test.
180 * binutils-all/add-empty-section.d: New test.
181 * binutils-all/empty-file: New test input file.
182 * binutils-all/objcopy.exp: Run new tests.
183
dd35de74
L
1842010-01-08 H.J. Lu <hongjiu.lu@intel.com>
185
186 * binutils-all/elfedit-2.d: New.
187
188 * binutils-all/elfedit.exp: Run elfedit-2.
189
30fd33bb
L
1902010-01-06 H.J. Lu <hongjiu.lu@intel.com>
191
192 PR binutils/11131
193 * binutils-all/elfedit-1.d: New.
194 * binutils-all/elfedit.exp: Likewise.
195
196 * config/default.exp (ELFEDIT): New. Set if it doesn't exist.
197 (ELFEDITFLAGS): Likewise.
198
199 * lib/utils-lib.exp (run_dump_test): Support elfedit.
200
0bd7136a
KT
2012009-10-28 Kai Tietz <kai.tietz@onevision.com>
202
203 * binutils-all/dlltool.exp: Add tests for --no-leading-underscore
204 and --leading-underscore option for dlltool.
205
bf201fdd
KT
2062009-10-23 Kai Tietz <kai.tietz@onevision.com>
207
208 * binutils-all/dlltool.exp: Add new test.
209 * binutils-all/alias-2.def: New file.
210
76748ada
AM
2112009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
212
213 * binutils-all/copy-2.d: Exclude more aout targets.
214 * binutils-all/copy-3.d: Likewise.
215
f9272224
AM
2162009-09-23 Alan Modra <amodra@bigpond.net.au>
217
218 * binutils-all/readelf.s: Tolerate some whitespace differences.
219 * binutils-all/readelf.s-64: Likewise.
220 * binutils-all/readelf.ss: Likewise.
221 * binutils-all/readelf.ss-64: Likewise.
222 * binutils-all/readelf.ss-mips: Likewise.
223 * binutils-all/readelf.ss-tmips: Likewise.
224 * binutils-all/strip-10.d: Likewise.
225
6e5e57c9
AM
2262009-09-08 Alan Modra <amodra@bigpond.net.au>
227
228 * binutils-all/objdump.exp (cpus_expected): Add ms1.
229
eb7cc021
JK
2302009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
231
232 * binutils-all/testranges.s (.debug_info): Pad the only CU.
233
1ecbdee0
JK
2342009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 * binutils-all/testranges.s: Replace all .long by .4byte.
237
4db61d31
DD
2382009-09-04 DJ Delorie <dj@redhat.com>
239
240 * binutils-all/objdump.exp: Add m16c and m32c to the list of
241 expected cpus.
242
10a9c4b4
JZ
2432009-09-02 Jie Zhang <jie.zhang@analog.com>
244
245 * binutils-all/bfin/unknown-mode.s: New test.
246 * binutils-all/bfin/objdump.exp: New test.
247
3f738203
NC
2482009-08-17 Nick Clifton <nickc@redhat.com>
249
250 * binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
251 of the UNIQUE symbol.
252
cf2a6cfa
DJ
2532009-08-07 Daniel Jacobowitz <dan@codesourcery.com>
254
255 * binutils-all/testranges.s: Use %progbits. Use ";#" for comments.
256
9961db38 2572009-08-06 H.J. Lu <hongjiu.lu@intel.com>
9c04f6ba
L
258
259 PR binutils/10492
260 * binutils-all/objcopy.exp: Run strip-10.
261
262 * binutils-all/strip-10.d: New.
263 * binutils-all/unique.s: Likewise.
264
cd000bff
DJ
2652009-07-31 Daniel Gutson <dgutson@codesourcery.com>
266 Daniel Jacobowitz <dan@codesourcery.com>
267
268 * binutils-all/arm/thumb2-cond.s: Use instructions instead of
269 .short.
270
93845115
AM
2712009-07-29 Alan Modra <amodra@bigpond.net.au>
272
273 * binutils-all/testranges.s: Replace .value with .short.
274
afeb3d7f
L
2752009-07-16 Dave Korn <dave.korn.cygwin@gmail.com>
276 H.J. Lu <hongjiu.lu@intel.com>
277
278 * binutils-all/objcopy.exp: Run testranges and testranges-ia64
279 for ELF targets only.
280
36f8f14a
L
2812009-07-16 H.J. Lu <hongjiu.lu@intel.com>
282
283 * binutils-all/objcopy.exp; Run testranges-ia64.
284
285 * binutils-all/testranges.d: Don't run for ia64.
286
287 * binutils-all/testranges-ia64.d: New.
288 * binutils-all/testranges-ia64.s: Likewise.
289
01a8f077
JK
2902009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
291
292 * binutils-all/objcopy.exp (testranges): New test.
293 * binutils-all/testranges.d, binutils-all/testranges.s: New files.
294
899396fe
CF
2952009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
296
297 * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to
298 copy_executable.
299
33c70472
CF
3002009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
301
302 * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
303 cygwin.
304
3f904b16
AM
3052009-04-16 Alan Modra <amodra@bigpond.net.au>
306
307 * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
308 * binutils-all/localize-hidden-2.s: Likewise.
309
0fcc17f8
DK
3102009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
311
312 * inutils-all/objcopy.exp (strip_executable): Delete remote dest
313 file before downloading.
314 (strip_executable_with_saving_a_symbol): Likewise.
315 (keep_debug_symbols_and_test_copy): Likewise.
316
c43a5298
JM
3172009-03-11 Joseph Myers <joseph@codesourcery.com>
318
319 * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
320 literal "tmpdir/" in expected output.
321
36e4dce6
CD
3222009-03-11 Chris Demetriou <cgd@google.com>
323
324 * binutils-all/ar.exp (deterministic_archive): New test.
325
0691f7af
L
3262009-03-09 H.J. Lu <hongjiu.lu@intel.com>
327
328 PR binutils/9933
329 * binutils-all/copy-4.d: New.
330
331 * binutils-all/objcopy.exp: Run copy-4.
332
13e637c4
DA
3332009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
334
335 * config/hppa.sed: Fix spelling.
336
dfd1e198
DA
3372009-03-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
338
339 * binutils-all/localize-hidden-1.s: Change .equ to .set.
340 * binutils-all/localize-hidden-2.s: Likewise.
341
ec0c103c
NC
3422009-01-29 Nick Clifton <nickc@redhat.com>
343
344 * binutils-all/objdump.W: Do not assume that high and low PC
345 addresses will have been computed.
346
80c35038
NC
3472008-10-06 Tom Tromey <tromey@redhat.com>
348
349 * binutils-all/objdump.W: Update.
350
388853f7
L
3512008-10-03 H.J. Lu <hongjiu.lu@intel.com>
352
353 * binutils-all/group.s: Updated.
354 * binutils-all/group-2.s: Likewise.
355 * binutils-all/group-3.s: Likewise.
356 * binutils-all/group-4.s: Likewise.
357 * binutils-all/strip-7.d: Likewise.
358 * binutils-all/strip-9.d: Likewise.
359
e1e87d1e
L
3602008-10-01 H.J. Lu <hongjiu.lu@intel.com>
361
362 * binutils-all/group-4.s: New.
363 * binutils-all/strip-8.d: Likewise.
364 * binutils-all/strip-9.d: Likewise.
365
366 * binutils-all/objcopy.exp: Test objcopy on group-4.s. Run
367 strip-8 and strip-9.
368
f206e905
L
3692008-10-01 H.J. Lu <hongjiu.lu@intel.com>
370
371 * binutils-all/group-3.s: New.
372 * binutils-all/strip-6.d: Likewise.
373 * binutils-all/strip-7.d: Likewise.
374
375 * binutils-all/objcopy.exp: Test objcopy on group-3.s. Run
376 strip-6 and strip-7.
377
eb3980ce
L
3782008-10-01 H.J. Lu <hongjiu.lu@intel.com>
379
380 * binutils-all/group-2.s: New.
381 * binutils-all/strip-4.d: Likewise.
382 * binutils-all/strip-5.d: Likewise.
383
384 * binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
385 strip-4 and strip-5.
386
22bce68e
AM
3872008-07-26 Alan Modra <amodra@bigpond.net.au>
388
389 * binutils-all/objdump.exp: Run compressed debug test only for ELF.
390
5589e138
HPN
3912008-07-11 Hans-Peter Nilsson <hp@axis.com>
392
393 * binutils-all/objdump.W: Generalize to adjust for targets with
394 non-byte-size instructions.
395
1b315056
CS
3962008-07-09 Craig Silverstein <csilvers@google.com>
397
398 * binutils-all/objdump.exp: Add test for objdump -s on a file
399 with a compressed debug section. Add test for objdump -W on a
400 file that contains a compressed debug section.
401 * binutils-all/readelf.exp: Call readelf_compressed_wa_test.
402 (readelf_compressed_wa_test): New function.
403 * binutils-all/dw2-compressed.S: New file.
404 * binutils-all/objdump.W: New file.
405 * binutils-all/objdump.s: New file.
406 * binutils-all/readelf.wa: New file.
407
72d4c02f
KT
4082008-07-08 Kai Tietz <kai.tietz@onevision.com>
409
410 * binutils-all/objcopy.exp (copy_setup): Check if host-triplet
411 is target-triplet for execution tests.
412 (copy_executable): Likewise.
413 (strip_executable): Likewise.
414 (strip_executable_with_saving_a_symbol): Likewise.
415
11701589
JK
4162008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
417
418 * binutils-all/objcopy.exp: Call KEEP_DEBUG_SYMBOLS_AND_TEST_COPY.
419 (keep_debug_symbols_and_test_copy): New function.
420 (test5, test6): New variables.
421
a8da6403
NC
4222008-03-27 Cary Coutant <ccoutant@google.com>
423
424 * binutils-all/ar.exp: Add thin archive tests.
425
b67ce46f
JM
4262008-02-26 Joseph Myers <joseph@codesourcery.com>
427
428 * config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
429 empty for testing an installed toolchain.
430
2d312b6b 4312008-02-04 Bob Wilson <bob.wilson@acm.org>
a45fc993 432
2d312b6b 433 * binutils-all/objdump.exp (cpus_expected): Add xtensa.
a45fc993 434
08a80eb6
AM
4352007-10-26 Alan Modra <amodra@bigpond.net.au>
436
437 * binutils-all/windres/windres.exp: Don't xfail.
438
504b7d20
NC
4392007-10-16 Nick Clifton <nickc@redhat.com>
440
441 * binutils-all/readelf.ss: Accept COMMON in readelf's output.
442 * binutils-all/readelf.ss-64: Likewise.
443 * binutils-all/readelf.ss-mips: Likewise.
444 * binutils-all/readelf.ss-tmips: Likewise.
a45fc993 445
09c11c86
NC
4462007-08-30 Nick Clifton <nickc@redhat.com>
447
448 * binutils-all/dumptest.s: New test file.
449 * binutils-all/readelf.exp: Add test of readelf's -p switch.
450
7f6a71ff 4512007-08-28 Mark Shinwell <shinwell@codesourcery.com>
a45fc993 452 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
453
454 * binutils-all/ar.exp (long_filenames): Delete temporary files on
455 the host.
456 * binutils-all/arm/objdump.exp: Only check "which $OBJDUMP" if
457 host is local.
458 * binutils-all/objcopy.exp: Use ${srecfile} to get the name of the
459 srec file to be passed to binutils_run.
460 (objcopy_test_readelf): Use remote_exec.
461 * binutils-all/readelf.exp (readelf_find_size): Use remote_exec.
462 (readelf_test): Likewise.
463 (readelf_wi_test): Likewise.
464 * lib/utils-lib.exp (run_dump_test): Only check "which $binary" if
465 host is local. Use remote_exec. Use $tempfile not
466 tmpdir/bintest.o.
467
151fab34
AM
4682007-08-09 Alan Modra <amodra@bigpond.net.au>
469
470 * binutils-all/copy-2.d (not-target): Match *-*-*aout.
471 * binutils-all/copy-3.d (not-target): Likewise.
472 * binutils-all/objcopy.exp (objcopy_test): Remove extraneous
473 setup_xfail.
1e1c6a43
AM
474 * windres/windres.exp: Return unsupported rather than fail if
475 windows.h not found.
151fab34 476
32866df7
NC
4772007-07-05 Nick Clifton <nickc@redhat.com>
478
479 * lib/utils-lib.exp: Update copyright notice to refer to GPLv3.
480 * config/default.exp, binutils-all/ar.exp,
481 binutils-all/dlltool.exp, binutils-all/nm.exp,
482 binutils-all/objcopy.exp, binutils-all/arm/objdump.exp,
483 binutils-all/hppa/objdump.exp, binutils-all/m68k/objdump.exp,
484 binutils-all/vax/objdump.exp, binutils-all/windres/windres.exp,
485 binutils-all/windres/msupdate: Likewise.
486
4b3a42a7
L
4872007-06-23 H.J. Lu <hongjiu.lu@intel.com>
488
489 * binutils-all/strip-3.d: Also strip .xtensa.info section.
490
fc108f8f
NC
4912007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
492
493 * binutils-all/windres/version_cat.rc: New.
494 * binutils-all/windres/version_cat.rsd: New.
495
4a594fce
NC
4962007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
497
498 * binutils-all/windres/html.rc: New.
499 * binutils-all/windres/html.rsd: New.
500 * binutils-all/windres/html1.hm: New.
501 * binutils-all/windres/html2.hm: New.
502 * binutils-all/windres/messagetable.rc: New.
503 * binutils-all/windres/messagetable.rsd: New.
504 * binutils-all/windres/MSG00001.bin: New.
505 * binutils-all/windres/strtab2.rc: New.
506 * binutils-all/windres/strtab2.rsd: New.
507 * binutils-all/windres/version.rc: New.
508 * binutils-all/windres/version.rsd: New.
509 * binutils-all/windres/dialog.rsd: Fix expected results.
510
f891f2a9
JM
5112007-05-17 Joseph Myers <joseph@codesourcery.com>
512
513 * binutils-all/strip-3.d: Strip .pdr section.
514
b8b6abe0
AM
5152007-05-15 Alan Modra <amodra@bigpond.net.au>
516
517 * binutils-all/objcopy.exp: Only run needed-by-reloc test for ELF.
518
b4de6476
AM
5192007-05-11 Alan Modra <amodra@bigpond.net.au>
520
521 * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
522
e46ab513
MS
5232007-05-08 Mark Shinwell <shinwell@codesourcery.com>
524
525 * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
526 sections.
527
0d063f63
AM
5282007-05-02 Alan Modra <amodra@bigpond.net.au>
529
530 * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
531 (copy_executable): Return early if test2 is blank.
532 Return unsupported rather than unresolved if we can't run
533 executables. Do test1 if we can compile.
534
312aaa3c
NC
5352007-04-24 Nathan Froyd <froydnj@codesourcery.com>
536 Phil Edwards <phil@codesourcery.com>
537
538 * binutils-all/objcopy.exp: Add test for stripping a symbol
539 used in a relocation.
540 * binutils-all/needed-by-reloc.s: New file.
541
9e48b4c6
NC
5422007-04-20 Nathan Froyd <froydnj@codesourcery.com>
543 Phil Edwards <phil@codesourcery.com>
544 Thomas de Lellis <tdel@windriver.com>
545
546 * binutils-all/objcopy.exp: Add test for --reverse-bytes.
547
d3013035
RE
5482007-04-21 Richard Earnshaw <rearnsha@arm.com>
549
550 * binutils-all/readelf.exp (regexp_diff): Delete.
551
9401f88d
RE
5522007-04-20 Richard Earnshaw <rearnsha@arm.com>
553
554 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
555 Rename the second test.
556
1aa9ef63
L
5572007-04-12 H.J. Lu <hongjiu.lu@intel.com>
558
559 PR binutils/4348
560 * binutils-all/empty.s: New file.
561 * binutils-all/strip-3.d: Likewise.
562
563 * binutils-all/objcopy.exp: Run strip-3 for ELF target.
564
903b1f5b
NS
5652007-02-27 Nathan Sidwell <nathan@codesourcery.com>
566
567 * binutils-all/objcopy.exp: Skip for uclinux targets.
568
b279a55c
NC
5692007-02-14 Nick Clifton <nickc@redhat.com>
570
571 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
572 output failure message.
573
42037fe5
NC
5742007-01-08 Kai Tietz <kai.tietz@onevision.com>
575
576 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
577 * dlltool.exp: Dito
578 * lang.rc: Dito
579 * strtab1.rc: Dito
580 * windres.exp: Dito
581
99ad8390
NC
5822006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
583
584 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
585 * binutils-all/dlltool.exp: Likewise.
586 * binutils-all/objcopy.exp: Likewise.
587 * binutils-all/windres/windres.exp: Likewise.
588 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
589 * binutils-all/windres/strtab1.rc: Likewise.
590 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
591
748fc5e9
L
5922006-09-14 H.J. Lu <hongjiu.lu@intel.com>
593
7d3d6bd5 594 PR binutils/3181
748fc5e9
L
595 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
596 targets.
597
598 * binutils-all/strip-1.d: New file.
599 * binutils-all/strip-2.d: Likewise.
600
601 * lib/utils-lib.exp (run_dump_test): Support strip.
602
4be041b2 6032006-08-15 Thiemo Seufer <ths@mips.com>
a45fc993
AM
604 Nigel Stephens <nigel@mips.com>
605 David Ung <davidu@mips.com>
4be041b2
TS
606
607 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
608
a87866e6
RS
6092006-06-24 Richard Sandiford <richard@codesourcery.com>
610
611 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
612 of readelf.
613
d58c2e3a
RS
6142006-06-23 Richard Sandiford <richard@codesourcery.com>
615
616 * binutils-all/localize-hidden-1.s,
617 * binutils-all/localize-hidden-1.d,
618 * binutils-all/localize-hidden-2.s,
619 * binutils-all/localize-hidden-2.d: New tests.
620 * binutils-all/objcopy.exp: Run them.
621
c22aaad1
PB
6222006-06-06 Paul Brook <paul@codesourcery.com>
623
624 * binutils-all/arm/objdump.exp: New file.
625 * binutils-all/arm/thumb2-cond.s: New test.
626
5a135cf2
L
6272006-05-03 H.J. Lu <hongjiu.lu@intel.com>
628
629 * binutils-all/copy-3.d: Fix a typo.
630
81fc501a
L
6312006-05-03 H.J. Lu <hongjiu.lu@intel.com>
632
633 * binutils-all/copy-3.d: New.
634
635 * objcopy.exp: Run copy-3.
636
e44d194f
DK
6372006-05-02 Dave Korn <dave.korn@artimi.com>
638
639 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
640 * binutils-all/copy-1.d (name): Likewise.
641
7cc27f03
NC
6422006-05-02 Nick Clifton <nickc@redhat.com>
643
644 * binutils-all/copy-2.d: Change the name of the section whose
645 flags are changed to "foo" so that the test will work with PE
646 based targets. Skip this test for AOUT based targeted.
647 * binutils-all/copytest.s: New file.
648
85d7f0b9
L
6492006-05-01 H.J. Lu <hongjiu.lu@intel.com>
650
651 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
652
004314cc
BE
6532006-05-01 Ben Elliston <bje@au.ibm.com>
654
655 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
656
af3c5dea
L
6572006-04-26 H.J. Lu <hongjiu.lu@intel.com>
658
659 PR binutils/2593
660 * binutils-all/copy-1.d: New file.
661 * binutils-all/copy-1.s: Likewise.
662 * binutils-all/copy-2.d: Likewise.
663
664 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
665 run_dump_test "copy-2".
666
667 * lib/utils-lib.exp (run_dump_test): New.
668 (slurp_options): Likewise.
669 (regexp_diff): Likewise.
670 (file_contents): Likewise.
671 (verbose_eval): Likewise.
672
8648f88f
L
6732006-04-25 H.J. Lu <hongjiu.lu@intel.com>
674
675 PR binutils/2467
676 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
677 on archive.
678
da28e1e1
L
6792006-04-10 H.J. Lu <hongjiu.lu@intel.com>
680
681 * lib/utils-lib.exp (default_binutils_run): Check exit status.
682
49236396
BE
6832005-12-24 Ben Elliston <bje@gnu.org>
684
685 * config/default.exp: Do not load the unneeded util-defs.exp.
686
9ab80182
JB
6872005-11-15 Jan Beulich <jbeulich@novell.com>
688
689 * config/default.exp (link_or_copy): New. Use it for setting
690 up assembler and linker for the compiler to use.
691
6a0d0afd
L
6922005-10-20 H.J. Lu <hongjiu.lu@intel.com>
693
694 PR ld/251
695 * binutils-all/group.s: New file.
696
697 * binutils-all/objcopy.exp (objcopy_test_readelf): New
698 procedure.
699 Use it to test ELF group.
700
64bb95af
L
7012005-10-19 H.J. Lu <hongjiu.lu@intel.com>
702
6a0d0afd 703 PR ld/1487
64bb95af
L
704 * binutils-all/objcopy.exp (objcopy_test): New procedure.
705 Use it to test simple copy, ia64 link order and ELF unknown
706 section type.
707
708 * binutils-all/unknown.s: New file.
709
ad2fb2cd
L
7102005-10-19 H.J. Lu <hongjiu.lu@intel.com>
711
712 PR binutils/1321
713 * binutils-all/link-order.s: New.
714
715 * binutils-all/objcopy.exp: Check ia64 link order.
716
3d888abf
DS
7172005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
718
719 * binutils-all/windres/escapex-2.rc: New file.
720 * binutils-all/windres/escapex-2.rsd: Generate.
721
c0524131
NC
7222005-08-26 Christian Groessler <chris@groessler.org>
723
724 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
725
c17ae8a2
AM
7262005-08-18 Alan Modra <amodra@bigpond.net.au>
727
728 * binutils-all/objcopy.exp: Remove a29k support.
729 * binutils-all/objdump.exp: Likewise, alliant and convex too.
730
b43b5d5f
NC
7312005-05-07 Nick Clifton <nickc@redhat.com>
732
733 * Update the address and phone number of the FSF organization in
734 the GPL notices in the following files:
735 binutils-all/ar.exp, binutils-all/dlltool.exp,
736 binutils-all/nm.exp, binutils-all/objcopy.exp,
737 binutils-all/objdump.exp, binutils-all/readelf.exp,
738 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
739 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
740 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
741 config/default.exp, lib/utils-lib.exp
742
ae99769b
NC
7432005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
744
745 * binutils-all/vax/objdump.exp: Condense the two tests into one
746 and add a "-M entry:" for the second label.
747
ec72cfe5
NC
7482005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
749
750 * binutils-all/vax: New directory.
751 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
752 switch added to the VAX disassembler.
753 * binutils-all/vax/entrymask.s: New assembler source file.
754
55aba704
BE
7552005-03-08 Ben Elliston <bje@au.ibm.com>
756
a45fc993 757 * config/default.exp: Remove send_user call for stray output.
55aba704 758
c9bc3b3d
NC
7592005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
760
761 * binutils-all/testprog.c: Add prototype for printf() and make
762 type of "string" array be "char" in order to avoid compile time
763 warnings.
764
ca0548b6
AM
7652004-12-31 Alan Modra <amodra@bigpond.net.au>
766
767 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
768
45175cda
HPN
7692004-11-04 Hans-Peter Nilsson <hp@axis.com>
770
771 * binutils-all/objdump.exp (cpus_expected): Append cris.
772
e4c8d1e4
L
7732004-10-28 H.J. Lu <hongjiu.lu@intel.com>
774
775 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
776
0fd555c4
NC
7772004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
778
779 * binutils-all/alias.def: New file.
780 * binutils-all/dlltool.exp: Two new -p tests.
781 * config/default.exp (dlltool_gas_flag): New variable.
782 Copy gas and lds executables into tmpdir/gas directory rather than
783 making symlinks which might not be supported by the host OS.
784 Attempt to handle the case where the host OS does not use the .exe
785 extension but the target OS does.
786 * lib/utils-lib.exp (exe_ext): New procedure.
787
607dea97
NC
7882004-07-12 Nick Clifton <nickc@redhat.com>
789
790 * binutils-all/dlltool.exp: Check that the -p switch is not
791 rejected.
792
8577e690
AS
7932004-07-09 Andreas Schwab <schwab@suse.de>
794
795 * binutils-all/m68k/movem.s: New file.
796
797 * binutils-all/m68k/objdump.exp: New file.
798
d2093c13
NC
7992004-05-15 Nick Clifton <nickc@redhat.com>
800
801 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
802
8d263650
BE
8032004-05-12 Ben Elliston <bje@au.ibm.com>
804
805 * binutils-all/ar.exp: Remove stray semicolons.
806 * binutils-all/dlltool.exp: Likewise.
807 * binutils-all/objcopy.exp: Likewise.
808 * binutils-all/readelf.exp: Likewise.
809 * binutils-all/windres/windres.exp: Likewise.
810 * lib/utils-lib.exp: Likewise.
811
e9e2c3f6
RS
8122004-04-14 Richard Sandiford <rsandifo@redhat.com>
813
814 * binutils-all/readelf.ss-mips: Allow named section symbols.
815
adacfc81
JJ
8162004-03-30 Jakub Jelinek <jakub@redhat.com>
817
818 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
819
af865222
AS
8202004-02-27 Andreas Schwab <schwab@suse.de>
821
822 * binutils-all/ar.exp (argument_parsing): New test.
823
627fe3fb
NS
8242004-02-20 Nathan Sidwell <nathan@codesourcery.com>
825
826 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
876f4090 827 systems.
a46a5b58 828
c9e214e5
AM
829For older changes see ChangeLog-9303
830\f
831Local Variables:
832mode: change-log
833left-margin: 8
834fill-column: 74
835version-control: never
836End:
This page took 0.295474 seconds and 4 git commands to generate.