binutils/
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
3437afb1
AS
12010-07-19 Andreas Schwab <schwab@redhat.com>
2
3 * binutils-all/readelf.s: Ignore "Key to Flags" contents.
4 * binutils-all/readelf.s-64: Likewise.
5 * binutils-all/i386/compressed-1b.d: Likewise.
6 * binutils-all/i386/compressed-1c.d: Likewise.
7 * binutils-all/x86-64/compressed-1b.d: Likewise.
8 * binutils-all/x86-64/compressed-1c.d: Likewise.
9
dfc6c7b2
L
102010-07-14 H.J. Lu <hongjiu.lu@intel.com>
11
12 * binutils-all/i386/compressed-1a.d: Fix a typo.
13 * binutils-all/i386/compressed-1b.d: Likewise.
14 * binutils-all/i386/compressed-1c.d: Likewise.
15 * binutils-all/x86-64/compressed-1a.d: Likewise.
16 * binutils-all/x86-64/compressed-1b.d: Likewise.
17 * binutils-all/x86-64/compressed-1c.d: Likewise.
18
368886ac
L
192010-07-14 H.J. Lu <hongjiu.lu@intel.com>
20
21 * config/default.exp (binutils_assemble): Use
22 default_binutils_assemble_flags.
23 (binutils_assemble_flags): New.
24
25 * lib/utils-lib.exp (default_binutils_assemble): Renamed to ...
26 (default_binutils_assemble_flags): This. Add asflags and
27 pass it to target_assemble.
28 (run_dump_test): Support assembler flags.
29
30 * binutils-all/i386/compressed-1.s: New.
31 * binutils-all/i386/compressed-1a.d: Likewise.
32 * binutils-all/i386/compressed-1b.d: Likewise.
33 * binutils-all/i386/compressed-1c.d: Likewise.
34 * binutils-all/i386/i386.exp: Likewise.
35 * binutils-all/x86-64/compressed-1.s: Likewise.
36 * binutils-all/x86-64/compressed-1a.d: Likewise.
37 * binutils-all/x86-64/compressed-1b.d: Likewise.
38 * binutils-all/x86-64/compressed-1c.d: Likewise.
39 * binutils-all/x86-64/x86-64.exp: Likewise.
40
df1c40a7
L
412010-07-05 H.J. Lu <hongjiu.lu@intel.com>
42
43 PR gas/10531
44 PR gas/11789
45 * binutils-all/objdump.W: Remove bogus line debug info.
46
18ae9cc1
L
472010-05-18 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR gas/11600
50 * binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
51 ELF targets.
52
53 * binutils-all/exclude-1.s: New.
54 * binutils-all/exclude-1a.d: Likewise.
55 * binutils-all/exclude-1b.d: Likewise.
56
062cbcd6
L
572010-04-30 H.J. Lu <hongjiu.lu@intel.com>
58
59 * binutils-all/dlltool.exp: Add a missing `"'.
60
1d2ca237
KT
612010-04-27 Kai Tietz <kai.tietz@onevision.com>
62
63 * binutils-all/dlltool.exp: Allow test for
64 arm-wince-pe target.
65
88f14853
KT
662010-03-30 Kai TIetz <kai.tietz@onevision.com>
67
68 * binutils-all/objcopy.exp: Mark simple copy executable
69 as failing for all *-*-mingw32* targets.
70
a45fc993
AM
712010-03-26 Matt Rice <ratmice@gmail.com>
72
73 * binutils-all/ar.exp (unique_symbol): New test.
74
b2fc24d4
AM
752010-02-18 Alan Modra <amodra@gmail.com>
76
77 * binutils-all/group-5.s, * binutils-all/group-5.d: New test.
78 * binutils-all/objcopy.exp: Run it.
79
0930eddd
NS
802010-02-01 Nathan Sidwell <nathan@codesourcery.com>
81
82 * binutils-all/note-1.d: New.
83 * binutils-all/objcopy.exp: Add it.
84
d7e5ec69
DK
852010-01-30 Dave Korn <dave.korn.cygwin@gmail.com>
86
87 * binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*.
88 * binutils-all/windres/lang.rc: Likewise.
89 * binutils-all/windres/messagetable.rc: Likewise.
90 * binutils-all/windres/strtab1.rc: Likewise.
91 * binutils-all/windres/strtab2.rc: Likewise.
92 * binutils-all/windres/version.rc: Likewise.
93 * binutils-all/windres/version_cat.rc: Likewise.
94
500ee42e
ILT
952010-01-19 Ian Lance Taylor <iant@google.com>
96
97 * lib/utils-lib.exp (run_dump_test): Permit option values to use
98 $srcdir to refer to the source directory.
99 * binutils-all/add-section.d: New test.
100 * binutils-all/add-empty-section.d: New test.
101 * binutils-all/empty-file: New test input file.
102 * binutils-all/objcopy.exp: Run new tests.
103
dd35de74
L
1042010-01-08 H.J. Lu <hongjiu.lu@intel.com>
105
106 * binutils-all/elfedit-2.d: New.
107
108 * binutils-all/elfedit.exp: Run elfedit-2.
109
30fd33bb
L
1102010-01-06 H.J. Lu <hongjiu.lu@intel.com>
111
112 PR binutils/11131
113 * binutils-all/elfedit-1.d: New.
114 * binutils-all/elfedit.exp: Likewise.
115
116 * config/default.exp (ELFEDIT): New. Set if it doesn't exist.
117 (ELFEDITFLAGS): Likewise.
118
119 * lib/utils-lib.exp (run_dump_test): Support elfedit.
120
0bd7136a
KT
1212009-10-28 Kai Tietz <kai.tietz@onevision.com>
122
123 * binutils-all/dlltool.exp: Add tests for --no-leading-underscore
124 and --leading-underscore option for dlltool.
125
bf201fdd
KT
1262009-10-23 Kai Tietz <kai.tietz@onevision.com>
127
128 * binutils-all/dlltool.exp: Add new test.
129 * binutils-all/alias-2.def: New file.
130
76748ada
AM
1312009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
132
133 * binutils-all/copy-2.d: Exclude more aout targets.
134 * binutils-all/copy-3.d: Likewise.
135
f9272224
AM
1362009-09-23 Alan Modra <amodra@bigpond.net.au>
137
138 * binutils-all/readelf.s: Tolerate some whitespace differences.
139 * binutils-all/readelf.s-64: Likewise.
140 * binutils-all/readelf.ss: Likewise.
141 * binutils-all/readelf.ss-64: Likewise.
142 * binutils-all/readelf.ss-mips: Likewise.
143 * binutils-all/readelf.ss-tmips: Likewise.
144 * binutils-all/strip-10.d: Likewise.
145
6e5e57c9
AM
1462009-09-08 Alan Modra <amodra@bigpond.net.au>
147
148 * binutils-all/objdump.exp (cpus_expected): Add ms1.
149
eb7cc021
JK
1502009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 * binutils-all/testranges.s (.debug_info): Pad the only CU.
153
1ecbdee0
JK
1542009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
155
156 * binutils-all/testranges.s: Replace all .long by .4byte.
157
4db61d31
DD
1582009-09-04 DJ Delorie <dj@redhat.com>
159
160 * binutils-all/objdump.exp: Add m16c and m32c to the list of
161 expected cpus.
162
10a9c4b4
JZ
1632009-09-02 Jie Zhang <jie.zhang@analog.com>
164
165 * binutils-all/bfin/unknown-mode.s: New test.
166 * binutils-all/bfin/objdump.exp: New test.
167
3f738203
NC
1682009-08-17 Nick Clifton <nickc@redhat.com>
169
170 * binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
171 of the UNIQUE symbol.
172
cf2a6cfa
DJ
1732009-08-07 Daniel Jacobowitz <dan@codesourcery.com>
174
175 * binutils-all/testranges.s: Use %progbits. Use ";#" for comments.
176
9961db38 1772009-08-06 H.J. Lu <hongjiu.lu@intel.com>
9c04f6ba
L
178
179 PR binutils/10492
180 * binutils-all/objcopy.exp: Run strip-10.
181
182 * binutils-all/strip-10.d: New.
183 * binutils-all/unique.s: Likewise.
184
cd000bff
DJ
1852009-07-31 Daniel Gutson <dgutson@codesourcery.com>
186 Daniel Jacobowitz <dan@codesourcery.com>
187
188 * binutils-all/arm/thumb2-cond.s: Use instructions instead of
189 .short.
190
93845115
AM
1912009-07-29 Alan Modra <amodra@bigpond.net.au>
192
193 * binutils-all/testranges.s: Replace .value with .short.
194
afeb3d7f
L
1952009-07-16 Dave Korn <dave.korn.cygwin@gmail.com>
196 H.J. Lu <hongjiu.lu@intel.com>
197
198 * binutils-all/objcopy.exp: Run testranges and testranges-ia64
199 for ELF targets only.
200
36f8f14a
L
2012009-07-16 H.J. Lu <hongjiu.lu@intel.com>
202
203 * binutils-all/objcopy.exp; Run testranges-ia64.
204
205 * binutils-all/testranges.d: Don't run for ia64.
206
207 * binutils-all/testranges-ia64.d: New.
208 * binutils-all/testranges-ia64.s: Likewise.
209
01a8f077
JK
2102009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
211
212 * binutils-all/objcopy.exp (testranges): New test.
213 * binutils-all/testranges.d, binutils-all/testranges.s: New files.
214
899396fe
CF
2152009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
216
217 * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to
218 copy_executable.
219
33c70472
CF
2202009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
221
222 * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
223 cygwin.
224
3f904b16
AM
2252009-04-16 Alan Modra <amodra@bigpond.net.au>
226
227 * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
228 * binutils-all/localize-hidden-2.s: Likewise.
229
0fcc17f8
DK
2302009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
231
232 * inutils-all/objcopy.exp (strip_executable): Delete remote dest
233 file before downloading.
234 (strip_executable_with_saving_a_symbol): Likewise.
235 (keep_debug_symbols_and_test_copy): Likewise.
236
c43a5298
JM
2372009-03-11 Joseph Myers <joseph@codesourcery.com>
238
239 * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
240 literal "tmpdir/" in expected output.
241
36e4dce6
CD
2422009-03-11 Chris Demetriou <cgd@google.com>
243
244 * binutils-all/ar.exp (deterministic_archive): New test.
245
0691f7af
L
2462009-03-09 H.J. Lu <hongjiu.lu@intel.com>
247
248 PR binutils/9933
249 * binutils-all/copy-4.d: New.
250
251 * binutils-all/objcopy.exp: Run copy-4.
252
13e637c4
DA
2532009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
254
255 * config/hppa.sed: Fix spelling.
256
dfd1e198
DA
2572009-03-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
258
259 * binutils-all/localize-hidden-1.s: Change .equ to .set.
260 * binutils-all/localize-hidden-2.s: Likewise.
261
ec0c103c
NC
2622009-01-29 Nick Clifton <nickc@redhat.com>
263
264 * binutils-all/objdump.W: Do not assume that high and low PC
265 addresses will have been computed.
266
80c35038
NC
2672008-10-06 Tom Tromey <tromey@redhat.com>
268
269 * binutils-all/objdump.W: Update.
270
388853f7
L
2712008-10-03 H.J. Lu <hongjiu.lu@intel.com>
272
273 * binutils-all/group.s: Updated.
274 * binutils-all/group-2.s: Likewise.
275 * binutils-all/group-3.s: Likewise.
276 * binutils-all/group-4.s: Likewise.
277 * binutils-all/strip-7.d: Likewise.
278 * binutils-all/strip-9.d: Likewise.
279
e1e87d1e
L
2802008-10-01 H.J. Lu <hongjiu.lu@intel.com>
281
282 * binutils-all/group-4.s: New.
283 * binutils-all/strip-8.d: Likewise.
284 * binutils-all/strip-9.d: Likewise.
285
286 * binutils-all/objcopy.exp: Test objcopy on group-4.s. Run
287 strip-8 and strip-9.
288
f206e905
L
2892008-10-01 H.J. Lu <hongjiu.lu@intel.com>
290
291 * binutils-all/group-3.s: New.
292 * binutils-all/strip-6.d: Likewise.
293 * binutils-all/strip-7.d: Likewise.
294
295 * binutils-all/objcopy.exp: Test objcopy on group-3.s. Run
296 strip-6 and strip-7.
297
eb3980ce
L
2982008-10-01 H.J. Lu <hongjiu.lu@intel.com>
299
300 * binutils-all/group-2.s: New.
301 * binutils-all/strip-4.d: Likewise.
302 * binutils-all/strip-5.d: Likewise.
303
304 * binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
305 strip-4 and strip-5.
306
22bce68e
AM
3072008-07-26 Alan Modra <amodra@bigpond.net.au>
308
309 * binutils-all/objdump.exp: Run compressed debug test only for ELF.
310
5589e138
HPN
3112008-07-11 Hans-Peter Nilsson <hp@axis.com>
312
313 * binutils-all/objdump.W: Generalize to adjust for targets with
314 non-byte-size instructions.
315
1b315056
CS
3162008-07-09 Craig Silverstein <csilvers@google.com>
317
318 * binutils-all/objdump.exp: Add test for objdump -s on a file
319 with a compressed debug section. Add test for objdump -W on a
320 file that contains a compressed debug section.
321 * binutils-all/readelf.exp: Call readelf_compressed_wa_test.
322 (readelf_compressed_wa_test): New function.
323 * binutils-all/dw2-compressed.S: New file.
324 * binutils-all/objdump.W: New file.
325 * binutils-all/objdump.s: New file.
326 * binutils-all/readelf.wa: New file.
327
72d4c02f
KT
3282008-07-08 Kai Tietz <kai.tietz@onevision.com>
329
330 * binutils-all/objcopy.exp (copy_setup): Check if host-triplet
331 is target-triplet for execution tests.
332 (copy_executable): Likewise.
333 (strip_executable): Likewise.
334 (strip_executable_with_saving_a_symbol): Likewise.
335
11701589
JK
3362008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
337
338 * binutils-all/objcopy.exp: Call KEEP_DEBUG_SYMBOLS_AND_TEST_COPY.
339 (keep_debug_symbols_and_test_copy): New function.
340 (test5, test6): New variables.
341
a8da6403
NC
3422008-03-27 Cary Coutant <ccoutant@google.com>
343
344 * binutils-all/ar.exp: Add thin archive tests.
345
b67ce46f
JM
3462008-02-26 Joseph Myers <joseph@codesourcery.com>
347
348 * config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
349 empty for testing an installed toolchain.
350
2d312b6b 3512008-02-04 Bob Wilson <bob.wilson@acm.org>
a45fc993 352
2d312b6b 353 * binutils-all/objdump.exp (cpus_expected): Add xtensa.
a45fc993 354
08a80eb6
AM
3552007-10-26 Alan Modra <amodra@bigpond.net.au>
356
357 * binutils-all/windres/windres.exp: Don't xfail.
358
504b7d20
NC
3592007-10-16 Nick Clifton <nickc@redhat.com>
360
361 * binutils-all/readelf.ss: Accept COMMON in readelf's output.
362 * binutils-all/readelf.ss-64: Likewise.
363 * binutils-all/readelf.ss-mips: Likewise.
364 * binutils-all/readelf.ss-tmips: Likewise.
a45fc993 365
09c11c86
NC
3662007-08-30 Nick Clifton <nickc@redhat.com>
367
368 * binutils-all/dumptest.s: New test file.
369 * binutils-all/readelf.exp: Add test of readelf's -p switch.
370
7f6a71ff 3712007-08-28 Mark Shinwell <shinwell@codesourcery.com>
a45fc993 372 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
373
374 * binutils-all/ar.exp (long_filenames): Delete temporary files on
375 the host.
376 * binutils-all/arm/objdump.exp: Only check "which $OBJDUMP" if
377 host is local.
378 * binutils-all/objcopy.exp: Use ${srecfile} to get the name of the
379 srec file to be passed to binutils_run.
380 (objcopy_test_readelf): Use remote_exec.
381 * binutils-all/readelf.exp (readelf_find_size): Use remote_exec.
382 (readelf_test): Likewise.
383 (readelf_wi_test): Likewise.
384 * lib/utils-lib.exp (run_dump_test): Only check "which $binary" if
385 host is local. Use remote_exec. Use $tempfile not
386 tmpdir/bintest.o.
387
151fab34
AM
3882007-08-09 Alan Modra <amodra@bigpond.net.au>
389
390 * binutils-all/copy-2.d (not-target): Match *-*-*aout.
391 * binutils-all/copy-3.d (not-target): Likewise.
392 * binutils-all/objcopy.exp (objcopy_test): Remove extraneous
393 setup_xfail.
1e1c6a43
AM
394 * windres/windres.exp: Return unsupported rather than fail if
395 windows.h not found.
151fab34 396
32866df7
NC
3972007-07-05 Nick Clifton <nickc@redhat.com>
398
399 * lib/utils-lib.exp: Update copyright notice to refer to GPLv3.
400 * config/default.exp, binutils-all/ar.exp,
401 binutils-all/dlltool.exp, binutils-all/nm.exp,
402 binutils-all/objcopy.exp, binutils-all/arm/objdump.exp,
403 binutils-all/hppa/objdump.exp, binutils-all/m68k/objdump.exp,
404 binutils-all/vax/objdump.exp, binutils-all/windres/windres.exp,
405 binutils-all/windres/msupdate: Likewise.
406
4b3a42a7
L
4072007-06-23 H.J. Lu <hongjiu.lu@intel.com>
408
409 * binutils-all/strip-3.d: Also strip .xtensa.info section.
410
fc108f8f
NC
4112007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
412
413 * binutils-all/windres/version_cat.rc: New.
414 * binutils-all/windres/version_cat.rsd: New.
415
4a594fce
NC
4162007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
417
418 * binutils-all/windres/html.rc: New.
419 * binutils-all/windres/html.rsd: New.
420 * binutils-all/windres/html1.hm: New.
421 * binutils-all/windres/html2.hm: New.
422 * binutils-all/windres/messagetable.rc: New.
423 * binutils-all/windres/messagetable.rsd: New.
424 * binutils-all/windres/MSG00001.bin: New.
425 * binutils-all/windres/strtab2.rc: New.
426 * binutils-all/windres/strtab2.rsd: New.
427 * binutils-all/windres/version.rc: New.
428 * binutils-all/windres/version.rsd: New.
429 * binutils-all/windres/dialog.rsd: Fix expected results.
430
f891f2a9
JM
4312007-05-17 Joseph Myers <joseph@codesourcery.com>
432
433 * binutils-all/strip-3.d: Strip .pdr section.
434
b8b6abe0
AM
4352007-05-15 Alan Modra <amodra@bigpond.net.au>
436
437 * binutils-all/objcopy.exp: Only run needed-by-reloc test for ELF.
438
b4de6476
AM
4392007-05-11 Alan Modra <amodra@bigpond.net.au>
440
441 * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
442
e46ab513
MS
4432007-05-08 Mark Shinwell <shinwell@codesourcery.com>
444
445 * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
446 sections.
447
0d063f63
AM
4482007-05-02 Alan Modra <amodra@bigpond.net.au>
449
450 * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
451 (copy_executable): Return early if test2 is blank.
452 Return unsupported rather than unresolved if we can't run
453 executables. Do test1 if we can compile.
454
312aaa3c
NC
4552007-04-24 Nathan Froyd <froydnj@codesourcery.com>
456 Phil Edwards <phil@codesourcery.com>
457
458 * binutils-all/objcopy.exp: Add test for stripping a symbol
459 used in a relocation.
460 * binutils-all/needed-by-reloc.s: New file.
461
9e48b4c6
NC
4622007-04-20 Nathan Froyd <froydnj@codesourcery.com>
463 Phil Edwards <phil@codesourcery.com>
464 Thomas de Lellis <tdel@windriver.com>
465
466 * binutils-all/objcopy.exp: Add test for --reverse-bytes.
467
d3013035
RE
4682007-04-21 Richard Earnshaw <rearnsha@arm.com>
469
470 * binutils-all/readelf.exp (regexp_diff): Delete.
471
9401f88d
RE
4722007-04-20 Richard Earnshaw <rearnsha@arm.com>
473
474 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
475 Rename the second test.
476
1aa9ef63
L
4772007-04-12 H.J. Lu <hongjiu.lu@intel.com>
478
479 PR binutils/4348
480 * binutils-all/empty.s: New file.
481 * binutils-all/strip-3.d: Likewise.
482
483 * binutils-all/objcopy.exp: Run strip-3 for ELF target.
484
903b1f5b
NS
4852007-02-27 Nathan Sidwell <nathan@codesourcery.com>
486
487 * binutils-all/objcopy.exp: Skip for uclinux targets.
488
b279a55c
NC
4892007-02-14 Nick Clifton <nickc@redhat.com>
490
491 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
492 output failure message.
493
42037fe5
NC
4942007-01-08 Kai Tietz <kai.tietz@onevision.com>
495
496 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
497 * dlltool.exp: Dito
498 * lang.rc: Dito
499 * strtab1.rc: Dito
500 * windres.exp: Dito
501
99ad8390
NC
5022006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
503
504 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
505 * binutils-all/dlltool.exp: Likewise.
506 * binutils-all/objcopy.exp: Likewise.
507 * binutils-all/windres/windres.exp: Likewise.
508 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
509 * binutils-all/windres/strtab1.rc: Likewise.
510 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
511
748fc5e9
L
5122006-09-14 H.J. Lu <hongjiu.lu@intel.com>
513
7d3d6bd5 514 PR binutils/3181
748fc5e9
L
515 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
516 targets.
517
518 * binutils-all/strip-1.d: New file.
519 * binutils-all/strip-2.d: Likewise.
520
521 * lib/utils-lib.exp (run_dump_test): Support strip.
522
4be041b2 5232006-08-15 Thiemo Seufer <ths@mips.com>
a45fc993
AM
524 Nigel Stephens <nigel@mips.com>
525 David Ung <davidu@mips.com>
4be041b2
TS
526
527 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
528
a87866e6
RS
5292006-06-24 Richard Sandiford <richard@codesourcery.com>
530
531 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
532 of readelf.
533
d58c2e3a
RS
5342006-06-23 Richard Sandiford <richard@codesourcery.com>
535
536 * binutils-all/localize-hidden-1.s,
537 * binutils-all/localize-hidden-1.d,
538 * binutils-all/localize-hidden-2.s,
539 * binutils-all/localize-hidden-2.d: New tests.
540 * binutils-all/objcopy.exp: Run them.
541
c22aaad1
PB
5422006-06-06 Paul Brook <paul@codesourcery.com>
543
544 * binutils-all/arm/objdump.exp: New file.
545 * binutils-all/arm/thumb2-cond.s: New test.
546
5a135cf2
L
5472006-05-03 H.J. Lu <hongjiu.lu@intel.com>
548
549 * binutils-all/copy-3.d: Fix a typo.
550
81fc501a
L
5512006-05-03 H.J. Lu <hongjiu.lu@intel.com>
552
553 * binutils-all/copy-3.d: New.
554
555 * objcopy.exp: Run copy-3.
556
e44d194f
DK
5572006-05-02 Dave Korn <dave.korn@artimi.com>
558
559 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
560 * binutils-all/copy-1.d (name): Likewise.
561
7cc27f03
NC
5622006-05-02 Nick Clifton <nickc@redhat.com>
563
564 * binutils-all/copy-2.d: Change the name of the section whose
565 flags are changed to "foo" so that the test will work with PE
566 based targets. Skip this test for AOUT based targeted.
567 * binutils-all/copytest.s: New file.
568
85d7f0b9
L
5692006-05-01 H.J. Lu <hongjiu.lu@intel.com>
570
571 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
572
004314cc
BE
5732006-05-01 Ben Elliston <bje@au.ibm.com>
574
575 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
576
af3c5dea
L
5772006-04-26 H.J. Lu <hongjiu.lu@intel.com>
578
579 PR binutils/2593
580 * binutils-all/copy-1.d: New file.
581 * binutils-all/copy-1.s: Likewise.
582 * binutils-all/copy-2.d: Likewise.
583
584 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
585 run_dump_test "copy-2".
586
587 * lib/utils-lib.exp (run_dump_test): New.
588 (slurp_options): Likewise.
589 (regexp_diff): Likewise.
590 (file_contents): Likewise.
591 (verbose_eval): Likewise.
592
8648f88f
L
5932006-04-25 H.J. Lu <hongjiu.lu@intel.com>
594
595 PR binutils/2467
596 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
597 on archive.
598
da28e1e1
L
5992006-04-10 H.J. Lu <hongjiu.lu@intel.com>
600
601 * lib/utils-lib.exp (default_binutils_run): Check exit status.
602
49236396
BE
6032005-12-24 Ben Elliston <bje@gnu.org>
604
605 * config/default.exp: Do not load the unneeded util-defs.exp.
606
9ab80182
JB
6072005-11-15 Jan Beulich <jbeulich@novell.com>
608
609 * config/default.exp (link_or_copy): New. Use it for setting
610 up assembler and linker for the compiler to use.
611
6a0d0afd
L
6122005-10-20 H.J. Lu <hongjiu.lu@intel.com>
613
614 PR ld/251
615 * binutils-all/group.s: New file.
616
617 * binutils-all/objcopy.exp (objcopy_test_readelf): New
618 procedure.
619 Use it to test ELF group.
620
64bb95af
L
6212005-10-19 H.J. Lu <hongjiu.lu@intel.com>
622
6a0d0afd 623 PR ld/1487
64bb95af
L
624 * binutils-all/objcopy.exp (objcopy_test): New procedure.
625 Use it to test simple copy, ia64 link order and ELF unknown
626 section type.
627
628 * binutils-all/unknown.s: New file.
629
ad2fb2cd
L
6302005-10-19 H.J. Lu <hongjiu.lu@intel.com>
631
632 PR binutils/1321
633 * binutils-all/link-order.s: New.
634
635 * binutils-all/objcopy.exp: Check ia64 link order.
636
3d888abf
DS
6372005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
638
639 * binutils-all/windres/escapex-2.rc: New file.
640 * binutils-all/windres/escapex-2.rsd: Generate.
641
c0524131
NC
6422005-08-26 Christian Groessler <chris@groessler.org>
643
644 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
645
c17ae8a2
AM
6462005-08-18 Alan Modra <amodra@bigpond.net.au>
647
648 * binutils-all/objcopy.exp: Remove a29k support.
649 * binutils-all/objdump.exp: Likewise, alliant and convex too.
650
b43b5d5f
NC
6512005-05-07 Nick Clifton <nickc@redhat.com>
652
653 * Update the address and phone number of the FSF organization in
654 the GPL notices in the following files:
655 binutils-all/ar.exp, binutils-all/dlltool.exp,
656 binutils-all/nm.exp, binutils-all/objcopy.exp,
657 binutils-all/objdump.exp, binutils-all/readelf.exp,
658 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
659 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
660 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
661 config/default.exp, lib/utils-lib.exp
662
ae99769b
NC
6632005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
664
665 * binutils-all/vax/objdump.exp: Condense the two tests into one
666 and add a "-M entry:" for the second label.
667
ec72cfe5
NC
6682005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
669
670 * binutils-all/vax: New directory.
671 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
672 switch added to the VAX disassembler.
673 * binutils-all/vax/entrymask.s: New assembler source file.
674
55aba704
BE
6752005-03-08 Ben Elliston <bje@au.ibm.com>
676
a45fc993 677 * config/default.exp: Remove send_user call for stray output.
55aba704 678
c9bc3b3d
NC
6792005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
680
681 * binutils-all/testprog.c: Add prototype for printf() and make
682 type of "string" array be "char" in order to avoid compile time
683 warnings.
684
ca0548b6
AM
6852004-12-31 Alan Modra <amodra@bigpond.net.au>
686
687 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
688
45175cda
HPN
6892004-11-04 Hans-Peter Nilsson <hp@axis.com>
690
691 * binutils-all/objdump.exp (cpus_expected): Append cris.
692
e4c8d1e4
L
6932004-10-28 H.J. Lu <hongjiu.lu@intel.com>
694
695 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
696
0fd555c4
NC
6972004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
698
699 * binutils-all/alias.def: New file.
700 * binutils-all/dlltool.exp: Two new -p tests.
701 * config/default.exp (dlltool_gas_flag): New variable.
702 Copy gas and lds executables into tmpdir/gas directory rather than
703 making symlinks which might not be supported by the host OS.
704 Attempt to handle the case where the host OS does not use the .exe
705 extension but the target OS does.
706 * lib/utils-lib.exp (exe_ext): New procedure.
707
607dea97
NC
7082004-07-12 Nick Clifton <nickc@redhat.com>
709
710 * binutils-all/dlltool.exp: Check that the -p switch is not
711 rejected.
712
8577e690
AS
7132004-07-09 Andreas Schwab <schwab@suse.de>
714
715 * binutils-all/m68k/movem.s: New file.
716
717 * binutils-all/m68k/objdump.exp: New file.
718
d2093c13
NC
7192004-05-15 Nick Clifton <nickc@redhat.com>
720
721 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
722
8d263650
BE
7232004-05-12 Ben Elliston <bje@au.ibm.com>
724
725 * binutils-all/ar.exp: Remove stray semicolons.
726 * binutils-all/dlltool.exp: Likewise.
727 * binutils-all/objcopy.exp: Likewise.
728 * binutils-all/readelf.exp: Likewise.
729 * binutils-all/windres/windres.exp: Likewise.
730 * lib/utils-lib.exp: Likewise.
731
e9e2c3f6
RS
7322004-04-14 Richard Sandiford <rsandifo@redhat.com>
733
734 * binutils-all/readelf.ss-mips: Allow named section symbols.
735
adacfc81
JJ
7362004-03-30 Jakub Jelinek <jakub@redhat.com>
737
738 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
739
af865222
AS
7402004-02-27 Andreas Schwab <schwab@suse.de>
741
742 * binutils-all/ar.exp (argument_parsing): New test.
743
627fe3fb
NS
7442004-02-20 Nathan Sidwell <nathan@codesourcery.com>
745
746 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
876f4090 747 systems.
a46a5b58 748
c9e214e5
AM
749For older changes see ChangeLog-9303
750\f
751Local Variables:
752mode: change-log
753left-margin: 8
754fill-column: 74
755version-control: never
756End:
This page took 0.327442 seconds and 4 git commands to generate.