Properly convert objects between different ELF classes
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
88988473
L
12015-07-10 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/18656
4 * binutils-all/compress.exp (convert_test): New proc.
5 Run conversion tests between x86-64 and x32.
6
be049685
L
72015-07-10 H.J. Lu <hongjiu.lu@intel.com>
8
9 * binutils-all/dw2-3.W: Updated to accept .debug_* sections.
10
7e16ef34
EM
112015-05-20 Ed Maste <emaste@freebsd.org>
12
13 * lib/binutils-common.exp (is_elf_format): Include *-*-freebsd* except
14 i?86-*-freebsd\[12\].*.
15 * (is_aout_format): Update FreeBSD to i?86-*-freebsd\[12\].*.
16
35d7c431
NC
172015-05-18 Nick Clifton <nickc@redhat.com>
18
19 * binutils-all/dw2-3.S: Replace .int with .4byte.
20
0e602686
NC
212015-05-15 Nick Clifton <nickc@redhat.com>
22
23 * binutils-all/z.s: New test. Checks the --decompress option to
24 readelf.
25 * binutils-all/readelf.exp: Run the test.
26 * binutils-all/readelf.z: Expected output from readelf.
27
dab394de
L
282015-05-14 H.J. Lu <hongjiu.lu@intel.com>
29
30 * binutils-all/compress.exp: Replace "$OBJDUMP -s -j .debug_info"
31 with "$OBJDUMP -W".
32 * binutils-all/libdw2-compressedgabi.out: Updated.
33
d1c4b12b
NC
342015-05-15 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/18374
37 * binutils-all/pr18374.s: New test file.
38 * binutils-all/readelf.exp: Assemble and run the new test.
39 * binutils-all/readelf.pr18374: Expected output from readelf.
40
98624574
L
412015-05-12 H.J. Lu <hongjiu.lu@intel.com>
42
43 * binutils-all/elfedit-1.d: Also skip x86_64-*-nacl*.
44
e83c4174
L
452015-05-11 H.J. Lu <hongjiu.lu@intel.com>
46
47 * binutils-all/elfedit-1.d: Skip x86_64-*-gnux32.
48 * lib/utils-lib.exp (run_dump_test): Allow mixing target and
49 not-target directives.
50
bf64a951
L
512015-05-11 H.J. Lu <hongjiu.lu@intel.com>
52
53 * binutils-all/objdump.exp (cpus_expected): Append iamcu.
54
6c14750f
L
552015-05-11 H.J. Lu <hongjiu.lu@intel.com>
56
57 * binutils-all/elfedit-5.d: New file.
58 * binutils-all/elfedit.exp: Run elfedit-5.
59
153a2776
NC
602015-04-30 Nick Clifton <nickc@redhat.com>
61
62 * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names.
63
f6fe1ccd
L
642015-04-23 H.J. Lu <hongjiu.lu@intel.com>
65
66 PR binutils/18209
67 * binutils-all/compress.exp: Replace dw2-3.W with dw2-3gabi.W
68 on zlib-gabi output.
69 * binutils-all/dw2-1.W: Convert section names to .zdebug_*.
70 * binutils-all/dw2-3.W: Likewise.
71 * binutils-all/objdump.W: Likewise.
72 * binutils-all/dw2-3gabi.W: New file.
73
be59ad3d
L
742015-04-20 H.J. Lu <hongjiu.lu@intel.com>
75
76 * binutils-all/i386/compressed-1b.d: Don't hardcode offset of
77 .shstrtab section.
78 * binutils-all/i386/compressed-1c.d: Likewise.
79 * binutils-all/readelf.s-64: Likewise.
80 * binutils-all/x86-64/compressed-1b.d: Likewise.
81 * binutils-all/x86-64/compressed-1c.d: Likewise.
82
151411f8
L
832015-04-08 H.J. Lu <hongjiu.lu@intel.com>
84
85 * compress.exp: Add tests for
86 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
87 * binutils-all/dw2-3.rS: New file.
88 * binutils-all/dw2-3.rt: Likewise.
89 * binutils-all/libdw2-compressedgabi.out: Likewise.
90
dae148f3
L
912015-04-06 H.J. Lu <hongjiu.lu@intel.com>
92
93 * binutils-all/compress.exp: Remove is_zlib_supported check.
94 * binutils-all/objdump.exp: Likewise.
95 * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
96 * lib/utils-lib.exp (run_dump_test): Likewise.
97 * lib/binutils-common.exp (is_zlib_supported): Removed.
98
fd5136e5
L
992015-04-06 H.J. Lu <hongjiu.lu@intel.com>
100
101 * binutils-all/compress.exp (compression_used): Remove "/dev/null"
102 from remote_exec.
103
317974f6
L
1042015-04-05 H.J. Lu <hongjiu.lu@intel.com>
105
106 * binutils-all/compress.exp (compression_used): New.
107 Xfail test if compression didn't make the section smaller.
108
e268c0a6
L
1092015-04-04 H.J. Lu <hongjiu.lu@intel.com>
110
111 * binutils-all/compress.exp (testfile): Remove suffix.
112 (compressedfile): Likewise.
113 (compressedfile2): Likewise.
114 (libfile): Likewise.
115 (testfile3): New.
116 (compressedfile3): Likewise.
117 Updated.
118 Add a dw2-3.S test.
119 (${libfile}.a): Add ${compressedfile3}.o.
120 * binutils-all/dw2-3.S: New file.
121 * binutils-all/dw2-3.W: Likewise.
122 * binutils-all/libdw2-compressed.out: Updated.
123 * binutils-all/libdw2.out: Likewise.
124
cbf01792
L
1252015-04-03 H.J. Lu <hongjiu.lu@intel.com>
126
127 * lib/binutils-common.exp (is_zlib_supported): Always return 1.
128
42956094
NC
1292015-04-02 Nick Clifton <nickc@redhat.com>
130
131 * binutils-all/readelf.ss-64: Move possible location of the $d
132 mapping symbol.
133
72a9c03c
RL
1342015-03-26 Renlin Li <renlin.li@arm.com>
135
136 * binutils-all/readelf.s-64: Support aarch64 case.
137 * binutils-all/readelf.ss-64: Likewise.
138
50a0d119
AM
1392015-03-11 Alan Modra <amodra@gmail.com>
140
141 * binutils-all/update-section.exp: Only run on ELF targets.
142
d8282f0e
JW
1432015-03-03 Jiong Wang <jiong.wang@arm.com>
144
145 * binutils-all/arm/rvct_symbol.s: New testcase.
146 * binutils-all/arm/objdump.exp: Run it.
147
acf1419f
AB
1482015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * binutils-all/update-1.s: New file.
151 * binutils-all/update-2.s: New file.
152 * binutils-all/update-3.s: New file.
153 * binutils-all/update-4.s: New file.
154 * binutils-all/update-section.exp: New file.
155
685080f2
NC
1562015-02-24 Nick Clifton <nickc@redhat.com>
157
158 * binutils-all/objcopy.exp: Skip the strip-10 test for the V850.
159
b90efa5b
AM
1602015-01-01 Alan Modra <amodra@gmail.com>
161
162 Update year range in copyright notice of all files.
163
0abb10c8
AM
1642014-12-26 Alan Modra <amodra@gmail.com>
165
166 * binutils-all/strip-11.d: New test.
167 * binutils-all/objcopy.exp: Run it.
168
619ed720
EB
1692014-12-06 Eric Botcazou <ebotcazou@adacore.com>
170
171 * binutils-all/objcopy.exp: Skip strip-10 for Visium.
172
a9d58c06
AB
1732014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
174
175 * binutils-all/objcopy.exp: Add mips*-img-elf* target triple.
176 * binutils-all/readelf.exp: Likewise
177
b38b83dc
MF
1782014-09-06 Matthew Fortune <matthew.fortune@imgtec.com>
179
180 * binutils-all/readelf.ss-mips: Account for new sections.
181
351cdf24
MF
1822014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
183
184 * binutils-all/readelf.s: Account for .MIPS.abiflags and
185 .gnu.attributes.
186 * binutils-all/readelf.ss-tmips: Likewise.
187 * binutils-all/strip-3.d: Likewise.
188
15635cff
WN
1892014-07-10 Will Newton <will.newton@linaro.org>
190
191 * binutils-all/objcopy.exp: Disable the strip-10 test on
192 non-EABI ARM configurations.
193
9bc24099
NC
1942014-06-03 Nick Clifton <nickc@redhat.com>
195
196 * binutils-all/ar.exp: Skip tests involving bfdtest1 and bfdtest2
197 if these executables are not present.
198
a953eec9
NC
1992014-04-30 Nick Clifton <nickc@redhat.com>
200
201 * binutils-all/debug_str.s: New test.
202 * binutils-all/debug_str.d: New test control file.
203 * binutils-all/compress.exp: Run debug_str test.
204
73589c9d
CS
2052014-04-22 Christian Svensson <blue@cmd.nu>
206
207 * binutils-all/objcopy.exp: Remove openrisc and or32 support. Add
208 support for or1k.
209 * binutils-all/objdump.exp: Likewise.
210 * binutils-all/dw2-decodedline-1.S: Likewise.
211
76dfed02
YZ
2122014-03-26 Jiong Wang <jiong.wang@arm.com>
213
214 * binutils-all/aarch64/aarch64.exp: New test driver for AArch64.
215 * binutils-all/aarch64/unallocated-encoding.s: New testcase.
216 * binutils-all/aarch64/unallocated-encoding.d: Ditto.
217
a2a0d056
NC
2182014-03-17 Nick Clifton <nickc@redhat.com>
219
220 * binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
221
df3ce959
NC
2222014-01-29 Nick Clifton <nickc@redhat.com>
223
224 PR binutils/16318
225 * binutils-all/strip-10.d: Revert previous delta.
226
342df9df
NC
2272014-01-28 Nick Clifton <nickc@redhat.com>
228
229 PR binutils/16318
230 * binutils-all/strip-10.d: Allow "System V" in the osabi field.
231
2e9e81a8
NC
2322013-12-20 Nick Clifton <nickc@redhat.com>
233
234 PR binutils/16218
235 * binutils-all/dw2-1.W: Update expected objdump output.
236 * binutils-all/i386/compressed-1a.d: Likewise.
237 * binutils-all/objdump.W: Likewise.
238 * binutils-all/x86-64/compressed-1a.d: Likewise.
239
9ef5d938
L
2402013-12-19 H.J. Lu <hongjiu.lu@intel.com>
241
242 PR binutils/16317
243 * binutils-all/readelf.s: Updated.
244 * binutils-all/readelf.s-64: Likewise.
245
35c08157
KLC
2462013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
247 Wei-Cheng Wang <cole945@gmail.com>
248
249 * binutils-all/objdump.exp: Add NDS32 cpu.
250 * binutils-all/readelf.r: Skip extra reloc created by NDS32.
251
57b828ef
L
2522013-12-12 H.J. Lu <hongjiu.lu@intel.com>
253
254 PR binutils/16318
255 * binutils-all/strip-10.d: Check OS/ABI.
256
594d8fa8
MF
2572013-12-07 Mike Frysinger <vapier@gentoo.org>
258
259 * binutils-all/windres/escapex-2.rc: Remove +x file mode.
260 * binutils-all/windres/version_small.rc: Likewise.
261 * binutils-all/windres/version_small.rsd: Likewise.
262
11a6da56
NC
2632013-12-03 Nick Clifton <nickc@redhat.com>
264
265 * binutils-all/windres/windres.exp: Run for x86_64-pc-cygwin.
266 Add test of "objump -p" output.
267
d4a43794
RS
2682013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
269
270 * binutils-all/objcopy.exp: Consider mips-mti-elf the same as
271 mips-sde-elf
272 * binutils-all/readelf.exp: Likewise
273
265a5258
TG
2742013-11-21 Tristan Gingold <gingold@adacore.com>
275
276 * binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
277
5b0ad99a
AM
2782013-11-02 Alan Modra <amodra@gmail.com>
279
c7c3f80e
AM
280 * binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
281
5b0ad99a
AM
282 * binutils-all/dw2-1.S: Use .4byte rather than .int.
283 * binutils-all/dw2-2.S: Likewise.
284
9db0be60
NC
2852013-10-24 Nick Clifton <nickc@redhat.com>
286
287 * binutils-all/objdump.exp (cps_expected): Add MSP430 to list.
288
9c41109d
L
2892013-09-27 H.J. Lu <hongjiu.lu@intel.com>
290
291 * binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses.
292
bf5117e3
NC
2932013-09-12 Nick Clifton <nickc@redhat.com>
294
295 * binutils-all/x86-64/compressed-1a.d: Update expected output to
296 allow for 64-bit addresses.
297
3ce958b2
NC
2982013-08-22 Nick Clifton <nickc@redhat.com>
299
300 * binutils-all/nm.exp: --size-sort test: Add more ELF-like
301 targets.
302 * binutils-all/nm-1.s: Use .byte instead of .long.
303 Provide a terminating symbol.
304
4d9eb7f4
HPN
3052013-08-21 Hans-Peter Nilsson <hp@bitrange.com>
306
307 * binutils-all/nm.exp: Revert last change. Instead use nm-elf-1.s
308 for mmix-knuth-mmixware.
309
e8160f70
HPN
3102013-08-20 Hans-Peter Nilsson <hp@bitrange.com>
311
312 * binutils-all/nm.exp: Xfail test for nm --size-sort for
313 mmix-knuth-mmixware.
314
8b64b65e
TG
3152013-08-19 Tristan Gingold <gingold@adacore.com>
316
317 * binutils-all/nm.exp: Add a test for nm --size-sort
318 * binutils-all/nm-elf-1.s: New file.
319 * binutils-all/nm-1.s: New file.
320
f60cf82f
L
3212013-05-31 H.J. Lu <hongjiu.lu@intel.com>
322
323 * binutils-all/i386/compressed-1b.d: Updated for text/data/bss
324 section alignment change.
325 * binutils-all/i386/compressed-1c.d: Likewise.
326 * binutils-all/x86-64/compressed-1b.d: Likewise.
327 * binutils-all/x86-64/compressed-1c.d: Likewise.
328
fe59e83d
CC
3292013-05-28 Cary Coutant <ccoutant@google.com>
330
331 * binutils-all/dw2-1.W: Adjust expected output.
332 * binutils-all/objdump.W: Likewise.
333 * binutils-all/i386/compressed-1a.d: Likewise.
334 * binutils-all/x86-64/compressed-1a.d: Likewise.
335
13761a11
NC
3362013-05-02 Nick Clifton <nickc@redhat.com>
337
338 * readelf.exp: Expect -wi test to fail for the MSP430.
339
df26367c
MR
3402013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
341
342 * lib/binutils-common.exp (is_elf_format): Also exclude
343 *-*-linux*ecoff*.
344
9dd3a467
NC
3452013-02-26 Nick Clifton <nickc@redhat.com>
346
347 PR binutils/15191
348 * binutils-all/readelf.n: Updare expected output from readelf.
349
ed187aa4
MR
3502013-02-14 Maciej W. Rozycki <macro@codesourcery.com>
351
352 * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment.
353 * binutils-all/mips/mixed-mips16.d: Update accordingly.
354
ef068ef4 3552013-02-13 Maciej W. Rozycki <macro@codesourcery.com>
5417f71e
MR
356
357 * binutils-all/mips/mixed-micromips.d: New test.
358 * binutils-all/mips/mixed-mips16.d: New test.
359 * binutils-all/mips/mixed-micromips.s: New test source.
360 * binutils-all/mips/mixed-mips16.s: New test source.
361 * binutils-all/mips/mips.exp: New file.
362
5bf135a7
NC
3632012-12-17 Nick Clifton <nickc@redhat.com>
364
365 * binutils-all/windres/README: Add copyright notice.
366
65951855
RM
3672012-11-27 Roland McGrath <mcgrathr@google.com>
368
369 * lib/binutils-common.exp (is_zlib_supported): New function.
370 * lib/utils-lib.exp (run_dump_test): If as options include
371 --compress-debug-sections and zlib is not available, report
372 the test as unsupported.
373 * binutils-all/compress.exp: Bail out if zlib is not available.
374 * binutils-all/objdump.exp (objdump compressed debug):
375 Mark unsupported if zlib is not available.
376 * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
377
f7da43f3
L
3782012-11-06 H.J. Lu <hongjiu.lu@intel.com>
379
380 PR binutils/14567
381 * binutils-all/ar.exp (bfdtest1): Removed.
382 (long_filenames): Take bfdtests.
383 (thin_archive): Likewise.
384 (thin_archive_with_nested): Likewise.
385 (bfdtests): New.
386 Pass $bfdtests to long_filenames, thin_archive and
387 thin_archive_with_nested.
388
ce23608f
AM
3892012-10-29 Alan Modra <amodra@gmail.com>
390
391 * binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
392 and rs6000.
393
96a62921
L
3942012-10-24 H.J. Lu <hongjiu.lu@intel.com>
395
396 * binutils-all/ar.exp (bfdtest1): Remove findfile.
397
25401d76
L
3982012-10-21 H.J. Lu <hongjiu.lu@intel.com>
399
400 * binutils-all/dw2-1.W: Updated.
401
a9481b58
L
4022012-10-20 H.J. Lu <hongjiu.lu@intel.com>
403
404 * binutils-all/compress.exp: Add an objdump test.
405 * binutils-all/dw2-1.W: New file.
406
eb4dc530
L
4072012-08-17 H.J. Lu <hongjiu.lu@intel.com>
408
409 * binutils-all/ar.exp (long_filenames): Remove extra verbose
410 before binutils_run.
411 (thin_archive): Likewise.
412 (thin_archive_with_nested): Likewise. Also run bfdtest1 on
413 $archive2.
414
58f594cd
L
4152012-08-16 H.J. Lu <hongjiu.lu@intel.com>
416
417 PR binutils/14481
418 * ar.exp (bfdtest1): New.
419 (long_filenames): Run bfdtest1.
420 (thin_archive): Likewise.
421 (thin_archive_with_nested): Likewise.
422
a06ea964 4232012-08-13 Ian Bolton <ian.bolton@arm.com>
a9481b58
L
424 Laurent Desnogues <laurent.desnogues@arm.com>
425 Jim MacArthur <jim.macarthur@arm.com>
426 Marcus Shawcroft <marcus.shawcroft@arm.com>
427 Nigel Stephens <nigel.stephens@arm.com>
428 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
429 Richard Earnshaw <rearnsha@arm.com>
430 Sofiane Naci <sofiane.naci@arm.com>
431 Tejas Belagod <tejas.belagod@arm.com>
432 Yufeng Zhang <yufeng.zhang@arm.com>
a06ea964
NC
433
434 * objdump.exp: Add AArch64.
435
399c99f7
L
4362012-08-02 H.J. Lu <hongjiu.lu@intel.com>
437
438 PR binutils/14420
439 * binutils-all/i386/compressed-1a.d: Updated.
440 * binutils-all/objdump.W: Likewise.
441 * binutils-all/readelf.wa: Likewise.
442 * binutils-all/x86-64/compressed-1a.d: Likewise.
443
ee6f7708
KT
4442012-07-28 Kai Tietz <ktietz@redhat.com>
445
446 * binutils-all/windres/version_small.rc: New test.
447 * binutils-all/windres/version_small.rsd: Likewise.
448
5a5ed5b0
L
4492012-07-03 H.J. Lu <hongjiu.lu@intel.com>
450
451 PR binutils/14319
452 * binutils-all/compress.exp: Test compress empty debug sections.
453
454 * binutils-all/dw2-empty.S: New file.
455
fbb3cb69
TS
4562012-06-07 Thomas Schwinge <thomas@codesourcery.com>
457
458 * binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
459
046e56f7
L
4602012-05-17 H.J. Lu <hongjiu.lu@intel.com>
461
462 * binutils-all/hppa/objdump.exp: Expect addend as signed.
463
7282333f
AM
4642012-05-17 Alan Modra <amodra@gmail.com>
465
466 * binutils-all/objdump.W: Update.
467 * binutils-all/readelf.wa: Update.
468 * binutils-all/i386/compressed-1a.d: Update.
469 * binutils-all/x86-64/compressed-1a.d: Update.
470
101af531
NC
4712012-05-16 Meador Inge <meadori@codesourcery.com>
472
473 * binutils-all/arm/objdump.exp:
474 STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer.
475
c3989150
L
4762012-04-12 H.J. Lu <hongjiu.lu@intel.com>
477
478 PR binutils/13947
479 * binutils-all/i386/compressed-1b.d: Remove empty REL section.
480 * binutils-all/i386/compressed-1c.d: Likewise.
481
482 * binutils-all/x86-64/compressed-1b.d: Remove empty RELA
483 section.
484 * binutils-all/x86-64/compressed-1c.d: Likewise.
485
5a68afcf
RM
4862012-04-03 Roland McGrath <mcgrathr@google.com>
487
488 * lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
489 be ELF too.
490
491 * binutils-all/elfedit-4.d: Add "#as: --64" option.
492
493 * binutils-all/i386/i386.exp: Accept nacl targets too.
494 * binutils-all/x86-64/x86-64.exp: Likewise.
495
8560e02a
HPN
4962012-03-13 Hans-Peter Nilsson <hp@axis.com>
497
498 PR binutils/3807
499 * binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
500 mips-targets.
501
fb6cedde
WL
5022012-02-25 Walter Lee <walt@tilera.com>
503
504 * binutils-all/objdump.exp (cpus_expected): Add tilegx.
505
71ac97b2
AM
5062012-02-14 Alan Modra <amodra@gmail.com>
507
3140414b
AM
508 * binutils-all/dlltool.exp: Add setup_xfail.
509
71ac97b2
AM
510 * binutils-all/dw2-decodedline.S: Always have whitespace before
511 directives.
512 * binutils-all/version.s: Likewise.
513 * binutils-all/objdump.exp (dw2-decodedline): Don't run for
514 hppa64*-*-hpux*, i370-*-*, i960-*-*.
515
aa83d1ec
KT
5162012-02-11 Kai Tietz <ktietz@redhat.com>
517
518 * binutils-all/version.def: New file.
519 * binutils-all/dlltool.exp: Add version-dll test.
520
1c9e87ee
NC
5212012-02-02 Nick Clifton <nickc@redhat.com>
522
523 * binutils-all/readelf.n: Add #pass to cope with targets that add
524 their own notes.
525
8b971f9f
NC
5262012-02-01 Nick Clifton <nickc@redhat.com>
527
528 PR binutils/13482
529 * binutils-all/version.s: New test source file.
530 * binutils-all/readelf.n: New file: expected readelf output.
531 * binutils-all/readelf.exp: Add test of .note section contents.
e3cb57c3 532
23e1d329 533For older changes see ChangeLog-0411
c9e214e5 534\f
b90efa5b 535Copyright (C) 2012-2015 Free Software Foundation, Inc.
752937aa
NC
536
537Copying and distribution of this file, with or without modification,
538are permitted in any medium without royalty provided the copyright
539notice and this notice are preserved.
540
c9e214e5
AM
541Local Variables:
542mode: change-log
543left-margin: 8
544fill-column: 74
545version-control: never
546End:
This page took 0.486128 seconds and 4 git commands to generate.