1 2019-08-16 Alan Modra <amodra@gmail.com>
5 * readelf.c (get_symbol_version_string): Set sym_info earlier.
7 2019-08-15 Nick Clifton <nickc@redhat.com>
10 * doc/binutils.texi (nm): Document the 'n' symbol type.
12 2019-08-15 Christophe Vidal <support@krizalys.com>
14 * docs/binutils.texi: Fixed notice message disassembler options
15 section of the man page.
17 2019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
19 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
20 (get_mips_section_type_name): Return MI{S_XHASH name string.
21 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
23 (process_symbol_table): Initialize the .MIPS.xhash section
24 pointer. Adjust the readelf output to support the new section.
25 (process_object): Set the .MIPS.xhash dynamic info to zero.
27 2019-08-09 Tamar Christina <tamar.christina@arm.com>
29 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
30 * testsuite/binutils-all/arm/in-order.d: Likewise.
31 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
32 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
34 2019-08-08 Nick Clifton <nickc@redhat.com>
37 * readelf.c (process_notes_at): Left justify the "Data size"
39 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
40 * testsuite/binutils-all/i386/ibt.d: Likewise.
41 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
42 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
43 * testsuite/binutils-all/i386/shstk.d: Likewise.
44 * testsuite/binutils-all/note-2-32.d: Likewise.
45 * testsuite/binutils-all/note-2-64.d: Likewise.
46 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
47 * testsuite/binutils-all/x86-64/empty.d: Likewise.
48 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
49 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
50 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
51 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
52 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
53 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
54 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
55 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
56 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
57 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
58 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
59 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
60 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
61 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
63 2019-08-08 Nick Clifton <nickc@redhat.com>
65 * testsuite/gentestdlls.c (main): Move declaration of loop
66 variable outside of the for() statement.
68 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
70 * readelf.c (process_note): Mask unknown description data bytes.
72 2019-08-08 Alan Modra <amodra@gmail.com>
74 * readelf.c (get_data): Improve overflow checks.
76 2019-08-07 Nick Clifton <nickc@redhat.com>
79 * doc/binutils.texi: Ensure consistent formating of title strings
80 for man pages. Extend the title of the size man page to be more
83 2019-08-07 Omair Majid <omajid@redhat.com>
85 * testsuite/binutils-all/objdump.exp
86 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
87 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
88 introduced machine types.
89 * testsuite/gentestdlls.c (write_simple_dll): New function.
90 (main): Generate simple and Linux-specific variants of pei-i386
91 and pei-x86-64 files so both can be used by tests.
93 2019-08-07 Alan Modra <amodra@gmail.com>
96 * readelf.c (dump_ia64_unwind): Check that buffer is large
97 enough for "stamp" before reading.
99 2019-08-05 Nick Clifton <nickc@redhat.com>
102 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
103 note being a version note.
104 Remove spurious debugging fprintf.
106 2019-08-05 Nick Clifton <nickc@redhat.com>
109 * readelf.c (apply_relocations): Catch potential integer overflow
110 whilst checking reloc location against section size.
112 2019-08-02 Alan Modra <amodra@gmail.com>
115 * readelf.c (ABSADDR): Delete.
116 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
118 2019-07-29 Martin Liska <mliska@suse.cz>
121 * nm.c (filter_symbols): Set report_plugin_err if
123 (display_rel_file): Report error for a missing LTO plugin.
125 2019-07-26 Alan Modra <amodra@gmail.com>
128 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
129 systems by casting ncols and nslots expressions to size_t. Display
130 number of columns and slots before giving up due to buffer overflow.
131 Use %u to display unsigned ints. Perform more pointer wrap tests.
133 2019-07-25 Tom Tromey <tromey@adacore.com>
136 * dwarf.c (display_debug_names): Display the contents of the
137 augmentation string, if it is printable.
139 2019-07-25 Nick Clifton <nickc@redhat.com>
142 * readelf.c (process_mips_specific): Check for buffer overflow
143 before reading reginfo information.
145 2019-07-24 Nick Clifton <nickc@redhat.com>
148 * ar.c (decode_options): Restart option scanning if no operation
149 is detected and argument remain to be scanned.
151 2019-07-23 Nick Clifton <nickc@redhat.com>
154 * objdump.c (is_relocateable): Delete.
155 (load_specific_debug_section): Test the abfd for relocations
156 directly, rather than relying upon is_relocateable.
157 (dump_dwarf): Delete initlialization of is_relocateable.
159 2019-07-23 Alan Modra <amodra@gmail.com>
161 * readelf.c (get_parisc_segment_type): Split off hpux entries..
162 (get_ia64_segment_type): ..and these..
163 (get_hpux_segment_type): ..to here.
164 (get_segment_type): Condition GNU_MBIND on osabi. Use
165 get_hpux_segment_type.
166 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
167 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
169 2019-07-23 Alan Modra <amodra@gmail.com>
171 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
172 file used to set this variable.
174 2019-07-23 Omar Majid <omajid@redhat.com>
176 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
177 (GENTESTDLLSPROG): Define.
178 (TEST_PROGS): Add GENTESTDLLSPROG.
179 * Makefile.in: Regenerate.
180 * testsuite/binutils-all/objdump.exp
181 (test_objdump_dotnet_assemblies): New proc.
183 * testsuite/gentestdlls.c: New source file.
185 2019-06-28 Nick Clifton <nickc@redhat.com>
188 * objdump.c (slurp_symtab): Fail with a helpful error message if
189 the symbol table is too large. Skip this check for MMO format
192 2019-06-26 Nick Clifton <nickc@redhat.com>
195 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
196 indicate this in the output.
197 (bfd_nonfatal_message): Likewise.
199 2019-06-25 Jan Beulich <jbeulich@suse.com>
201 * readelf.c (dump_ctf_indent_lines): Rename local variable
202 "spaces" to "blanks".
204 2019-06-25 Jan Beulich <jbeulich@suse.com>
206 * objdump.c (dump_ctf_indent_lines): Rename local variable
207 "spaces" to "blanks".
209 2019-06-14 Alan Modra <amodra@gmail.com>
211 * Makefile.in: Regenerate.
212 * aclocal.m4: Regenerate.
213 * doc/Makefile.in: Regenerate.
215 2019-06-12 Christos Zoulas <christos@zoulas.com>
218 * readelf.c (process_netbsd_elf_note): Add support for
220 (process_note): Add support for PaX notes.
222 2019-06-12 Christos Zoulas <christos@zoulas.com>
225 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
228 2019-06-12 Christos Zoulas <christos@zoulas.com>
231 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
234 2019-06-11 Christos Zoulas <christos@zoulas.com>
237 * readelf.c (get_alpha_symbol_other): New function.
238 (get_symbol_other): Use for Alpha symbols.
239 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
241 2019-06-11 Christos Zoulas <christos@zoulas.com>
244 * readelf.c (decode_arm_unwind): Ensure that the local variable
245 'addr' is always initialised.
247 2019-06-10 Christos Zoulas <christos@zoulas.com>
250 * strings.c (print_strings): Use %u to print unsigned values in
253 2019-06-10 Christos Zoulas <christos@zoulas.com>
256 * arsup.c (ar_open): Use asprintf in place of xmalloc and
259 2019-06-03 Nick Clifton <nickc@redhat.com>
262 2019-05-29 Nick Clifton <nickc@redhat.com>
264 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
266 (HAVE_LIBCTF): Define if libctf support is available.
267 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
268 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
270 * readelf.c: Likewise.
271 * configure: Regenerate.
272 * Makefile.in: Regenerate.
273 * config.in: Regenerate.
275 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
277 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
279 * readelf.c (shdr_to_ctf_sect): Likewise.
281 2019-05-30 Nick Clifton <nickc@redhat.com>
284 * readelf.c (process_version_sections): Add 0x prefix to address
285 display. Correct indentation.
287 2019-05-30 Alan Modra <amodra@gmail.com>
289 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
290 s12z to targets not supporting this feature.
292 2019-05-30 Alan Modra <amodra@gmail.com>
294 * testsuite/lib/binutils-common.exp (run_dump_test): Support
295 tcl procedures for xfail args.
297 2019-05-29 Nick Clifton <nickc@redhat.com>
299 * README-how-to-make-a-release: Add libctf to list of directories
300 that need updates in their ChangeLogs.
302 2019-05-29 Nick Clifton <nickc@redhat.com>
304 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
306 (HAVE_LIBCTF): Define if libctf support is available.
307 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
308 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
310 * readelf.c: Likewise.
311 * configure: Regenerate.
312 * Makefile.in: Regenerate.
313 * config.in: Regenerate.
315 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
317 * MAINTAINERS: Add myself as CTF maintainer.
319 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
321 * objdump.c (ctf-api.h): New include.
322 (dump_ctf_section_info): New variable.
323 (dump_ctf_section_name): Likewise.
324 (usage): Describe new options.
325 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
326 (main): Use them to add --ctf and --ctf-parent.
327 (read_section_stabs): Add new parameter, entsize_ptr.
328 (find_stabs_section): Adjust accordingly.
330 (dump_ctf_indent_lines): New.
331 (dump_ctf_archive_member): New.
333 (dump_bfd): Call it. Free resources afterwards.
334 * readelf.c (ctf-api.h): New include.
336 (static bfd_boolean do_ctf): Likewise.
337 (dump_ctf_parent_name): Likewise.
338 (dump_ctf_symtab_name): Likewise.
339 (dump_ctf_strtab_name): Likewise.
340 (OPTION_CTF_DUMP): Likewise.
341 (OPTION_CTF_PARENT): Likewise.
342 (OPTION_CTF_SYMBOLS): Likewise.
343 (OPTION_CTF_STRINGS): Likewise.
346 (parse_args): Handle the new options, requesting CTF_DUMP.
347 (process_section_contents): Handle CTF_DUMP.
348 (shdr_to_ctf_sect): New.
349 (dump_ctf_indent_lines): New.
350 (dump_section_as_ctf): New.
351 (main): Free resources.
352 * Makefile.am (LIBCTF): New variable.
353 (objdump_DEPENDENCIES): Use it.
354 (readelf_DEPENDENCIES): Likewise.
355 (objdump_LDADD): Likewise.
356 (readelf_LDADD): Likewise.
357 * aclocal.m4: Regenerated.
358 * Makefile.in: Likewise.
360 * doc/binutils.texi (objdump): Document the new options.
362 * doc/ctf.options.texi: New.
363 * doc/Makefile.in: Regenerated.
364 * NEWS: Mention the new feature.
366 2019-05-27 Alan Modra <amodra@gmail.com>
368 * readelf.c (process_section_groups): Continue processing groups
369 when sh_entsize exceeds group size.
371 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
373 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
374 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
375 (get_symbol_other): Call get_aarch64_symbol_other.
377 2019-05-24 Alan Modra <amodra@gmail.com>
379 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
381 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
383 * MAINTAINERS: Add myself as the maintainer for BPF.
385 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
387 * readelf.c: Include elf/bpf.h.
388 (guess_is_rela): Hanle EM_BPF.
389 (dump_relocations): Likewise.
390 (is_32bit_abs_reloc): Likewise.
391 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
394 2019-05-21 Tamar Christina <tamar.christina@arm.com>
396 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
397 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
398 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
400 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
403 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
404 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
406 2019-05-20 Nick Clifton <nickc@redhat.com>
408 * po/ca.po: Updated Catalan translation.
410 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
412 * NEWS: Mention Armv8.1-M Mainline and MVE.
414 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
416 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
417 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
419 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
422 * objcopy.c: Add new option --verilog-data-width. Use it to set
423 the value of VerilogDataWidth.
424 * doc/binutils.texi: Document the new option.
425 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
426 * testsuite/binutils-all/verilog-1.hex: New file.
427 * testsuite/binutils-all/verilog-2.hex: New file.
428 * testsuite/binutils-all/verilog-4.hex: New file.
429 * testsuite/binutils-all/verilog-8.hex: New file.
430 * NEWS: Mention the new feature.
432 2019-05-10 Alan Modra <amodra@gmail.com>
434 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
435 (test_objdump_content_limited): Add text arg, use in place of .text.
436 (bintest_signed.o): Call get_standard_section_names for name of
439 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
441 * objdump.c (sign_extend_address): New function.
442 (dump_bfd): Sign-extend user-specified start/stop addresses
443 for targets that need it.
444 * testsuite/binutils-all/objdump.exp: Add tests for objdump
445 with start and stop addresses in higher address ranges.
447 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
449 * testsuite/binutils-all/objdump.exp: Correct executable
451 * testsuite/binutils-all/compress.exp: Likewise.
453 2019-05-01 Nick Clifton <nickc@redhat.com>
456 * nm.c: (print_format): New variable.
457 (value_format_32bit, value_format_64bit): Delete.
458 (set_print_radix): Remove code to alter value_format strings.
459 (set_output_format): Record chosen format in print_format.
460 (get_print_format): New function - constructs a printf formatting
461 string according to the requirements of size, radix, and output
463 (print_value): Use get_print_format.
464 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
467 2019-04-30 Alan Modra <amodra@gmail.com>
469 * wrstabs.c (stab_start_class_type): Add assert to work around
472 2019-04-24 Nick Clifton <nickc@redhat.com>
474 * objcopy.c (strip_main): Do not enable note merging by default if
475 just stripping debug or dwo information.
476 * doc/binutils.texi (strip): Update documentation.
478 2019-04-23 Nick Clifton <nickc@redhat.com>
480 * README-how-to-make-a-release: Add note to update the symbolic
481 link from "docs" to "docs-2.x" on the sourceware website.
483 2019-04-16 Alan Modra <amodra@gmail.com>
485 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
486 * testsuite/binutils-all/copy-3.d: Likewise.
488 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
490 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
492 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
494 * readelf.c (decode_x86_isa): Handle
495 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
496 * testsuite/binutils-all/i386/pr21231b.d: Updated.
497 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
499 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
501 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
503 2019-03-26 Tamar Christina <tamar.christina@arm.com>
505 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
506 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
507 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
508 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
509 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
510 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
511 * testsuite/binutils-all/arm/in-order.d: Likewise.
512 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
513 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
514 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
516 2019-03-26 Nick Clifton <nickc@redhat.com>
518 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
521 2019-03-26 Alan Modra <amodra@gmail.com>
523 * objdump.c (dump_relocs_in_section): Warning fix.
525 2019-03-25 Tamar Christina <tamar.christina@arm.com>
527 * testsuite/binutils-all/arm/in-order-all.d: New test.
528 * testsuite/binutils-all/arm/in-order.d: New test.
529 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
530 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
531 * testsuite/binutils-all/arm/out-of-order.T: New test.
532 * testsuite/binutils-all/arm/out-of-order.d: New test.
533 * testsuite/binutils-all/arm/out-of-order.s: New test.
536 2019-03-25 Tamar Christina <tamar.christina@arm.com>
538 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
539 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
540 * testsuite/binutils-all/aarch64/out-of-order.d:
542 2019-03-25 Tamar Christina <tamar.christina@arm.com>
544 * testsuite/binutils-all/aarch64/in-order.d: New test.
545 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
548 2019-03-25 Tamar Christina <tamar.christina@arm.com>
550 * objdump.c (disassemble_bytes): Pass stop_offset.
551 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
552 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
553 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
555 2019-03-19 Nick Clifton <nickc@redhat.com>
558 * objdump.c (load_specific_debug_section): Check that the amount
559 of memory to be allocated matches the size of the section.
561 2019-03-13 Sudakshina Das <sudi.das@arm.com>
563 * readelf.c (get_aarch64_dynamic_type): Add case for
565 (dynamic_section_aarch64_val): Likewise.
567 2019-03-13 Sudakshina Das <sudi.das@arm.com>
568 Szabolcs Nagy <szabolcs.nagy@arm.com>
570 * readelf.c (get_aarch64_dynamic_type): New.
571 (get_dynamic_type): Use above for EM_AARCH64.
572 (dynamic_section_aarch64_val): New.
573 (process_dynamic_section): Use above for EM_AARCH64.
575 2019-03-13 Sudakshina Das <sudi.das@arm.com>
577 * readelf.c (decode_aarch64_feature_1_and): New.
578 (print_gnu_property_note): Add case for AArch64 gnu notes.
580 2019-03-12 Alan Modra <amodra@gmail.com>
582 * objdump.c (load_specific_debug_section): Don't compare section
583 size against file size.
584 (dump_relocs_in_section): Don't compare reloc size against file size.
585 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
587 2019-03-05 Nick Clifton <nickc@redhat.com>
590 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
592 2019-03-05 Nick Clifton <nickc@redhat.com>
594 * po/sv.po: Updated Swedish translation.
596 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
599 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
600 of "lmap" with a "foreach" loop.
602 2019-03-04 Nick Clifton <nickc@redhat.com>
605 * objcopy.c (copy_archive): Do not copy thin archives.
607 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
609 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
611 2019-02-25 Nick Clifton <nickc@redhat.com>
613 * objdump.c (sym_ok): New function.
614 (find_symbol_for_address): Use new function.
615 (disassemble_section): Compare sections by name, not pointer.
616 (dump_dwarf): Move code to initialise byte_get pointer and iterate
617 over separate debug files from here to ...
618 (dump_bfd): ... here. Add parameter indicating that a separate
619 debug info file is being dumped. For main file, pull in the
620 symbol tables from all separate debug info files.
621 (display_object): Update call to dump_bfd.
622 * doc/binutils.texi: Document extened behaviour of the
623 --dwarf=follow-links option.
624 * NEWS: Mention this new feature.
625 * testsuite/binutils-all/objdump.WK2: Update expected output.
626 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
627 options and dump file parameters.
629 * testsuite/binutils-all/objdump.WK3: New file.
630 * testsuite/binutils-all/readelf.exp: Change expected output for
632 * testsuite/binutils-all/readelf.wKis: New file.
634 2019-02-22 Nick Clifton <nickc@redhat.com>
637 * dwarf.h (struct separate_info): New structure for containing
638 information on separate debug info files.
639 * dwarf.c (struct dwo_info): New structure for containing dwo
641 (first_dwo_info): Chain of dwo_info structures.
642 (first_separate_file): Chain of separate_info structures.
643 (separate_debug_file, separate_debug_filename): Delete.
644 (fetch_alt_indirect_string): Scan all separate debug info files
645 for the requested string.
646 (add_dwo_info): New function.
647 (add_dwo_name): New function.
648 (add_dwo_dir): New function.
649 (add_dwo_id: New function.
650 (free_dwo_info): New function.
651 (read_and_display_attr_value): Store DWO data using the new
653 (load_debug_section_with_follow): If necessary, scan the list of
654 separate debug info files for the requested section.
655 (add_separate_debug_file): New function.
656 (load_separate_debug_info): Call add_separate_debug_file to store
657 the information on the newly loaded file.
658 (load_dwo_file): Likewise.
659 (load_separate_debif_file): Rename to load_separate_debug_files.
660 Change return type to boolean. If following links then attempt to
661 load all separate debug info files, not just the first one.
662 (free_debug_memory): Release memory in dwo_info and separate_info
664 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
665 * readelf.c (process_object): Likewise.
666 * doc/debug.options.texi: Update descriptions of links and
667 follow-links options.
668 * testsuite/binutils-all/objdump.WK2: Update expected output.
669 * testsuite/binutils-all/readelf.k2: Likewise.
670 * NEWS: Announce the new feature.
672 2019-02-21 Nick Clifton <nickc@redhat.com>
675 * unwind-ia64.c: Include sysdep.h.
676 (unw_decode_x1): Check current pointer against end pointer before
678 (unw_decode_x2): Likewise.
679 (unw_decode_x3): Likewise.
680 (unw_decode_x4): Likewise.
681 (unw_decode_r2): Likewise.
682 (unw_decode_p2_p5): Likewise.
683 (unw_decode_p7_p10): Likewise.
684 (unw_decode): Likewise.
686 2019-02-20 Nick Clifton <nickc@redhat.com>
689 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
692 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
693 prevent walking off the end of the buffer.
694 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
695 (unw_decode_x2): Likewise.
696 (unw_decode_x3): Likewise.
697 (unw_decode_x4): Likewise.
698 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
699 (unw_decode_r3): Likewise.
700 (unw_decode_p7_p10): Likewise.
701 (unw_decode_b2): Likewise.
702 (unw_decode_b3_x4): Likewise.
705 * readelf.c (process_mips_specific): Check for an options section
706 that is too small to even contain a single option.
709 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
711 2019-02-20 Alan Modra <amodra@gmail.com>
715 * readelf.c (get_data): Avoid possibility of overflow when
716 checking for a read that may extend past end of file.
717 (process_program_headers): Likewise.
719 2019-02-20 Alan Modra <amodra@gmail.com>
722 * objdump.c (dump_bfd_private_header): Print warning if
723 bfd_print_private_bfd_data returns false.
725 2019-02-12 Nick Clifton <nickc@redhat.com>
728 * README-how-to-make-a-release: Use git clean to delete spurious
729 files from the local source repository.
731 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
733 * size.c (berkeley_format): Delete.
734 (enum output_format): New enum.
735 (selected_output_format): New variable.
736 (usage): Update to mention GNU format.
737 (main): Update to extract options, and select format as needed.
738 Handle GNU format where needed.
739 (berkeley_sum): Renamed to...
740 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
741 (berkeley_format): Renamed to...
742 (berkeley_or_gnu_format): ...this, and updated to handle both
744 (print_sizes): Handle GNU format.
745 * doc/binutils.texi (size): Document new GNU format.
746 * testsuite/binutils-all/size.exp: Add test of extended
748 * NEWS: Mention new functionality.
750 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
752 * doc/binutils.texi (size): Update example output for Berkeley
755 2019-02-07 Nick Clifton <nickc@redhat.com>
757 * README-how-to-make-a-release: Add a note about updating the
758 obsolete targets in the bfd/config.bfd file.
760 2019-02-04 Nick Clifton <nickc@redhat.com>
762 * README-how-to-make-a-release: Add more notes on making a release.
764 2019-01-25 Nick Clifton <nickc@redhat.com>
767 * readelf.c (process_notes_at): Prevent an illegal memory access
768 when the note's namesize is zero.
769 (decode_tic6x_unwind_bytecode): Add code to handle the case where
770 no registers are specified in a frame pop instruction.
772 2019-01-25 Nick Clifton <nickc@redhat.com>
774 * po/bg.po: Updated Bulgarian translation.
776 2019-01-23 Nick Clifton <nickc@redhat.com>
778 * po/fr.po: Updated French translation.
779 * po/pt.po: Updated Portuguese translation.
781 2019-01-21 Nick Clifton <nickc@redhat.com>
783 * po/uk.po: Updated Ukranian translation.
785 2019-01-19 Nick Clifton <nickc@redhat.com>
787 * configure: Regenerate.
788 * binutils/po/binutils.pot.
790 * README-how-to-make-a-release: Update description on how to make
793 2018-06-24 Nick Clifton <nickc@redhat.com>
797 2019-01-17 Nick Clifton <nickc@redhat.com>
799 * objdump.c (disassemble_section): When disassembling from a
800 symbol only stop at the next symbol if the original symbol was not
801 a function symbol. Otherwise continue disassembling until a new
803 * testsuite/binutils-all/objdump.exp: Add tests of extended
805 * testsuite/binutils-all/disasm.s: New test source file.
807 2019-01-16 Kito Cheng <kito@andestech.com>
808 Nelson Chu <nelson@andestech.com>
810 * readelf.c (get_riscv_section_type_name): New function.
811 (get_section_type_name): Add handler for RISC-V.
812 (riscv_attr_tag_t): Declare.
813 (riscv_attr_tag): New.
814 (display_riscv_attribute): New function.
815 (process_attributes): Add handler for RISC-V.
816 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
819 2019-01-10 Nick Clifton <nickc@redhat.com>
822 * objdump.c (sanitize_string): New function. Removes control
823 characters from symbol names.
824 (dump_section_header): Use new function.
825 (objdump_print_symname): Likewise.
826 (objdump_print_addr_with_sym): Likewise.
827 (show_line): Likewise.
828 (disassemble_bytes): Likewise.
829 (disassemble_section): Likewise.
830 (load_specific_debug_section): Likewise.
831 (read_section_stabs): Likewise.
832 (print_section_stabs): Likewise.
833 (dump_section): Likewise.
834 (dump_reloc_set): Likewise.
835 (dump_relocs_in_section): Likewise.
836 (dump_bfd): Likewise.
837 (display_any_bfd): Likewise.
839 2019-01-09 Nick Clifton <nickc@redhat.com>
842 * readelf.c (process_archive): Use arch.file_name in error
843 messages until the qualified name is available.
845 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
847 * configure: Regenerate.
849 2019-01-09 Alan Modra <amodra@gmail.com>
851 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
852 unconditionally to tests needing the option rather than via a
855 2019-01-08 Nick Clifton <nickc@redhat.com>
858 * cxxfilt.c (hp_symbol_characters): Delete.
859 (main): Remove depcreated demangling styles.
860 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
862 * testsuite/binutils-all/cxxfilt.exp: Use the
863 --no-strip-underscore option for targets that do prefix their
864 symbols with underscores.
865 Update tests to eliminate those that use gnu v2 encoding.
867 2019-01-08 Tamar Christina <tamar.christina@arm.com>
870 * testsuite/binutils-all/copy-6.d: New test.
871 * testsuite/binutils-all/objcopy.exp: Use it.
873 2019-01-08 Alan Modra <amodra@gmail.com>
875 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
876 $srcdir/$subdir to source file name if it starts with "./".
878 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
880 * readelf.c (get_machine_flags): Add RXv3 output.
882 2019-01-04 Nick Clifton <nickc@redhat.com>
885 * objdump.c (load_specific_debug_section): Check for integer
886 overflow before attempting to allocate contents.
888 2019-01-04 Nick Clifton <nickc@redhat.com>
891 * objcopy.c (copy_object): Free dhandle after writing out the
893 * objdump.c (dump_bfd): Free dhandle after printing out the debug
897 2019-01-01 Alan Modra <amodra@gmail.com>
899 Update year range in copyright notice of all files.
901 For older changes see ChangeLog-2018
903 Copyright (C) 2019 Free Software Foundation, Inc.
905 Copying and distribution of this file, with or without modification,
906 are permitted in any medium without royalty provided the copyright
907 notice and this notice are preserved.
913 version-control: never