Add --input-osabi and --output-osabi to elfedit.
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
d0514c49
L
12010-08-23 H.J. Lu <hongjiu.lu@intel.com>
2
3 * binutils-all/elfedit-3.d: New.
4
5 * binutils-all/elfedit.exp: Run elfedit-3.
6
3437afb1
AS
72010-07-19 Andreas Schwab <schwab@redhat.com>
8
9 * binutils-all/readelf.s: Ignore "Key to Flags" contents.
10 * binutils-all/readelf.s-64: Likewise.
11 * binutils-all/i386/compressed-1b.d: Likewise.
12 * binutils-all/i386/compressed-1c.d: Likewise.
13 * binutils-all/x86-64/compressed-1b.d: Likewise.
14 * binutils-all/x86-64/compressed-1c.d: Likewise.
15
dfc6c7b2
L
162010-07-14 H.J. Lu <hongjiu.lu@intel.com>
17
18 * binutils-all/i386/compressed-1a.d: Fix a typo.
19 * binutils-all/i386/compressed-1b.d: Likewise.
20 * binutils-all/i386/compressed-1c.d: Likewise.
21 * binutils-all/x86-64/compressed-1a.d: Likewise.
22 * binutils-all/x86-64/compressed-1b.d: Likewise.
23 * binutils-all/x86-64/compressed-1c.d: Likewise.
24
368886ac
L
252010-07-14 H.J. Lu <hongjiu.lu@intel.com>
26
27 * config/default.exp (binutils_assemble): Use
28 default_binutils_assemble_flags.
29 (binutils_assemble_flags): New.
30
31 * lib/utils-lib.exp (default_binutils_assemble): Renamed to ...
32 (default_binutils_assemble_flags): This. Add asflags and
33 pass it to target_assemble.
34 (run_dump_test): Support assembler flags.
35
36 * binutils-all/i386/compressed-1.s: New.
37 * binutils-all/i386/compressed-1a.d: Likewise.
38 * binutils-all/i386/compressed-1b.d: Likewise.
39 * binutils-all/i386/compressed-1c.d: Likewise.
40 * binutils-all/i386/i386.exp: Likewise.
41 * binutils-all/x86-64/compressed-1.s: Likewise.
42 * binutils-all/x86-64/compressed-1a.d: Likewise.
43 * binutils-all/x86-64/compressed-1b.d: Likewise.
44 * binutils-all/x86-64/compressed-1c.d: Likewise.
45 * binutils-all/x86-64/x86-64.exp: Likewise.
46
df1c40a7
L
472010-07-05 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR gas/10531
50 PR gas/11789
51 * binutils-all/objdump.W: Remove bogus line debug info.
52
18ae9cc1
L
532010-05-18 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR gas/11600
56 * binutils-all/objcopy.exp: Run exclude-1a and exclude-1b for
57 ELF targets.
58
59 * binutils-all/exclude-1.s: New.
60 * binutils-all/exclude-1a.d: Likewise.
61 * binutils-all/exclude-1b.d: Likewise.
62
062cbcd6
L
632010-04-30 H.J. Lu <hongjiu.lu@intel.com>
64
65 * binutils-all/dlltool.exp: Add a missing `"'.
66
1d2ca237
KT
672010-04-27 Kai Tietz <kai.tietz@onevision.com>
68
69 * binutils-all/dlltool.exp: Allow test for
70 arm-wince-pe target.
71
88f14853
KT
722010-03-30 Kai TIetz <kai.tietz@onevision.com>
73
74 * binutils-all/objcopy.exp: Mark simple copy executable
75 as failing for all *-*-mingw32* targets.
76
a45fc993
AM
772010-03-26 Matt Rice <ratmice@gmail.com>
78
79 * binutils-all/ar.exp (unique_symbol): New test.
80
b2fc24d4
AM
812010-02-18 Alan Modra <amodra@gmail.com>
82
83 * binutils-all/group-5.s, * binutils-all/group-5.d: New test.
84 * binutils-all/objcopy.exp: Run it.
85
0930eddd
NS
862010-02-01 Nathan Sidwell <nathan@codesourcery.com>
87
88 * binutils-all/note-1.d: New.
89 * binutils-all/objcopy.exp: Add it.
90
d7e5ec69
DK
912010-01-30 Dave Korn <dave.korn.cygwin@gmail.com>
92
93 * binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*.
94 * binutils-all/windres/lang.rc: Likewise.
95 * binutils-all/windres/messagetable.rc: Likewise.
96 * binutils-all/windres/strtab1.rc: Likewise.
97 * binutils-all/windres/strtab2.rc: Likewise.
98 * binutils-all/windres/version.rc: Likewise.
99 * binutils-all/windres/version_cat.rc: Likewise.
100
500ee42e
ILT
1012010-01-19 Ian Lance Taylor <iant@google.com>
102
103 * lib/utils-lib.exp (run_dump_test): Permit option values to use
104 $srcdir to refer to the source directory.
105 * binutils-all/add-section.d: New test.
106 * binutils-all/add-empty-section.d: New test.
107 * binutils-all/empty-file: New test input file.
108 * binutils-all/objcopy.exp: Run new tests.
109
dd35de74
L
1102010-01-08 H.J. Lu <hongjiu.lu@intel.com>
111
112 * binutils-all/elfedit-2.d: New.
113
114 * binutils-all/elfedit.exp: Run elfedit-2.
115
30fd33bb
L
1162010-01-06 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR binutils/11131
119 * binutils-all/elfedit-1.d: New.
120 * binutils-all/elfedit.exp: Likewise.
121
122 * config/default.exp (ELFEDIT): New. Set if it doesn't exist.
123 (ELFEDITFLAGS): Likewise.
124
125 * lib/utils-lib.exp (run_dump_test): Support elfedit.
126
0bd7136a
KT
1272009-10-28 Kai Tietz <kai.tietz@onevision.com>
128
129 * binutils-all/dlltool.exp: Add tests for --no-leading-underscore
130 and --leading-underscore option for dlltool.
131
bf201fdd
KT
1322009-10-23 Kai Tietz <kai.tietz@onevision.com>
133
134 * binutils-all/dlltool.exp: Add new test.
135 * binutils-all/alias-2.def: New file.
136
76748ada
AM
1372009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
138
139 * binutils-all/copy-2.d: Exclude more aout targets.
140 * binutils-all/copy-3.d: Likewise.
141
f9272224
AM
1422009-09-23 Alan Modra <amodra@bigpond.net.au>
143
144 * binutils-all/readelf.s: Tolerate some whitespace differences.
145 * binutils-all/readelf.s-64: Likewise.
146 * binutils-all/readelf.ss: Likewise.
147 * binutils-all/readelf.ss-64: Likewise.
148 * binutils-all/readelf.ss-mips: Likewise.
149 * binutils-all/readelf.ss-tmips: Likewise.
150 * binutils-all/strip-10.d: Likewise.
151
6e5e57c9
AM
1522009-09-08 Alan Modra <amodra@bigpond.net.au>
153
154 * binutils-all/objdump.exp (cpus_expected): Add ms1.
155
eb7cc021
JK
1562009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
157
158 * binutils-all/testranges.s (.debug_info): Pad the only CU.
159
1ecbdee0
JK
1602009-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * binutils-all/testranges.s: Replace all .long by .4byte.
163
4db61d31
DD
1642009-09-04 DJ Delorie <dj@redhat.com>
165
166 * binutils-all/objdump.exp: Add m16c and m32c to the list of
167 expected cpus.
168
10a9c4b4
JZ
1692009-09-02 Jie Zhang <jie.zhang@analog.com>
170
171 * binutils-all/bfin/unknown-mode.s: New test.
172 * binutils-all/bfin/objdump.exp: New test.
173
3f738203
NC
1742009-08-17 Nick Clifton <nickc@redhat.com>
175
176 * binutils-all/strip-10.d: Accept "<OS specific>: 10" for the type
177 of the UNIQUE symbol.
178
cf2a6cfa
DJ
1792009-08-07 Daniel Jacobowitz <dan@codesourcery.com>
180
181 * binutils-all/testranges.s: Use %progbits. Use ";#" for comments.
182
9961db38 1832009-08-06 H.J. Lu <hongjiu.lu@intel.com>
9c04f6ba
L
184
185 PR binutils/10492
186 * binutils-all/objcopy.exp: Run strip-10.
187
188 * binutils-all/strip-10.d: New.
189 * binutils-all/unique.s: Likewise.
190
cd000bff
DJ
1912009-07-31 Daniel Gutson <dgutson@codesourcery.com>
192 Daniel Jacobowitz <dan@codesourcery.com>
193
194 * binutils-all/arm/thumb2-cond.s: Use instructions instead of
195 .short.
196
93845115
AM
1972009-07-29 Alan Modra <amodra@bigpond.net.au>
198
199 * binutils-all/testranges.s: Replace .value with .short.
200
afeb3d7f
L
2012009-07-16 Dave Korn <dave.korn.cygwin@gmail.com>
202 H.J. Lu <hongjiu.lu@intel.com>
203
204 * binutils-all/objcopy.exp: Run testranges and testranges-ia64
205 for ELF targets only.
206
36f8f14a
L
2072009-07-16 H.J. Lu <hongjiu.lu@intel.com>
208
209 * binutils-all/objcopy.exp; Run testranges-ia64.
210
211 * binutils-all/testranges.d: Don't run for ia64.
212
213 * binutils-all/testranges-ia64.d: New.
214 * binutils-all/testranges-ia64.s: Likewise.
215
01a8f077
JK
2162009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 * binutils-all/objcopy.exp (testranges): New test.
219 * binutils-all/testranges.d, binutils-all/testranges.s: New files.
220
899396fe
CF
2212009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
222
223 * binutils-all/objcopy.exp: Move XFAIL from objcopy_test to
224 copy_executable.
225
33c70472
CF
2262009-06-25 Christopher Faylor <me+cygwin@cgf.cx>
227
228 * binutils-all/objcopy.exp: Always treat objcopy_test as XFAIL on
229 cygwin.
230
3f904b16
AM
2312009-04-16 Alan Modra <amodra@bigpond.net.au>
232
233 * binutils-all/localize-hidden-1.s: Use "==" instead of ".set".
234 * binutils-all/localize-hidden-2.s: Likewise.
235
0fcc17f8
DK
2362009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
237
238 * inutils-all/objcopy.exp (strip_executable): Delete remote dest
239 file before downloading.
240 (strip_executable_with_saving_a_symbol): Likewise.
241 (keep_debug_symbols_and_test_copy): Likewise.
242
c43a5298
JM
2432009-03-11 Joseph Myers <joseph@codesourcery.com>
244
245 * binutils-all/objdump.W, binutils-all/objdump.s: Don't match
246 literal "tmpdir/" in expected output.
247
36e4dce6
CD
2482009-03-11 Chris Demetriou <cgd@google.com>
249
250 * binutils-all/ar.exp (deterministic_archive): New test.
251
0691f7af
L
2522009-03-09 H.J. Lu <hongjiu.lu@intel.com>
253
254 PR binutils/9933
255 * binutils-all/copy-4.d: New.
256
257 * binutils-all/objcopy.exp: Run copy-4.
258
13e637c4
DA
2592009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
260
261 * config/hppa.sed: Fix spelling.
262
dfd1e198
DA
2632009-03-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
264
265 * binutils-all/localize-hidden-1.s: Change .equ to .set.
266 * binutils-all/localize-hidden-2.s: Likewise.
267
ec0c103c
NC
2682009-01-29 Nick Clifton <nickc@redhat.com>
269
270 * binutils-all/objdump.W: Do not assume that high and low PC
271 addresses will have been computed.
272
80c35038
NC
2732008-10-06 Tom Tromey <tromey@redhat.com>
274
275 * binutils-all/objdump.W: Update.
276
388853f7
L
2772008-10-03 H.J. Lu <hongjiu.lu@intel.com>
278
279 * binutils-all/group.s: Updated.
280 * binutils-all/group-2.s: Likewise.
281 * binutils-all/group-3.s: Likewise.
282 * binutils-all/group-4.s: Likewise.
283 * binutils-all/strip-7.d: Likewise.
284 * binutils-all/strip-9.d: Likewise.
285
e1e87d1e
L
2862008-10-01 H.J. Lu <hongjiu.lu@intel.com>
287
288 * binutils-all/group-4.s: New.
289 * binutils-all/strip-8.d: Likewise.
290 * binutils-all/strip-9.d: Likewise.
291
292 * binutils-all/objcopy.exp: Test objcopy on group-4.s. Run
293 strip-8 and strip-9.
294
f206e905
L
2952008-10-01 H.J. Lu <hongjiu.lu@intel.com>
296
297 * binutils-all/group-3.s: New.
298 * binutils-all/strip-6.d: Likewise.
299 * binutils-all/strip-7.d: Likewise.
300
301 * binutils-all/objcopy.exp: Test objcopy on group-3.s. Run
302 strip-6 and strip-7.
303
eb3980ce
L
3042008-10-01 H.J. Lu <hongjiu.lu@intel.com>
305
306 * binutils-all/group-2.s: New.
307 * binutils-all/strip-4.d: Likewise.
308 * binutils-all/strip-5.d: Likewise.
309
310 * binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
311 strip-4 and strip-5.
312
22bce68e
AM
3132008-07-26 Alan Modra <amodra@bigpond.net.au>
314
315 * binutils-all/objdump.exp: Run compressed debug test only for ELF.
316
5589e138
HPN
3172008-07-11 Hans-Peter Nilsson <hp@axis.com>
318
319 * binutils-all/objdump.W: Generalize to adjust for targets with
320 non-byte-size instructions.
321
1b315056
CS
3222008-07-09 Craig Silverstein <csilvers@google.com>
323
324 * binutils-all/objdump.exp: Add test for objdump -s on a file
325 with a compressed debug section. Add test for objdump -W on a
326 file that contains a compressed debug section.
327 * binutils-all/readelf.exp: Call readelf_compressed_wa_test.
328 (readelf_compressed_wa_test): New function.
329 * binutils-all/dw2-compressed.S: New file.
330 * binutils-all/objdump.W: New file.
331 * binutils-all/objdump.s: New file.
332 * binutils-all/readelf.wa: New file.
333
72d4c02f
KT
3342008-07-08 Kai Tietz <kai.tietz@onevision.com>
335
336 * binutils-all/objcopy.exp (copy_setup): Check if host-triplet
337 is target-triplet for execution tests.
338 (copy_executable): Likewise.
339 (strip_executable): Likewise.
340 (strip_executable_with_saving_a_symbol): Likewise.
341
11701589
JK
3422008-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * binutils-all/objcopy.exp: Call KEEP_DEBUG_SYMBOLS_AND_TEST_COPY.
345 (keep_debug_symbols_and_test_copy): New function.
346 (test5, test6): New variables.
347
a8da6403
NC
3482008-03-27 Cary Coutant <ccoutant@google.com>
349
350 * binutils-all/ar.exp: Add thin archive tests.
351
b67ce46f
JM
3522008-02-26 Joseph Myers <joseph@codesourcery.com>
353
354 * config/default.exp (gcc_gas_flag, dlltool_gas_flag): Define to
355 empty for testing an installed toolchain.
356
2d312b6b 3572008-02-04 Bob Wilson <bob.wilson@acm.org>
a45fc993 358
2d312b6b 359 * binutils-all/objdump.exp (cpus_expected): Add xtensa.
a45fc993 360
08a80eb6
AM
3612007-10-26 Alan Modra <amodra@bigpond.net.au>
362
363 * binutils-all/windres/windres.exp: Don't xfail.
364
504b7d20
NC
3652007-10-16 Nick Clifton <nickc@redhat.com>
366
367 * binutils-all/readelf.ss: Accept COMMON in readelf's output.
368 * binutils-all/readelf.ss-64: Likewise.
369 * binutils-all/readelf.ss-mips: Likewise.
370 * binutils-all/readelf.ss-tmips: Likewise.
a45fc993 371
09c11c86
NC
3722007-08-30 Nick Clifton <nickc@redhat.com>
373
374 * binutils-all/dumptest.s: New test file.
375 * binutils-all/readelf.exp: Add test of readelf's -p switch.
376
7f6a71ff 3772007-08-28 Mark Shinwell <shinwell@codesourcery.com>
a45fc993 378 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
379
380 * binutils-all/ar.exp (long_filenames): Delete temporary files on
381 the host.
382 * binutils-all/arm/objdump.exp: Only check "which $OBJDUMP" if
383 host is local.
384 * binutils-all/objcopy.exp: Use ${srecfile} to get the name of the
385 srec file to be passed to binutils_run.
386 (objcopy_test_readelf): Use remote_exec.
387 * binutils-all/readelf.exp (readelf_find_size): Use remote_exec.
388 (readelf_test): Likewise.
389 (readelf_wi_test): Likewise.
390 * lib/utils-lib.exp (run_dump_test): Only check "which $binary" if
391 host is local. Use remote_exec. Use $tempfile not
392 tmpdir/bintest.o.
393
151fab34
AM
3942007-08-09 Alan Modra <amodra@bigpond.net.au>
395
396 * binutils-all/copy-2.d (not-target): Match *-*-*aout.
397 * binutils-all/copy-3.d (not-target): Likewise.
398 * binutils-all/objcopy.exp (objcopy_test): Remove extraneous
399 setup_xfail.
1e1c6a43
AM
400 * windres/windres.exp: Return unsupported rather than fail if
401 windows.h not found.
151fab34 402
32866df7
NC
4032007-07-05 Nick Clifton <nickc@redhat.com>
404
405 * lib/utils-lib.exp: Update copyright notice to refer to GPLv3.
406 * config/default.exp, binutils-all/ar.exp,
407 binutils-all/dlltool.exp, binutils-all/nm.exp,
408 binutils-all/objcopy.exp, binutils-all/arm/objdump.exp,
409 binutils-all/hppa/objdump.exp, binutils-all/m68k/objdump.exp,
410 binutils-all/vax/objdump.exp, binutils-all/windres/windres.exp,
411 binutils-all/windres/msupdate: Likewise.
412
4b3a42a7
L
4132007-06-23 H.J. Lu <hongjiu.lu@intel.com>
414
415 * binutils-all/strip-3.d: Also strip .xtensa.info section.
416
fc108f8f
NC
4172007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
418
419 * binutils-all/windres/version_cat.rc: New.
420 * binutils-all/windres/version_cat.rsd: New.
421
4a594fce
NC
4222007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
423
424 * binutils-all/windres/html.rc: New.
425 * binutils-all/windres/html.rsd: New.
426 * binutils-all/windres/html1.hm: New.
427 * binutils-all/windres/html2.hm: New.
428 * binutils-all/windres/messagetable.rc: New.
429 * binutils-all/windres/messagetable.rsd: New.
430 * binutils-all/windres/MSG00001.bin: New.
431 * binutils-all/windres/strtab2.rc: New.
432 * binutils-all/windres/strtab2.rsd: New.
433 * binutils-all/windres/version.rc: New.
434 * binutils-all/windres/version.rsd: New.
435 * binutils-all/windres/dialog.rsd: Fix expected results.
436
f891f2a9
JM
4372007-05-17 Joseph Myers <joseph@codesourcery.com>
438
439 * binutils-all/strip-3.d: Strip .pdr section.
440
b8b6abe0
AM
4412007-05-15 Alan Modra <amodra@bigpond.net.au>
442
443 * binutils-all/objcopy.exp: Only run needed-by-reloc test for ELF.
444
b4de6476
AM
4452007-05-11 Alan Modra <amodra@bigpond.net.au>
446
447 * binutils-all/needed-by-reloc.s: Use .long rather than .4byte.
448
e46ab513
MS
4492007-05-08 Mark Shinwell <shinwell@codesourcery.com>
450
451 * binutils-all/strip-3.d: Strip .ARM.attributes and .reginfo
452 sections.
453
0d063f63
AM
4542007-05-02 Alan Modra <amodra@bigpond.net.au>
455
456 * binutils-all/objcopy.exp (copy_setup): Don't perror, use send_log.
457 (copy_executable): Return early if test2 is blank.
458 Return unsupported rather than unresolved if we can't run
459 executables. Do test1 if we can compile.
460
312aaa3c
NC
4612007-04-24 Nathan Froyd <froydnj@codesourcery.com>
462 Phil Edwards <phil@codesourcery.com>
463
464 * binutils-all/objcopy.exp: Add test for stripping a symbol
465 used in a relocation.
466 * binutils-all/needed-by-reloc.s: New file.
467
9e48b4c6
NC
4682007-04-20 Nathan Froyd <froydnj@codesourcery.com>
469 Phil Edwards <phil@codesourcery.com>
470 Thomas de Lellis <tdel@windriver.com>
471
472 * binutils-all/objcopy.exp: Add test for --reverse-bytes.
473
d3013035
RE
4742007-04-21 Richard Earnshaw <rearnsha@arm.com>
475
476 * binutils-all/readelf.exp (regexp_diff): Delete.
477
9401f88d
RE
4782007-04-20 Richard Earnshaw <rearnsha@arm.com>
479
480 * binutils-all/arm/thumb2-cond.s: Allow for tab expansion by the pty.
481 Rename the second test.
482
1aa9ef63
L
4832007-04-12 H.J. Lu <hongjiu.lu@intel.com>
484
485 PR binutils/4348
486 * binutils-all/empty.s: New file.
487 * binutils-all/strip-3.d: Likewise.
488
489 * binutils-all/objcopy.exp: Run strip-3 for ELF target.
490
903b1f5b
NS
4912007-02-27 Nathan Sidwell <nathan@codesourcery.com>
492
493 * binutils-all/objcopy.exp: Skip for uclinux targets.
494
b279a55c
NC
4952007-02-14 Nick Clifton <nickc@redhat.com>
496
497 * binutils-all/readelf.exp (readelf_wi_test): Fix unexpected
498 output failure message.
499
42037fe5
NC
5002007-01-08 Kai Tietz <kai.tietz@onevision.com>
501
502 * copy-3.d: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
503 * dlltool.exp: Dito
504 * lang.rc: Dito
505 * strtab1.rc: Dito
506 * windres.exp: Dito
507
99ad8390
NC
5082006-09-20 Kai Tietz <Kai.Tietz@onevision.com>
509
510 * binutils-all/copy-3.d: Add support for target x86_64-pc-mingw64.
511 * binutils-all/dlltool.exp: Likewise.
512 * binutils-all/objcopy.exp: Likewise.
513 * binutils-all/windres/windres.exp: Likewise.
514 * binutils-all/windres/lang.rc: xfail it as long as there is no windows.h.
515 * binutils-all/windres/strtab1.rc: Likewise.
516 * lib/utils-lib.exp: Adjust executable prefix detection (as .exe).
517
748fc5e9
L
5182006-09-14 H.J. Lu <hongjiu.lu@intel.com>
519
7d3d6bd5 520 PR binutils/3181
748fc5e9
L
521 * binutils-all/objcopy.exp: Run strip-1 and strip-2 for ELF
522 targets.
523
524 * binutils-all/strip-1.d: New file.
525 * binutils-all/strip-2.d: Likewise.
526
527 * lib/utils-lib.exp (run_dump_test): Support strip.
528
4be041b2 5292006-08-15 Thiemo Seufer <ths@mips.com>
a45fc993
AM
530 Nigel Stephens <nigel@mips.com>
531 David Ung <davidu@mips.com>
4be041b2
TS
532
533 * binutils-all/readelf.exp (readelf_test): Handle mips*-sde-elf*.
534
a87866e6
RS
5352006-06-24 Richard Sandiford <richard@codesourcery.com>
536
537 * binutils-all/localize-hidden-1.d: Use objdump --syms instead
538 of readelf.
539
d58c2e3a
RS
5402006-06-23 Richard Sandiford <richard@codesourcery.com>
541
542 * binutils-all/localize-hidden-1.s,
543 * binutils-all/localize-hidden-1.d,
544 * binutils-all/localize-hidden-2.s,
545 * binutils-all/localize-hidden-2.d: New tests.
546 * binutils-all/objcopy.exp: Run them.
547
c22aaad1
PB
5482006-06-06 Paul Brook <paul@codesourcery.com>
549
550 * binutils-all/arm/objdump.exp: New file.
551 * binutils-all/arm/thumb2-cond.s: New test.
552
5a135cf2
L
5532006-05-03 H.J. Lu <hongjiu.lu@intel.com>
554
555 * binutils-all/copy-3.d: Fix a typo.
556
81fc501a
L
5572006-05-03 H.J. Lu <hongjiu.lu@intel.com>
558
559 * binutils-all/copy-3.d: New.
560
561 * objcopy.exp: Run copy-3.
562
e44d194f
DK
5632006-05-02 Dave Korn <dave.korn@artimi.com>
564
565 * binutils-all/copy-1.d (name): Correct spelling of 'setting'.
566 * binutils-all/copy-1.d (name): Likewise.
567
7cc27f03
NC
5682006-05-02 Nick Clifton <nickc@redhat.com>
569
570 * binutils-all/copy-2.d: Change the name of the section whose
571 flags are changed to "foo" so that the test will work with PE
572 based targets. Skip this test for AOUT based targeted.
573 * binutils-all/copytest.s: New file.
574
85d7f0b9
L
5752006-05-01 H.J. Lu <hongjiu.lu@intel.com>
576
577 * binutils-all/objcopy.exp: Run "copy-1" for ELF only.
578
004314cc
BE
5792006-05-01 Ben Elliston <bje@au.ibm.com>
580
581 * binutils-all/objcopy.exp (objcopy_test_readelf): Remove stray ;
582
af3c5dea
L
5832006-04-26 H.J. Lu <hongjiu.lu@intel.com>
584
585 PR binutils/2593
586 * binutils-all/copy-1.d: New file.
587 * binutils-all/copy-1.s: Likewise.
588 * binutils-all/copy-2.d: Likewise.
589
590 * binutils-all/objcopy.exp: Add run_dump_test "copy-1" and
591 run_dump_test "copy-2".
592
593 * lib/utils-lib.exp (run_dump_test): New.
594 (slurp_options): Likewise.
595 (regexp_diff): Likewise.
596 (file_contents): Likewise.
597 (verbose_eval): Likewise.
598
8648f88f
L
5992006-04-25 H.J. Lu <hongjiu.lu@intel.com>
600
601 PR binutils/2467
602 * binutils-all/objcopy.exp (strip_test): Also test "strip -g"
603 on archive.
604
da28e1e1
L
6052006-04-10 H.J. Lu <hongjiu.lu@intel.com>
606
607 * lib/utils-lib.exp (default_binutils_run): Check exit status.
608
49236396
BE
6092005-12-24 Ben Elliston <bje@gnu.org>
610
611 * config/default.exp: Do not load the unneeded util-defs.exp.
612
9ab80182
JB
6132005-11-15 Jan Beulich <jbeulich@novell.com>
614
615 * config/default.exp (link_or_copy): New. Use it for setting
616 up assembler and linker for the compiler to use.
617
6a0d0afd
L
6182005-10-20 H.J. Lu <hongjiu.lu@intel.com>
619
620 PR ld/251
621 * binutils-all/group.s: New file.
622
623 * binutils-all/objcopy.exp (objcopy_test_readelf): New
624 procedure.
625 Use it to test ELF group.
626
64bb95af
L
6272005-10-19 H.J. Lu <hongjiu.lu@intel.com>
628
6a0d0afd 629 PR ld/1487
64bb95af
L
630 * binutils-all/objcopy.exp (objcopy_test): New procedure.
631 Use it to test simple copy, ia64 link order and ELF unknown
632 section type.
633
634 * binutils-all/unknown.s: New file.
635
ad2fb2cd
L
6362005-10-19 H.J. Lu <hongjiu.lu@intel.com>
637
638 PR binutils/1321
639 * binutils-all/link-order.s: New.
640
641 * binutils-all/objcopy.exp: Check ia64 link order.
642
3d888abf
DS
6432005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
644
645 * binutils-all/windres/escapex-2.rc: New file.
646 * binutils-all/windres/escapex-2.rsd: Generate.
647
c0524131
NC
6482005-08-26 Christian Groessler <chris@groessler.org>
649
650 * binutils-all/objcopy.exp: Don't setup_xfail "z8*-*".
651
c17ae8a2
AM
6522005-08-18 Alan Modra <amodra@bigpond.net.au>
653
654 * binutils-all/objcopy.exp: Remove a29k support.
655 * binutils-all/objdump.exp: Likewise, alliant and convex too.
656
b43b5d5f
NC
6572005-05-07 Nick Clifton <nickc@redhat.com>
658
659 * Update the address and phone number of the FSF organization in
660 the GPL notices in the following files:
661 binutils-all/ar.exp, binutils-all/dlltool.exp,
662 binutils-all/nm.exp, binutils-all/objcopy.exp,
663 binutils-all/objdump.exp, binutils-all/readelf.exp,
664 binutils-all/size.exp, binutils-all/hppa/objdump.exp,
665 binutils-all/m68k/objdump.exp, binutils-all/vax/objdump.exp,
666 binutils-all/windres/msupdate, binutils-all/windres/windres.exp,
667 config/default.exp, lib/utils-lib.exp
668
ae99769b
NC
6692005-04-04 Jan-Benedict Glaw <jbglaw@lug-owl.>
670
671 * binutils-all/vax/objdump.exp: Condense the two tests into one
672 and add a "-M entry:" for the second label.
673
ec72cfe5
NC
6742005-03-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
675
676 * binutils-all/vax: New directory.
677 * binutils-all/vax/objdump.exp: New script. Test the -Mentry:
678 switch added to the VAX disassembler.
679 * binutils-all/vax/entrymask.s: New assembler source file.
680
55aba704
BE
6812005-03-08 Ben Elliston <bje@au.ibm.com>
682
a45fc993 683 * config/default.exp: Remove send_user call for stray output.
55aba704 684
c9bc3b3d
NC
6852005-01-04 Martin Koegler <mkoegler@auto.tuwien.ac.at>
686
687 * binutils-all/testprog.c: Add prototype for printf() and make
688 type of "string" array be "char" in order to avoid compile time
689 warnings.
690
ca0548b6
AM
6912004-12-31 Alan Modra <amodra@bigpond.net.au>
692
693 * binutils-all/readelf.ss: Allow for both .rel and .rela sections.
694
45175cda
HPN
6952004-11-04 Hans-Peter Nilsson <hp@axis.com>
696
697 * binutils-all/objdump.exp (cpus_expected): Append cris.
698
e4c8d1e4
L
6992004-10-28 H.J. Lu <hongjiu.lu@intel.com>
700
701 * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
702
0fd555c4
NC
7032004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
704
705 * binutils-all/alias.def: New file.
706 * binutils-all/dlltool.exp: Two new -p tests.
707 * config/default.exp (dlltool_gas_flag): New variable.
708 Copy gas and lds executables into tmpdir/gas directory rather than
709 making symlinks which might not be supported by the host OS.
710 Attempt to handle the case where the host OS does not use the .exe
711 extension but the target OS does.
712 * lib/utils-lib.exp (exe_ext): New procedure.
713
607dea97
NC
7142004-07-12 Nick Clifton <nickc@redhat.com>
715
716 * binutils-all/dlltool.exp: Check that the -p switch is not
717 rejected.
718
8577e690
AS
7192004-07-09 Andreas Schwab <schwab@suse.de>
720
721 * binutils-all/m68k/movem.s: New file.
722
723 * binutils-all/m68k/objdump.exp: New file.
724
d2093c13
NC
7252004-05-15 Nick Clifton <nickc@redhat.com>
726
727 * binutils-all/readelf.ss: Allow for ARM mapping symbols.
728
8d263650
BE
7292004-05-12 Ben Elliston <bje@au.ibm.com>
730
731 * binutils-all/ar.exp: Remove stray semicolons.
732 * binutils-all/dlltool.exp: Likewise.
733 * binutils-all/objcopy.exp: Likewise.
734 * binutils-all/readelf.exp: Likewise.
735 * binutils-all/windres/windres.exp: Likewise.
736 * lib/utils-lib.exp: Likewise.
737
e9e2c3f6
RS
7382004-04-14 Richard Sandiford <rsandifo@redhat.com>
739
740 * binutils-all/readelf.ss-mips: Allow named section symbols.
741
adacfc81
JJ
7422004-03-30 Jakub Jelinek <jakub@redhat.com>
743
744 * binutils-all/objcopy.exp: Accept main as a data symbol as well.
745
af865222
AS
7462004-02-27 Andreas Schwab <schwab@suse.de>
747
748 * binutils-all/ar.exp (argument_parsing): New test.
749
627fe3fb
NS
7502004-02-20 Nathan Sidwell <nathan@codesourcery.com>
751
752 * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
876f4090 753 systems.
a46a5b58 754
c9e214e5
AM
755For older changes see ChangeLog-9303
756\f
757Local Variables:
758mode: change-log
759left-margin: 8
760fill-column: 74
761version-control: never
762End:
This page took 0.314075 seconds and 4 git commands to generate.