Add Intel MCU support to bfd
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
1 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
2
3 * binutils-all/objdump.exp (cpus_expected): Append iamcu.
4
5 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
6
7 * binutils-all/elfedit-5.d: New file.
8 * binutils-all/elfedit.exp: Run elfedit-5.
9
10 2015-04-30 Nick Clifton <nickc@redhat.com>
11
12 * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names.
13
14 2015-04-23 H.J. Lu <hongjiu.lu@intel.com>
15
16 PR binutils/18209
17 * binutils-all/compress.exp: Replace dw2-3.W with dw2-3gabi.W
18 on zlib-gabi output.
19 * binutils-all/dw2-1.W: Convert section names to .zdebug_*.
20 * binutils-all/dw2-3.W: Likewise.
21 * binutils-all/objdump.W: Likewise.
22 * binutils-all/dw2-3gabi.W: New file.
23
24 2015-04-20 H.J. Lu <hongjiu.lu@intel.com>
25
26 * binutils-all/i386/compressed-1b.d: Don't hardcode offset of
27 .shstrtab section.
28 * binutils-all/i386/compressed-1c.d: Likewise.
29 * binutils-all/readelf.s-64: Likewise.
30 * binutils-all/x86-64/compressed-1b.d: Likewise.
31 * binutils-all/x86-64/compressed-1c.d: Likewise.
32
33 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
34
35 * compress.exp: Add tests for
36 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
37 * binutils-all/dw2-3.rS: New file.
38 * binutils-all/dw2-3.rt: Likewise.
39 * binutils-all/libdw2-compressedgabi.out: Likewise.
40
41 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
42
43 * binutils-all/compress.exp: Remove is_zlib_supported check.
44 * binutils-all/objdump.exp: Likewise.
45 * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
46 * lib/utils-lib.exp (run_dump_test): Likewise.
47 * lib/binutils-common.exp (is_zlib_supported): Removed.
48
49 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
50
51 * binutils-all/compress.exp (compression_used): Remove "/dev/null"
52 from remote_exec.
53
54 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
55
56 * binutils-all/compress.exp (compression_used): New.
57 Xfail test if compression didn't make the section smaller.
58
59 2015-04-04 H.J. Lu <hongjiu.lu@intel.com>
60
61 * binutils-all/compress.exp (testfile): Remove suffix.
62 (compressedfile): Likewise.
63 (compressedfile2): Likewise.
64 (libfile): Likewise.
65 (testfile3): New.
66 (compressedfile3): Likewise.
67 Updated.
68 Add a dw2-3.S test.
69 (${libfile}.a): Add ${compressedfile3}.o.
70 * binutils-all/dw2-3.S: New file.
71 * binutils-all/dw2-3.W: Likewise.
72 * binutils-all/libdw2-compressed.out: Updated.
73 * binutils-all/libdw2.out: Likewise.
74
75 2015-04-03 H.J. Lu <hongjiu.lu@intel.com>
76
77 * lib/binutils-common.exp (is_zlib_supported): Always return 1.
78
79 2015-04-02 Nick Clifton <nickc@redhat.com>
80
81 * binutils-all/readelf.ss-64: Move possible location of the $d
82 mapping symbol.
83
84 2015-03-26 Renlin Li <renlin.li@arm.com>
85
86 * binutils-all/readelf.s-64: Support aarch64 case.
87 * binutils-all/readelf.ss-64: Likewise.
88
89 2015-03-11 Alan Modra <amodra@gmail.com>
90
91 * binutils-all/update-section.exp: Only run on ELF targets.
92
93 2015-03-03 Jiong Wang <jiong.wang@arm.com>
94
95 * binutils-all/arm/rvct_symbol.s: New testcase.
96 * binutils-all/arm/objdump.exp: Run it.
97
98 2015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * binutils-all/update-1.s: New file.
101 * binutils-all/update-2.s: New file.
102 * binutils-all/update-3.s: New file.
103 * binutils-all/update-4.s: New file.
104 * binutils-all/update-section.exp: New file.
105
106 2015-02-24 Nick Clifton <nickc@redhat.com>
107
108 * binutils-all/objcopy.exp: Skip the strip-10 test for the V850.
109
110 2015-01-01 Alan Modra <amodra@gmail.com>
111
112 Update year range in copyright notice of all files.
113
114 2014-12-26 Alan Modra <amodra@gmail.com>
115
116 * binutils-all/strip-11.d: New test.
117 * binutils-all/objcopy.exp: Run it.
118
119 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
120
121 * binutils-all/objcopy.exp: Skip strip-10 for Visium.
122
123 2014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
124
125 * binutils-all/objcopy.exp: Add mips*-img-elf* target triple.
126 * binutils-all/readelf.exp: Likewise
127
128 2014-09-06 Matthew Fortune <matthew.fortune@imgtec.com>
129
130 * binutils-all/readelf.ss-mips: Account for new sections.
131
132 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
133
134 * binutils-all/readelf.s: Account for .MIPS.abiflags and
135 .gnu.attributes.
136 * binutils-all/readelf.ss-tmips: Likewise.
137 * binutils-all/strip-3.d: Likewise.
138
139 2014-07-10 Will Newton <will.newton@linaro.org>
140
141 * binutils-all/objcopy.exp: Disable the strip-10 test on
142 non-EABI ARM configurations.
143
144 2014-06-03 Nick Clifton <nickc@redhat.com>
145
146 * binutils-all/ar.exp: Skip tests involving bfdtest1 and bfdtest2
147 if these executables are not present.
148
149 2014-04-30 Nick Clifton <nickc@redhat.com>
150
151 * binutils-all/debug_str.s: New test.
152 * binutils-all/debug_str.d: New test control file.
153 * binutils-all/compress.exp: Run debug_str test.
154
155 2014-04-22 Christian Svensson <blue@cmd.nu>
156
157 * binutils-all/objcopy.exp: Remove openrisc and or32 support. Add
158 support for or1k.
159 * binutils-all/objdump.exp: Likewise.
160 * binutils-all/dw2-decodedline-1.S: Likewise.
161
162 2014-03-26 Jiong Wang <jiong.wang@arm.com>
163
164 * binutils-all/aarch64/aarch64.exp: New test driver for AArch64.
165 * binutils-all/aarch64/unallocated-encoding.s: New testcase.
166 * binutils-all/aarch64/unallocated-encoding.d: Ditto.
167
168 2014-03-17 Nick Clifton <nickc@redhat.com>
169
170 * binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
171
172 2014-01-29 Nick Clifton <nickc@redhat.com>
173
174 PR binutils/16318
175 * binutils-all/strip-10.d: Revert previous delta.
176
177 2014-01-28 Nick Clifton <nickc@redhat.com>
178
179 PR binutils/16318
180 * binutils-all/strip-10.d: Allow "System V" in the osabi field.
181
182 2013-12-20 Nick Clifton <nickc@redhat.com>
183
184 PR binutils/16218
185 * binutils-all/dw2-1.W: Update expected objdump output.
186 * binutils-all/i386/compressed-1a.d: Likewise.
187 * binutils-all/objdump.W: Likewise.
188 * binutils-all/x86-64/compressed-1a.d: Likewise.
189
190 2013-12-19 H.J. Lu <hongjiu.lu@intel.com>
191
192 PR binutils/16317
193 * binutils-all/readelf.s: Updated.
194 * binutils-all/readelf.s-64: Likewise.
195
196 2013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
197 Wei-Cheng Wang <cole945@gmail.com>
198
199 * binutils-all/objdump.exp: Add NDS32 cpu.
200 * binutils-all/readelf.r: Skip extra reloc created by NDS32.
201
202 2013-12-12 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR binutils/16318
205 * binutils-all/strip-10.d: Check OS/ABI.
206
207 2013-12-07 Mike Frysinger <vapier@gentoo.org>
208
209 * binutils-all/windres/escapex-2.rc: Remove +x file mode.
210 * binutils-all/windres/version_small.rc: Likewise.
211 * binutils-all/windres/version_small.rsd: Likewise.
212
213 2013-12-03 Nick Clifton <nickc@redhat.com>
214
215 * binutils-all/windres/windres.exp: Run for x86_64-pc-cygwin.
216 Add test of "objump -p" output.
217
218 2013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
219
220 * binutils-all/objcopy.exp: Consider mips-mti-elf the same as
221 mips-sde-elf
222 * binutils-all/readelf.exp: Likewise
223
224 2013-11-21 Tristan Gingold <gingold@adacore.com>
225
226 * binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
227
228 2013-11-02 Alan Modra <amodra@gmail.com>
229
230 * binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
231
232 * binutils-all/dw2-1.S: Use .4byte rather than .int.
233 * binutils-all/dw2-2.S: Likewise.
234
235 2013-10-24 Nick Clifton <nickc@redhat.com>
236
237 * binutils-all/objdump.exp (cps_expected): Add MSP430 to list.
238
239 2013-09-27 H.J. Lu <hongjiu.lu@intel.com>
240
241 * binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses.
242
243 2013-09-12 Nick Clifton <nickc@redhat.com>
244
245 * binutils-all/x86-64/compressed-1a.d: Update expected output to
246 allow for 64-bit addresses.
247
248 2013-08-22 Nick Clifton <nickc@redhat.com>
249
250 * binutils-all/nm.exp: --size-sort test: Add more ELF-like
251 targets.
252 * binutils-all/nm-1.s: Use .byte instead of .long.
253 Provide a terminating symbol.
254
255 2013-08-21 Hans-Peter Nilsson <hp@bitrange.com>
256
257 * binutils-all/nm.exp: Revert last change. Instead use nm-elf-1.s
258 for mmix-knuth-mmixware.
259
260 2013-08-20 Hans-Peter Nilsson <hp@bitrange.com>
261
262 * binutils-all/nm.exp: Xfail test for nm --size-sort for
263 mmix-knuth-mmixware.
264
265 2013-08-19 Tristan Gingold <gingold@adacore.com>
266
267 * binutils-all/nm.exp: Add a test for nm --size-sort
268 * binutils-all/nm-elf-1.s: New file.
269 * binutils-all/nm-1.s: New file.
270
271 2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
272
273 * binutils-all/i386/compressed-1b.d: Updated for text/data/bss
274 section alignment change.
275 * binutils-all/i386/compressed-1c.d: Likewise.
276 * binutils-all/x86-64/compressed-1b.d: Likewise.
277 * binutils-all/x86-64/compressed-1c.d: Likewise.
278
279 2013-05-28 Cary Coutant <ccoutant@google.com>
280
281 * binutils-all/dw2-1.W: Adjust expected output.
282 * binutils-all/objdump.W: Likewise.
283 * binutils-all/i386/compressed-1a.d: Likewise.
284 * binutils-all/x86-64/compressed-1a.d: Likewise.
285
286 2013-05-02 Nick Clifton <nickc@redhat.com>
287
288 * readelf.exp: Expect -wi test to fail for the MSP430.
289
290 2013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
291
292 * lib/binutils-common.exp (is_elf_format): Also exclude
293 *-*-linux*ecoff*.
294
295 2013-02-26 Nick Clifton <nickc@redhat.com>
296
297 PR binutils/15191
298 * binutils-all/readelf.n: Updare expected output from readelf.
299
300 2013-02-14 Maciej W. Rozycki <macro@codesourcery.com>
301
302 * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment.
303 * binutils-all/mips/mixed-mips16.d: Update accordingly.
304
305 2013-02-13 Maciej W. Rozycki <macro@codesourcery.com>
306
307 * binutils-all/mips/mixed-micromips.d: New test.
308 * binutils-all/mips/mixed-mips16.d: New test.
309 * binutils-all/mips/mixed-micromips.s: New test source.
310 * binutils-all/mips/mixed-mips16.s: New test source.
311 * binutils-all/mips/mips.exp: New file.
312
313 2012-12-17 Nick Clifton <nickc@redhat.com>
314
315 * binutils-all/windres/README: Add copyright notice.
316
317 2012-11-27 Roland McGrath <mcgrathr@google.com>
318
319 * lib/binutils-common.exp (is_zlib_supported): New function.
320 * lib/utils-lib.exp (run_dump_test): If as options include
321 --compress-debug-sections and zlib is not available, report
322 the test as unsupported.
323 * binutils-all/compress.exp: Bail out if zlib is not available.
324 * binutils-all/objdump.exp (objdump compressed debug):
325 Mark unsupported if zlib is not available.
326 * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
327
328 2012-11-06 H.J. Lu <hongjiu.lu@intel.com>
329
330 PR binutils/14567
331 * binutils-all/ar.exp (bfdtest1): Removed.
332 (long_filenames): Take bfdtests.
333 (thin_archive): Likewise.
334 (thin_archive_with_nested): Likewise.
335 (bfdtests): New.
336 Pass $bfdtests to long_filenames, thin_archive and
337 thin_archive_with_nested.
338
339 2012-10-29 Alan Modra <amodra@gmail.com>
340
341 * binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
342 and rs6000.
343
344 2012-10-24 H.J. Lu <hongjiu.lu@intel.com>
345
346 * binutils-all/ar.exp (bfdtest1): Remove findfile.
347
348 2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
349
350 * binutils-all/dw2-1.W: Updated.
351
352 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
353
354 * binutils-all/compress.exp: Add an objdump test.
355 * binutils-all/dw2-1.W: New file.
356
357 2012-08-17 H.J. Lu <hongjiu.lu@intel.com>
358
359 * binutils-all/ar.exp (long_filenames): Remove extra verbose
360 before binutils_run.
361 (thin_archive): Likewise.
362 (thin_archive_with_nested): Likewise. Also run bfdtest1 on
363 $archive2.
364
365 2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
366
367 PR binutils/14481
368 * ar.exp (bfdtest1): New.
369 (long_filenames): Run bfdtest1.
370 (thin_archive): Likewise.
371 (thin_archive_with_nested): Likewise.
372
373 2012-08-13 Ian Bolton <ian.bolton@arm.com>
374 Laurent Desnogues <laurent.desnogues@arm.com>
375 Jim MacArthur <jim.macarthur@arm.com>
376 Marcus Shawcroft <marcus.shawcroft@arm.com>
377 Nigel Stephens <nigel.stephens@arm.com>
378 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
379 Richard Earnshaw <rearnsha@arm.com>
380 Sofiane Naci <sofiane.naci@arm.com>
381 Tejas Belagod <tejas.belagod@arm.com>
382 Yufeng Zhang <yufeng.zhang@arm.com>
383
384 * objdump.exp: Add AArch64.
385
386 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
387
388 PR binutils/14420
389 * binutils-all/i386/compressed-1a.d: Updated.
390 * binutils-all/objdump.W: Likewise.
391 * binutils-all/readelf.wa: Likewise.
392 * binutils-all/x86-64/compressed-1a.d: Likewise.
393
394 2012-07-28 Kai Tietz <ktietz@redhat.com>
395
396 * binutils-all/windres/version_small.rc: New test.
397 * binutils-all/windres/version_small.rsd: Likewise.
398
399 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
400
401 PR binutils/14319
402 * binutils-all/compress.exp: Test compress empty debug sections.
403
404 * binutils-all/dw2-empty.S: New file.
405
406 2012-06-07 Thomas Schwinge <thomas@codesourcery.com>
407
408 * binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
409
410 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
411
412 * binutils-all/hppa/objdump.exp: Expect addend as signed.
413
414 2012-05-17 Alan Modra <amodra@gmail.com>
415
416 * binutils-all/objdump.W: Update.
417 * binutils-all/readelf.wa: Update.
418 * binutils-all/i386/compressed-1a.d: Update.
419 * binutils-all/x86-64/compressed-1a.d: Update.
420
421 2012-05-16 Meador Inge <meadori@codesourcery.com>
422
423 * binutils-all/arm/objdump.exp:
424 STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer.
425
426 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
427
428 PR binutils/13947
429 * binutils-all/i386/compressed-1b.d: Remove empty REL section.
430 * binutils-all/i386/compressed-1c.d: Likewise.
431
432 * binutils-all/x86-64/compressed-1b.d: Remove empty RELA
433 section.
434 * binutils-all/x86-64/compressed-1c.d: Likewise.
435
436 2012-04-03 Roland McGrath <mcgrathr@google.com>
437
438 * lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
439 be ELF too.
440
441 * binutils-all/elfedit-4.d: Add "#as: --64" option.
442
443 * binutils-all/i386/i386.exp: Accept nacl targets too.
444 * binutils-all/x86-64/x86-64.exp: Likewise.
445
446 2012-03-13 Hans-Peter Nilsson <hp@axis.com>
447
448 PR binutils/3807
449 * binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
450 mips-targets.
451
452 2012-02-25 Walter Lee <walt@tilera.com>
453
454 * binutils-all/objdump.exp (cpus_expected): Add tilegx.
455
456 2012-02-14 Alan Modra <amodra@gmail.com>
457
458 * binutils-all/dlltool.exp: Add setup_xfail.
459
460 * binutils-all/dw2-decodedline.S: Always have whitespace before
461 directives.
462 * binutils-all/version.s: Likewise.
463 * binutils-all/objdump.exp (dw2-decodedline): Don't run for
464 hppa64*-*-hpux*, i370-*-*, i960-*-*.
465
466 2012-02-11 Kai Tietz <ktietz@redhat.com>
467
468 * binutils-all/version.def: New file.
469 * binutils-all/dlltool.exp: Add version-dll test.
470
471 2012-02-02 Nick Clifton <nickc@redhat.com>
472
473 * binutils-all/readelf.n: Add #pass to cope with targets that add
474 their own notes.
475
476 2012-02-01 Nick Clifton <nickc@redhat.com>
477
478 PR binutils/13482
479 * binutils-all/version.s: New test source file.
480 * binutils-all/readelf.n: New file: expected readelf output.
481 * binutils-all/readelf.exp: Add test of .note section contents.
482
483 For older changes see ChangeLog-0411
484 \f
485 Copyright (C) 2012-2015 Free Software Foundation, Inc.
486
487 Copying and distribution of this file, with or without modification,
488 are permitted in any medium without royalty provided the copyright
489 notice and this notice are preserved.
490
491 Local Variables:
492 mode: change-log
493 left-margin: 8
494 fill-column: 74
495 version-control: never
496 End:
This page took 0.061478 seconds and 4 git commands to generate.