Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
... / ...
CommitLineData
12018-05-18 John Darrington <john@darrington.wattle.id.au>
2
3 * readelf.c: Add support for s12z architecture.
4 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
5 targets.
6
72018-05-15 Tamar Christina <tamar.christina@arm.com>
8
9 PR binutils/21446
10 * doc/binutils.texi (-M): Document AArch64 options.
11
122018-05-15 Tamar Christina <tamar.christina@arm.com>
13
14 PR binutils/21446
15 * doc/binutils.texi (-M): Document AArch64 options.
16 * NEWS: Document notes and warnings.
17
182018-05-15 Alan Modra <amodra@gmail.com>
19
20 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
21 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
22 and *uclinux* into *linux*.
23 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
24 strip-13 test, exclude arm-vxworks and arm-windiss.
25
262018-05-10 John Darrington <john@darrington.wattle.id.au>
27
28 * readelf.c (get_machine_name): EM_S12Z - handle new case.
29
302018-05-09 Alan Modra <amodra@gmail.com>
31
32 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
33
342018-05-09 Sebastian Rasmussen <sebras@gmail.com>
35
36 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
37
382018-05-08 Alan Modra <amodra@gmail.com>
39
40 PR 23141
41 * objcopy.c (is_strip_section): Strip groups without a valid
42 signature symbol.
43
442018-05-07 Alan Modra <amodra@gmail.com>
45
46 PR 23142
47 * objcopy.c (group_signature): Don't accept groups that use a
48 symbol table other than the one we've read.
49
502018-04-30 Francois H. Theron <francois.theron@netronome.com>
51
52 * readelf.c: Very basic support for EM_NFP and its section types.
53 * testsuite/binutils-all/nfp: New directory.
54 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
55 tests.
56 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
57 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
58 * testsuite/binutils-all/nfp/test1.d: New file.
59 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
60 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
61 * NEWS: Mention the new support.
62
632018-04-27 Maciej W. Rozycki <macro@mips.com>
64
65 * testsuite/lib/binutils-common.exp (match_target): New procedure.
66 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
67 of `istarget' for matching with `target', `not-target', `skip'
68 and `not-skip' options.
69
702018-04-26 Nick Clifton <nickc@redhat.com>
71
72 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
73 32-bit absolute reloc for the HPPA target.
74 * testsuite/binutils-all/note-5.d: New test.
75 * testsuite/binutils-all/note-5.s: Source file for new test.
76 * testsuite/binutils-all/objcopy.exp: Run new test.
77
782018-04-25 Christophe Lyon <christophe.lyon@st.com>
79
80 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
81 * testsuite/binutils-all/elfedit-3.d: Likewise.
82 * testsuite/binutils-all/objcopy.exp: Likewise.
83 * testsuite/binutils-all/strip-3.d: Likewise.
84 * testsuite/lib/binutils-common.exp: Likewise.
85
862018-04-25 Christophe Lyon <christophe.lyon@st.com>
87 Mickaël Guêné <mickael.guene@st.com>
88
89 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
90 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
91
922018-04-25 Alan Modra <amodra@gmail.com>
93
94 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
95 arm-coff support.
96 * testsuite/binutils-all/objcopy.exp: Likewise.
97 * testsuite/lib/binutils-common.exp: Likewise.
98
992018-04-18 Nick Clifton <nickc@redhat.com>
100
101 PR 23062
102 * dwarf.c (read_and_display_attr_value): Replace assertions with
103 test and warning message.
104
1052018-04-18 Alan Modra <amodra@gmail.com>
106
107 * testsuite/lib/binutils-common.exp: Remove support for assorted
108 aout targets.
109
1102018-04-17 Nick Clifton <nickc@redhat.com>
111
112 PR 23063
113 * readelf.c (print_symbol): If the width is zero, return straight
114 away.
115
116 PR 23064
117 * dwarf.c (process_cu_tu_index): Test for a potential buffer
118 overrun before copying signature pointer.
119
1202018-04-17 Alan Modra <amodra@gmail.com>
121
122 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
123
1242018-04-16 Alan Modra <amodra@gmail.com>
125
126 * readelf.c (get_machine_name): Correct typo.
127
1282018-04-16 Alan Modra <amodra@gmail.com>
129
130 * configure.ac: Remove arm-epoc-pe support.
131 * dlltool.c: Likewise.
132 * configure: Regenerate.
133
1342018-04-16 Alan Modra <amodra@gmail.com>
135
136 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
137 sparc-coff support.
138
1392018-04-16 Alan Modra <amodra@gmail.com>
140
141 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
142 support.
143 * testsuite/binutils-all/copy-3.d: Likewise.
144 * testsuite/binutils-all/objcopy.exp: Likewise.
145 * testsuite/lib/binutils-common.exp: Likewise.
146
1472018-04-16 Alan Modra <amodra@gmail.com>
148
149 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
150
1512018-04-16 Alan Modra <amodra@gmail.com>
152
153 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
154
1552018-04-16 Alan Modra <amodra@gmail.com>
156
157 * testsuite/binutils-all/objdump.exp: Remove we32k support.
158
1592018-04-16 Alan Modra <amodra@gmail.com>
160
161 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
162 * testsuite/binutils-all/objdump.exp: Remove m88k support.
163
1642018-04-16 Alan Modra <amodra@gmail.com>
165
166 * readelf.c: Remove i370 support.
167 * testsuite/binutils-all/objdump.exp: Likewise.
168
1692018-04-16 Alan Modra <amodra@gmail.com>
170
171 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
172 * testsuite/lib/binutils-common.exp: Likewise.
173
1742018-04-16 Alan Modra <amodra@gmail.com>
175
176 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
177
1782018-04-16 Alan Modra <amodra@gmail.com>
179
180 * Makefile.am: Remove IEEE 695 support.
181 * budbg.h: Likewise.
182 * doc/binutils.texi: Likewise.
183 * makefile.vms: Likewise.
184 * objcopy.c: Likewise.
185 * objdump.c: Likewise.
186 * rddbg.c: Likewise.
187 * ieee.c: Delete.
188 * Makefile.in: Regenerate.
189 * po/POTFILES.in: Regenerate.
190
1912018-04-16 Alan Modra <amodra@gmail.com>
192
193 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
194 * testsuite/binutils-all/nm.exp: Likewise.
195
1962018-04-16 Alan Modra <amodra@gmail.com>
197
198 * .gitignore: Remove netware support.
199 * Makefile.am: Likewise.
200 * configure.ac: Likewise.
201 * doc/Makefile.am: Likewise.
202 * doc/binutils.texi: Likewise.
203 * testsuite/binutils-all/nm.exp: Likewise.
204 * nlmconv.c: Delete.
205 * nlmconv.h: Delete.
206 * nlmheader.y: Delete.
207 * Makefile.in: Regenerate.
208 * configure: Regenerate.
209 * doc/Makefile.in: Regenerate.
210 * po/POTFILES.in: Regenerate.
211
2122018-04-16 Alan Modra <amodra@gmail.com>
213
214 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
215
2162018-04-14 Alan Modra <amodra@gmail.com>
217
218 * readelf.c (get_machine_name): Revert 2018-04-11 change.
219
2202018-04-12 Nick Clifton <nickc@redhat.com>
221
222 PR 23050
223 * readelf.c (process_dynamic_section): Correct dynamic string
224 table size calculation.
225
2262018-04-11 Alan Modra <amodra@gmail.com>
227
228 * ieee.c: Remove i960 support.
229 * od-macho.c: Remove i860 support.
230 * readelf.c: Remove i860 and i960 support.
231 * testsuite/binutils-all/objcopy.exp: Likewise.
232 * testsuite/binutils-all/objdump.exp: Likewise.
233 * testsuite/lib/binutils-common.exp: Likewise.
234
2352018-04-11 Maciej W. Rozycki <macro@mips.com>
236
237 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
238 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
239
2402018-04-10 Alan Modra <amodra@gmail.com>
241
242 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
243 reloc=11 for pru and reloc=50 for nds32.
244 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
245
2462018-04-09 Maciej W. Rozycki <macro@mips.com>
247
248 * testsuite/binutils-all/strip-15.d: New test.
249 * testsuite/binutils-all/strip-15rel.s: New test source.
250 * testsuite/binutils-all/strip-15rela.s: New test source.
251 * testsuite/binutils-all/strip-15mips64.s: New test source.
252 * testsuite/binutils-all/objcopy.exp: Run the new test.
253
2542018-04-09 Maciej W. Rozycki <macro@mips.com>
255
256 * testsuite/binutils-all/strip-14.d: New test.
257 * testsuite/binutils-all/strip-14rel.s: New test source.
258 * testsuite/binutils-all/strip-14rela.s: New test source.
259 * testsuite/binutils-all/strip-14mips64.s: New test source.
260 * testsuite/binutils-all/objcopy.exp: Run the new test.
261
2622018-04-06 Tom Tromey <tom@tromey.com>
263
264 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
265 constants from DWARF 5.
266
2672018-04-05 H.J. Lu <hongjiu.lu@intel.com>
268
269 PR gas/22318
270 * configure: Regenerated.
271
2722018-04-05 Maciej W. Rozycki <macro@mips.com>
273
274 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
275 than `.dc.w' in second relocation.
276
2772018-04-05 Maciej W. Rozycki <macro@mips.com>
278
279 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
280 relocation type 0x8f' error message.
281
2822018-04-05 Maciej W. Rozycki <macro@mips.com>
283
284 * testsuite/binutils-all/strip-13.s: Rename to...
285 * testsuite/binutils-all/strip-13rela.s: ... this.
286 * testsuite/binutils-all/strip-13rel.s: New test source.
287 * testsuite/binutils-all/strip-13mips64.s: New test source.
288 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
289 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
290 `m68hc11-*' to `not-target' list.
291 * testsuite/binutils-all/objcopy.exp: Switch between sources for
292 `strip-13'.
293
2942018-04-05 Maciej W. Rozycki <macro@mips.com>
295
296 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
297 241 (0xf1) for the relocation number and RELA addend.
298 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
299 `not-target' list.
300
3012018-04-04 John David Anglin <danglin@gcc.gnu.org>
302
303 * MAINTAINERS: Update my e-mail address.
304
3052018-04-04 Nick Clifton <nickc@redhat.com>
306
307 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
308
3092018-03-23 Nick Clifton <nickc@redhat.com>
310
311 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
312 symbols.
313 (print_gnu_build_attribute_description): If no file start symbol
314 could be found, look for one two bytes into the file.
315 * testsuite/binutils-all/note-4-64.s: Set the address of the file
316 start symbol to two bytes into the file.
317 * testsuite/binutils-all/note-4-32.s: Likewise.
318
3192018-03-21 H.J. Lu <hongjiu.lu@intel.com>
320
321 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
322 DF_1_WEAKFILTER and DF_1_NOCOMMON.
323
3242018-03-20 Nick Clifton <nickc@redhat.com>
325
326 * po/es.po: Updated Spanish translation.
327 * po/ru.po: Updated Russian translation.
328
3292018-03-13 Nick Clifton <nickc@redhat.com>
330
331 PR 22957
332 * stabs.c (pop_binincl): Fail if the file index is off the end of
333 the stack.
334
3352018-03-13 Nick Clifton <nickc@redhat.com>
336
337 PR 22955
338 * stabs.c (parse_number): Add p_end parameter and use it to check
339 the validity of the pp parameter. Add checks to prevent walking
340 off the end of the string buffer.
341 (parse_stab_string): Likewise.
342 (parse_stab_type): Likewise.
343 (parse_stab_type_number): Likewise.
344 (parse_stab_range_type): Likewise.
345 (parse_stab_sun_builtin_type): Likewise.
346 (parse_stab_sun_floating_type): Likewise.
347 (parse_stab_enum_type): Likewise.
348 (parse_stab_struct_type): Likewise.
349 (parse_stab_baseclasses): Likewise.
350 (parse_stab_struct_fields): Likewise.
351 (parse_stab_cpp_abbrev): Likewise.
352 (parse_stab_one_struct_field): Likewise.
353 (parse_stab_members): Likewise.
354 (parse_stab_tilde_field): Likewise.
355 (parse_stab_array_type): Likewise.
356
357 * parse_stab: Compute the end of the string and then pass it on to
358 individual parser functions.
359
3602018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
361
362 PR binutils/22923
363 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
364 overflow.
365
3662018-03-07 Alan Modra <amodra@gmail.com>
367
368 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
369 * configure: Regenerate.
370
3712018-03-05 H.J. Lu <hongjiu.lu@intel.com>
372
373 PR binutils/22911
374 * objdump.c (is_significant_symbol_name): Return TRUE for all
375 .plt* sections.
376 (find_symbol_for_address): Replace linear search with binary
377 search on dynamic relocations.
378
3792018-03-01 Nick Clifton <nickc@redhat.com>
380
381 PR 22905
382 * dwarf.c (display_debug_ranges): Check that the offset loaded
383 from the range_entry structure is valid.
384
3852018-03-01 Alan Modra <amodra@gmail.com>
386
387 * configure.ac (ALL_LINGUAS): Add sr. Sort.
388 * configure: Regenerate.
389
3902018-02-27 Nick Clifton <nickc@redhat.com>
391
392 * po/pt.po: New Portuguese translation.
393 * configure.ac (ALL_LINGUAS): Add pt.
394 * configure: Regenerate.
395
3962018-02-27 Nick Clifton <nickc@redhat.com>
397
398 PR 22875
399 * objcopy.c (copy_object): Check the error status after marking
400 symbols used in relocations.
401 * testsuite/binutils-all/strip-13.s: New test source file.
402 * testsuite/binutils-all/strip-13.s: New test driver file.
403 * testsuite/binutils-all/objcopy.exp: Run the new test.
404
4052018-02-26 Alan Modra <amodra@gmail.com>
406
407 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
408 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
409
4102018-02-23 Alan Modra <amodra@gmail.com>
411
412 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
413 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
414
4152018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
416
417 * doc/binutils.texi (objcopy): Add missing closing square
418 parenthesis to listing of objcopy's command line options.
419
4202018-02-19 Matthias Klose <doko@debian.org>
421
422 * strings.c (long_options): Include-all-whitespace does not take
423 an extra agument.
424
4252018-02-13 Alan Modra <amodra@gmail.com>
426
427 PR 22836
428 * testsuite/binutils-all/group-7.s,
429 * testsuite/binutils-all/group-7a.d,
430 * testsuite/binutils-all/group-7b.d,
431 * testsuite/binutils-all/group-7c.d: New tests.
432 * testsuite/binutils-all/objcopy.exp: Run them.
433
4342018-02-08 Nick Clifton <nickc@redhat.com>
435
436 PR 22802
437 * dwarf.c (load_separate_debug_file): Return early if the user is
438 not interested in debug links.
439
4402018-02-06 Nick Clifton <nickc@redhat.com>
441
442 PR 22793
443 * readelf.c (find_section): Replace assertion with test and return
444 of NULL.
445 (find_section_by_address): Add test of section header table
446 existance.
447 (find_section_by_type): Likewise.
448 (find_section_in_set): Likewise.
449
4502018-02-05 Maciej W. Rozycki <macro@mips.com>
451
452 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
453 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
454 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
455 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
456
4572018-02-05 Maciej W. Rozycki <macro@mips.com>
458
459 * testsuite/config/default.exp (binutils_run): Document
460 `binutils_run_status'.
461 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
462 and set it.
463 (run_dump_test): Add `error', `error_output', `warning' and
464 `warning_output' options. Update documentation accordingly.
465
4662018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * dwarf.c (dwarf_regnames_riscv): New register name table.
469 (init_dwarf_regnames_riscv): New function.
470 (init_dwarf_regnames): Add call to initialise RiscV register
471 names.
472 * dwarf.h (init_dwarf_regnames_riscv): Declare.
473 * objdump.c (dump_dwarf): Add call to initialise RiscV register
474 names.
475
4762018-02-01 Alan Modra <amodra@gmail.com>
477
478 PR 22769
479 * objdump.c (load_specific_debug_section): Check for overflow
480 when adding one to section size for a string section terminator.
481
4822018-01-30 Nick Clifton <nickc@redhat.com>
483
484 PR 22734
485 * doc/binutils.texi (nm): Update description to point out that
486 zero-initialized values can also be shown as type B, b, S or s
487 since they can be stored in the BSS section.
488
4892018-01-30 Alan Modra <amodra@gmail.com>
490
491 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
492 "artificially large" end address.
493
4942018-01-28 Nick Clifton <nickc@redhat.com>
495
496 * README-how-to-make-a-release: Add note about checking gpg key
497 and the results of gnupload.
498
4992018-01-27 Nick Clifton <nickc@redhat.com>
500
501 * README-how-to-make-a-release: Add details on how to actually
502 make the release.
503
5042018-01-26 Nick Clifton <nickc@redhat.com>
505
506 * README-how-to-make-a-release: Add more details on updating
507 version numbers.
508
5092018-01-22 Maciej W. Rozycki <macro@mips.com>
510
511 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
512 option description.
513
5142018-01-22 Maciej W. Rozycki <macro@mips.com>
515
516 * MAINTAINERS: Update my company e-mail address.
517
5182018-01-22 Nick Clifton <nickc@redhat.com>
519
520 * po/sv.po: Updated Swedish translation.
521
5222018-01-18 Nick Clifton <nickc@redhat.com>
523
524 * po/bg.po: Updated Bulgarian translation.
525
5262018-01-16 Joel Brobecker <brobecker@adacore.com>
527
528 * README-how-to-make-a-release: Add reminder to update the
529 branch name in gdbadmin's crontab on sourceware.
530
5312018-01-16 Joel Brobecker <brobecker@adacore.com>
532
533 * README-how-to-make-a-release: Remove trailing spaces.
534
5352018-01-16 Nick Clifton <nickc@redhat.com>
536
537 * po/fr.po: Updated French translation.
538
5392018-01-15 Nick Clifton <nickc@redhat.com>
540
541 * po/uk.po: Updated Ukranian translation.
542
5432018-01-13 Nick Clifton <nickc@redhat.com>
544
545 * README-how-to-make-a-release: Update notes.
546 * po/binutils.pot: Regenerated.
547
5482018-01-13 Nick Clifton <nickc@redhat.com>
549
550 * configure: Regenerate.
551
5522018-01-13 Nick Clifton <nickc@redhat.com>
553
554 2.30 branch created.
555 * NEWS: Add marker for 2.30.
556
5572018-01-12 Nick Clifton <nickc@redhat.com>
558
559 * README-how-to-make-a-release: Add notes on how to make the
560 branch and prelease snapshot.
561 * BRANCHES: Add binutils-2_29-branch.
562
5632018-01-10 Nick Clifton <nickc@redhat.com>
564
565 * MAINTAINERS: Note that it is now the configure.ac file and not
566 the configure.in file that needs to be kept in sync with gcc.
567 Add a note about sending patches for libiberty to gcc.
568
5692018-01-03 Nick Clifton <nickc@redhat.com>
570
571 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
572 constants.
573
5742018-01-03 Nick Clifton <nickc@redhat.com>
575
576 * objcopy.c (objcopy_internal_note): New structure.
577 (gap_exists): New function.
578 (is_open_note): New function.
579 (is_func_note): New function.
580 (is_64bit): New function.
581 (merge_gnu_build_notes): Handle v3 notes. Do not merge
582 if there are relocations against the notes.
583 * readelf.c (get_note_type): Use short names for build attribute
584 notes.
585 (print_symbol_for_build_attribute): Rename to
586 get_symbol_for_build_attribute. Returns the found symbol rather
587 than printing it.
588 (print_gnu_build_attribute_description): Maintain address ranges
589 for function notes as well as global notes. Handle v3 notes.
590 (print_gnu_build_attribute_name): Use more space for printing the
591 name in wide mode.
592 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
593 Eliminate symbol references in order to remove the need for
594 relocations.
595 * testsuite/binutils-all/note-2-64.s: Likewise.
596 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
597 symbol.
598 * testsuite/binutils-all/note-3-64.s: Likewise.
599 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
600 output.
601 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
602 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
603 * testsuite/binutils-all/note-2-32.d: Likewise.
604 * testsuite/binutils-all/note-2-64.d: Likewise.
605 * testsuite/binutils-all/note-3-32.d: Likewise.
606 * testsuite/binutils-all/note-3-64.d: Likewise.
607 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
608 * testsuite/binutils-all/note-4-32.s: New test.
609 * testsuite/binutils-all/note-4-64.d: New test result file.
610 * testsuite/binutils-all/note-4-32.d: New test result file.
611
6122018-01-03 Alan Modra <amodra@gmail.com>
613
614 Update year range in copyright notice of all files.
615
616For older changes see ChangeLog-2017
617\f
618Copyright (C) 2018 Free Software Foundation, Inc.
619
620Copying and distribution of this file, with or without modification,
621are permitted in any medium without royalty provided the copyright
622notice and this notice are preserved.
623
624Local Variables:
625mode: change-log
626left-margin: 8
627fill-column: 74
628version-control: never
629End:
This page took 0.026205 seconds and 4 git commands to generate.