1 2019-08-17 Alan Modra <amodra@gmail.com>
4 * dwarf.c (comp_addr_base): Dereference args.
6 2019-08-16 Alan Modra <amodra@gmail.com>
10 * readelf.c (get_symbol_version_string): Set sym_info earlier.
12 2019-08-15 Nick Clifton <nickc@redhat.com>
15 * doc/binutils.texi (nm): Document the 'n' symbol type.
17 2019-08-15 Christophe Vidal <support@krizalys.com>
19 * docs/binutils.texi: Fixed notice message disassembler options
20 section of the man page.
22 2019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
24 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
25 (get_mips_section_type_name): Return MI{S_XHASH name string.
26 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
28 (process_symbol_table): Initialize the .MIPS.xhash section
29 pointer. Adjust the readelf output to support the new section.
30 (process_object): Set the .MIPS.xhash dynamic info to zero.
32 2019-08-09 Tamar Christina <tamar.christina@arm.com>
34 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
35 * testsuite/binutils-all/arm/in-order.d: Likewise.
36 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
37 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
39 2019-08-08 Nick Clifton <nickc@redhat.com>
42 * readelf.c (process_notes_at): Left justify the "Data size"
44 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
45 * testsuite/binutils-all/i386/ibt.d: Likewise.
46 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
47 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
48 * testsuite/binutils-all/i386/shstk.d: Likewise.
49 * testsuite/binutils-all/note-2-32.d: Likewise.
50 * testsuite/binutils-all/note-2-64.d: Likewise.
51 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
52 * testsuite/binutils-all/x86-64/empty.d: Likewise.
53 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
54 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
55 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
56 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
57 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
58 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
59 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
60 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
61 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
62 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
63 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
64 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
65 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
66 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
68 2019-08-08 Nick Clifton <nickc@redhat.com>
70 * testsuite/gentestdlls.c (main): Move declaration of loop
71 variable outside of the for() statement.
73 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
75 * readelf.c (process_note): Mask unknown description data bytes.
77 2019-08-08 Alan Modra <amodra@gmail.com>
79 * readelf.c (get_data): Improve overflow checks.
81 2019-08-07 Nick Clifton <nickc@redhat.com>
84 * doc/binutils.texi: Ensure consistent formating of title strings
85 for man pages. Extend the title of the size man page to be more
88 2019-08-07 Omair Majid <omajid@redhat.com>
90 * testsuite/binutils-all/objdump.exp
91 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
92 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
93 introduced machine types.
94 * testsuite/gentestdlls.c (write_simple_dll): New function.
95 (main): Generate simple and Linux-specific variants of pei-i386
96 and pei-x86-64 files so both can be used by tests.
98 2019-08-07 Alan Modra <amodra@gmail.com>
101 * readelf.c (dump_ia64_unwind): Check that buffer is large
102 enough for "stamp" before reading.
104 2019-08-05 Nick Clifton <nickc@redhat.com>
107 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
108 note being a version note.
109 Remove spurious debugging fprintf.
111 2019-08-05 Nick Clifton <nickc@redhat.com>
114 * readelf.c (apply_relocations): Catch potential integer overflow
115 whilst checking reloc location against section size.
117 2019-08-02 Alan Modra <amodra@gmail.com>
120 * readelf.c (ABSADDR): Delete.
121 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
123 2019-07-29 Martin Liska <mliska@suse.cz>
126 * nm.c (filter_symbols): Set report_plugin_err if
128 (display_rel_file): Report error for a missing LTO plugin.
130 2019-07-26 Alan Modra <amodra@gmail.com>
133 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
134 systems by casting ncols and nslots expressions to size_t. Display
135 number of columns and slots before giving up due to buffer overflow.
136 Use %u to display unsigned ints. Perform more pointer wrap tests.
138 2019-07-25 Tom Tromey <tromey@adacore.com>
141 * dwarf.c (display_debug_names): Display the contents of the
142 augmentation string, if it is printable.
144 2019-07-25 Nick Clifton <nickc@redhat.com>
147 * readelf.c (process_mips_specific): Check for buffer overflow
148 before reading reginfo information.
150 2019-07-24 Nick Clifton <nickc@redhat.com>
153 * ar.c (decode_options): Restart option scanning if no operation
154 is detected and argument remain to be scanned.
156 2019-07-23 Nick Clifton <nickc@redhat.com>
159 * objdump.c (is_relocateable): Delete.
160 (load_specific_debug_section): Test the abfd for relocations
161 directly, rather than relying upon is_relocateable.
162 (dump_dwarf): Delete initlialization of is_relocateable.
164 2019-07-23 Alan Modra <amodra@gmail.com>
166 * readelf.c (get_parisc_segment_type): Split off hpux entries..
167 (get_ia64_segment_type): ..and these..
168 (get_hpux_segment_type): ..to here.
169 (get_segment_type): Condition GNU_MBIND on osabi. Use
170 get_hpux_segment_type.
171 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
172 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
174 2019-07-23 Alan Modra <amodra@gmail.com>
176 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
177 file used to set this variable.
179 2019-07-23 Omar Majid <omajid@redhat.com>
181 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
182 (GENTESTDLLSPROG): Define.
183 (TEST_PROGS): Add GENTESTDLLSPROG.
184 * Makefile.in: Regenerate.
185 * testsuite/binutils-all/objdump.exp
186 (test_objdump_dotnet_assemblies): New proc.
188 * testsuite/gentestdlls.c: New source file.
190 2019-06-28 Nick Clifton <nickc@redhat.com>
193 * objdump.c (slurp_symtab): Fail with a helpful error message if
194 the symbol table is too large. Skip this check for MMO format
197 2019-06-26 Nick Clifton <nickc@redhat.com>
200 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
201 indicate this in the output.
202 (bfd_nonfatal_message): Likewise.
204 2019-06-25 Jan Beulich <jbeulich@suse.com>
206 * readelf.c (dump_ctf_indent_lines): Rename local variable
207 "spaces" to "blanks".
209 2019-06-25 Jan Beulich <jbeulich@suse.com>
211 * objdump.c (dump_ctf_indent_lines): Rename local variable
212 "spaces" to "blanks".
214 2019-06-14 Alan Modra <amodra@gmail.com>
216 * Makefile.in: Regenerate.
217 * aclocal.m4: Regenerate.
218 * doc/Makefile.in: Regenerate.
220 2019-06-12 Christos Zoulas <christos@zoulas.com>
223 * readelf.c (process_netbsd_elf_note): Add support for
225 (process_note): Add support for PaX notes.
227 2019-06-12 Christos Zoulas <christos@zoulas.com>
230 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
233 2019-06-12 Christos Zoulas <christos@zoulas.com>
236 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
239 2019-06-11 Christos Zoulas <christos@zoulas.com>
242 * readelf.c (get_alpha_symbol_other): New function.
243 (get_symbol_other): Use for Alpha symbols.
244 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
246 2019-06-11 Christos Zoulas <christos@zoulas.com>
249 * readelf.c (decode_arm_unwind): Ensure that the local variable
250 'addr' is always initialised.
252 2019-06-10 Christos Zoulas <christos@zoulas.com>
255 * strings.c (print_strings): Use %u to print unsigned values in
258 2019-06-10 Christos Zoulas <christos@zoulas.com>
261 * arsup.c (ar_open): Use asprintf in place of xmalloc and
264 2019-06-03 Nick Clifton <nickc@redhat.com>
267 2019-05-29 Nick Clifton <nickc@redhat.com>
269 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
271 (HAVE_LIBCTF): Define if libctf support is available.
272 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
273 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
275 * readelf.c: Likewise.
276 * configure: Regenerate.
277 * Makefile.in: Regenerate.
278 * config.in: Regenerate.
280 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
282 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
284 * readelf.c (shdr_to_ctf_sect): Likewise.
286 2019-05-30 Nick Clifton <nickc@redhat.com>
289 * readelf.c (process_version_sections): Add 0x prefix to address
290 display. Correct indentation.
292 2019-05-30 Alan Modra <amodra@gmail.com>
294 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
295 s12z to targets not supporting this feature.
297 2019-05-30 Alan Modra <amodra@gmail.com>
299 * testsuite/lib/binutils-common.exp (run_dump_test): Support
300 tcl procedures for xfail args.
302 2019-05-29 Nick Clifton <nickc@redhat.com>
304 * README-how-to-make-a-release: Add libctf to list of directories
305 that need updates in their ChangeLogs.
307 2019-05-29 Nick Clifton <nickc@redhat.com>
309 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
311 (HAVE_LIBCTF): Define if libctf support is available.
312 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
313 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
315 * readelf.c: Likewise.
316 * configure: Regenerate.
317 * Makefile.in: Regenerate.
318 * config.in: Regenerate.
320 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
322 * MAINTAINERS: Add myself as CTF maintainer.
324 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
326 * objdump.c (ctf-api.h): New include.
327 (dump_ctf_section_info): New variable.
328 (dump_ctf_section_name): Likewise.
329 (usage): Describe new options.
330 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
331 (main): Use them to add --ctf and --ctf-parent.
332 (read_section_stabs): Add new parameter, entsize_ptr.
333 (find_stabs_section): Adjust accordingly.
335 (dump_ctf_indent_lines): New.
336 (dump_ctf_archive_member): New.
338 (dump_bfd): Call it. Free resources afterwards.
339 * readelf.c (ctf-api.h): New include.
341 (static bfd_boolean do_ctf): Likewise.
342 (dump_ctf_parent_name): Likewise.
343 (dump_ctf_symtab_name): Likewise.
344 (dump_ctf_strtab_name): Likewise.
345 (OPTION_CTF_DUMP): Likewise.
346 (OPTION_CTF_PARENT): Likewise.
347 (OPTION_CTF_SYMBOLS): Likewise.
348 (OPTION_CTF_STRINGS): Likewise.
351 (parse_args): Handle the new options, requesting CTF_DUMP.
352 (process_section_contents): Handle CTF_DUMP.
353 (shdr_to_ctf_sect): New.
354 (dump_ctf_indent_lines): New.
355 (dump_section_as_ctf): New.
356 (main): Free resources.
357 * Makefile.am (LIBCTF): New variable.
358 (objdump_DEPENDENCIES): Use it.
359 (readelf_DEPENDENCIES): Likewise.
360 (objdump_LDADD): Likewise.
361 (readelf_LDADD): Likewise.
362 * aclocal.m4: Regenerated.
363 * Makefile.in: Likewise.
365 * doc/binutils.texi (objdump): Document the new options.
367 * doc/ctf.options.texi: New.
368 * doc/Makefile.in: Regenerated.
369 * NEWS: Mention the new feature.
371 2019-05-27 Alan Modra <amodra@gmail.com>
373 * readelf.c (process_section_groups): Continue processing groups
374 when sh_entsize exceeds group size.
376 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
378 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
379 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
380 (get_symbol_other): Call get_aarch64_symbol_other.
382 2019-05-24 Alan Modra <amodra@gmail.com>
384 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
386 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
388 * MAINTAINERS: Add myself as the maintainer for BPF.
390 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
392 * readelf.c: Include elf/bpf.h.
393 (guess_is_rela): Hanle EM_BPF.
394 (dump_relocations): Likewise.
395 (is_32bit_abs_reloc): Likewise.
396 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
399 2019-05-21 Tamar Christina <tamar.christina@arm.com>
401 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
402 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
403 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
405 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
408 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
409 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
411 2019-05-20 Nick Clifton <nickc@redhat.com>
413 * po/ca.po: Updated Catalan translation.
415 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
417 * NEWS: Mention Armv8.1-M Mainline and MVE.
419 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
421 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
422 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
424 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
427 * objcopy.c: Add new option --verilog-data-width. Use it to set
428 the value of VerilogDataWidth.
429 * doc/binutils.texi: Document the new option.
430 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
431 * testsuite/binutils-all/verilog-1.hex: New file.
432 * testsuite/binutils-all/verilog-2.hex: New file.
433 * testsuite/binutils-all/verilog-4.hex: New file.
434 * testsuite/binutils-all/verilog-8.hex: New file.
435 * NEWS: Mention the new feature.
437 2019-05-10 Alan Modra <amodra@gmail.com>
439 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
440 (test_objdump_content_limited): Add text arg, use in place of .text.
441 (bintest_signed.o): Call get_standard_section_names for name of
444 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
446 * objdump.c (sign_extend_address): New function.
447 (dump_bfd): Sign-extend user-specified start/stop addresses
448 for targets that need it.
449 * testsuite/binutils-all/objdump.exp: Add tests for objdump
450 with start and stop addresses in higher address ranges.
452 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
454 * testsuite/binutils-all/objdump.exp: Correct executable
456 * testsuite/binutils-all/compress.exp: Likewise.
458 2019-05-01 Nick Clifton <nickc@redhat.com>
461 * nm.c: (print_format): New variable.
462 (value_format_32bit, value_format_64bit): Delete.
463 (set_print_radix): Remove code to alter value_format strings.
464 (set_output_format): Record chosen format in print_format.
465 (get_print_format): New function - constructs a printf formatting
466 string according to the requirements of size, radix, and output
468 (print_value): Use get_print_format.
469 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
472 2019-04-30 Alan Modra <amodra@gmail.com>
474 * wrstabs.c (stab_start_class_type): Add assert to work around
477 2019-04-24 Nick Clifton <nickc@redhat.com>
479 * objcopy.c (strip_main): Do not enable note merging by default if
480 just stripping debug or dwo information.
481 * doc/binutils.texi (strip): Update documentation.
483 2019-04-23 Nick Clifton <nickc@redhat.com>
485 * README-how-to-make-a-release: Add note to update the symbolic
486 link from "docs" to "docs-2.x" on the sourceware website.
488 2019-04-16 Alan Modra <amodra@gmail.com>
490 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
491 * testsuite/binutils-all/copy-3.d: Likewise.
493 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
495 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
497 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
499 * readelf.c (decode_x86_isa): Handle
500 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
501 * testsuite/binutils-all/i386/pr21231b.d: Updated.
502 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
504 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
506 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
508 2019-03-26 Tamar Christina <tamar.christina@arm.com>
510 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
511 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
512 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
513 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
514 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
515 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
516 * testsuite/binutils-all/arm/in-order.d: Likewise.
517 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
518 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
519 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
521 2019-03-26 Nick Clifton <nickc@redhat.com>
523 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
526 2019-03-26 Alan Modra <amodra@gmail.com>
528 * objdump.c (dump_relocs_in_section): Warning fix.
530 2019-03-25 Tamar Christina <tamar.christina@arm.com>
532 * testsuite/binutils-all/arm/in-order-all.d: New test.
533 * testsuite/binutils-all/arm/in-order.d: New test.
534 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
535 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
536 * testsuite/binutils-all/arm/out-of-order.T: New test.
537 * testsuite/binutils-all/arm/out-of-order.d: New test.
538 * testsuite/binutils-all/arm/out-of-order.s: New test.
541 2019-03-25 Tamar Christina <tamar.christina@arm.com>
543 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
544 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
545 * testsuite/binutils-all/aarch64/out-of-order.d:
547 2019-03-25 Tamar Christina <tamar.christina@arm.com>
549 * testsuite/binutils-all/aarch64/in-order.d: New test.
550 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
553 2019-03-25 Tamar Christina <tamar.christina@arm.com>
555 * objdump.c (disassemble_bytes): Pass stop_offset.
556 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
557 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
558 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
560 2019-03-19 Nick Clifton <nickc@redhat.com>
563 * objdump.c (load_specific_debug_section): Check that the amount
564 of memory to be allocated matches the size of the section.
566 2019-03-13 Sudakshina Das <sudi.das@arm.com>
568 * readelf.c (get_aarch64_dynamic_type): Add case for
570 (dynamic_section_aarch64_val): Likewise.
572 2019-03-13 Sudakshina Das <sudi.das@arm.com>
573 Szabolcs Nagy <szabolcs.nagy@arm.com>
575 * readelf.c (get_aarch64_dynamic_type): New.
576 (get_dynamic_type): Use above for EM_AARCH64.
577 (dynamic_section_aarch64_val): New.
578 (process_dynamic_section): Use above for EM_AARCH64.
580 2019-03-13 Sudakshina Das <sudi.das@arm.com>
582 * readelf.c (decode_aarch64_feature_1_and): New.
583 (print_gnu_property_note): Add case for AArch64 gnu notes.
585 2019-03-12 Alan Modra <amodra@gmail.com>
587 * objdump.c (load_specific_debug_section): Don't compare section
588 size against file size.
589 (dump_relocs_in_section): Don't compare reloc size against file size.
590 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
592 2019-03-05 Nick Clifton <nickc@redhat.com>
595 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
597 2019-03-05 Nick Clifton <nickc@redhat.com>
599 * po/sv.po: Updated Swedish translation.
601 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
604 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
605 of "lmap" with a "foreach" loop.
607 2019-03-04 Nick Clifton <nickc@redhat.com>
610 * objcopy.c (copy_archive): Do not copy thin archives.
612 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
614 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
616 2019-02-25 Nick Clifton <nickc@redhat.com>
618 * objdump.c (sym_ok): New function.
619 (find_symbol_for_address): Use new function.
620 (disassemble_section): Compare sections by name, not pointer.
621 (dump_dwarf): Move code to initialise byte_get pointer and iterate
622 over separate debug files from here to ...
623 (dump_bfd): ... here. Add parameter indicating that a separate
624 debug info file is being dumped. For main file, pull in the
625 symbol tables from all separate debug info files.
626 (display_object): Update call to dump_bfd.
627 * doc/binutils.texi: Document extened behaviour of the
628 --dwarf=follow-links option.
629 * NEWS: Mention this new feature.
630 * testsuite/binutils-all/objdump.WK2: Update expected output.
631 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
632 options and dump file parameters.
634 * testsuite/binutils-all/objdump.WK3: New file.
635 * testsuite/binutils-all/readelf.exp: Change expected output for
637 * testsuite/binutils-all/readelf.wKis: New file.
639 2019-02-22 Nick Clifton <nickc@redhat.com>
642 * dwarf.h (struct separate_info): New structure for containing
643 information on separate debug info files.
644 * dwarf.c (struct dwo_info): New structure for containing dwo
646 (first_dwo_info): Chain of dwo_info structures.
647 (first_separate_file): Chain of separate_info structures.
648 (separate_debug_file, separate_debug_filename): Delete.
649 (fetch_alt_indirect_string): Scan all separate debug info files
650 for the requested string.
651 (add_dwo_info): New function.
652 (add_dwo_name): New function.
653 (add_dwo_dir): New function.
654 (add_dwo_id: New function.
655 (free_dwo_info): New function.
656 (read_and_display_attr_value): Store DWO data using the new
658 (load_debug_section_with_follow): If necessary, scan the list of
659 separate debug info files for the requested section.
660 (add_separate_debug_file): New function.
661 (load_separate_debug_info): Call add_separate_debug_file to store
662 the information on the newly loaded file.
663 (load_dwo_file): Likewise.
664 (load_separate_debif_file): Rename to load_separate_debug_files.
665 Change return type to boolean. If following links then attempt to
666 load all separate debug info files, not just the first one.
667 (free_debug_memory): Release memory in dwo_info and separate_info
669 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
670 * readelf.c (process_object): Likewise.
671 * doc/debug.options.texi: Update descriptions of links and
672 follow-links options.
673 * testsuite/binutils-all/objdump.WK2: Update expected output.
674 * testsuite/binutils-all/readelf.k2: Likewise.
675 * NEWS: Announce the new feature.
677 2019-02-21 Nick Clifton <nickc@redhat.com>
680 * unwind-ia64.c: Include sysdep.h.
681 (unw_decode_x1): Check current pointer against end pointer before
683 (unw_decode_x2): Likewise.
684 (unw_decode_x3): Likewise.
685 (unw_decode_x4): Likewise.
686 (unw_decode_r2): Likewise.
687 (unw_decode_p2_p5): Likewise.
688 (unw_decode_p7_p10): Likewise.
689 (unw_decode): Likewise.
691 2019-02-20 Nick Clifton <nickc@redhat.com>
694 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
697 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
698 prevent walking off the end of the buffer.
699 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
700 (unw_decode_x2): Likewise.
701 (unw_decode_x3): Likewise.
702 (unw_decode_x4): Likewise.
703 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
704 (unw_decode_r3): Likewise.
705 (unw_decode_p7_p10): Likewise.
706 (unw_decode_b2): Likewise.
707 (unw_decode_b3_x4): Likewise.
710 * readelf.c (process_mips_specific): Check for an options section
711 that is too small to even contain a single option.
714 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
716 2019-02-20 Alan Modra <amodra@gmail.com>
720 * readelf.c (get_data): Avoid possibility of overflow when
721 checking for a read that may extend past end of file.
722 (process_program_headers): Likewise.
724 2019-02-20 Alan Modra <amodra@gmail.com>
727 * objdump.c (dump_bfd_private_header): Print warning if
728 bfd_print_private_bfd_data returns false.
730 2019-02-12 Nick Clifton <nickc@redhat.com>
733 * README-how-to-make-a-release: Use git clean to delete spurious
734 files from the local source repository.
736 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
738 * size.c (berkeley_format): Delete.
739 (enum output_format): New enum.
740 (selected_output_format): New variable.
741 (usage): Update to mention GNU format.
742 (main): Update to extract options, and select format as needed.
743 Handle GNU format where needed.
744 (berkeley_sum): Renamed to...
745 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
746 (berkeley_format): Renamed to...
747 (berkeley_or_gnu_format): ...this, and updated to handle both
749 (print_sizes): Handle GNU format.
750 * doc/binutils.texi (size): Document new GNU format.
751 * testsuite/binutils-all/size.exp: Add test of extended
753 * NEWS: Mention new functionality.
755 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
757 * doc/binutils.texi (size): Update example output for Berkeley
760 2019-02-07 Nick Clifton <nickc@redhat.com>
762 * README-how-to-make-a-release: Add a note about updating the
763 obsolete targets in the bfd/config.bfd file.
765 2019-02-04 Nick Clifton <nickc@redhat.com>
767 * README-how-to-make-a-release: Add more notes on making a release.
769 2019-01-25 Nick Clifton <nickc@redhat.com>
772 * readelf.c (process_notes_at): Prevent an illegal memory access
773 when the note's namesize is zero.
774 (decode_tic6x_unwind_bytecode): Add code to handle the case where
775 no registers are specified in a frame pop instruction.
777 2019-01-25 Nick Clifton <nickc@redhat.com>
779 * po/bg.po: Updated Bulgarian translation.
781 2019-01-23 Nick Clifton <nickc@redhat.com>
783 * po/fr.po: Updated French translation.
784 * po/pt.po: Updated Portuguese translation.
786 2019-01-21 Nick Clifton <nickc@redhat.com>
788 * po/uk.po: Updated Ukranian translation.
790 2019-01-19 Nick Clifton <nickc@redhat.com>
792 * configure: Regenerate.
793 * binutils/po/binutils.pot.
795 * README-how-to-make-a-release: Update description on how to make
798 2018-06-24 Nick Clifton <nickc@redhat.com>
802 2019-01-17 Nick Clifton <nickc@redhat.com>
804 * objdump.c (disassemble_section): When disassembling from a
805 symbol only stop at the next symbol if the original symbol was not
806 a function symbol. Otherwise continue disassembling until a new
808 * testsuite/binutils-all/objdump.exp: Add tests of extended
810 * testsuite/binutils-all/disasm.s: New test source file.
812 2019-01-16 Kito Cheng <kito@andestech.com>
813 Nelson Chu <nelson@andestech.com>
815 * readelf.c (get_riscv_section_type_name): New function.
816 (get_section_type_name): Add handler for RISC-V.
817 (riscv_attr_tag_t): Declare.
818 (riscv_attr_tag): New.
819 (display_riscv_attribute): New function.
820 (process_attributes): Add handler for RISC-V.
821 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
824 2019-01-10 Nick Clifton <nickc@redhat.com>
827 * objdump.c (sanitize_string): New function. Removes control
828 characters from symbol names.
829 (dump_section_header): Use new function.
830 (objdump_print_symname): Likewise.
831 (objdump_print_addr_with_sym): Likewise.
832 (show_line): Likewise.
833 (disassemble_bytes): Likewise.
834 (disassemble_section): Likewise.
835 (load_specific_debug_section): Likewise.
836 (read_section_stabs): Likewise.
837 (print_section_stabs): Likewise.
838 (dump_section): Likewise.
839 (dump_reloc_set): Likewise.
840 (dump_relocs_in_section): Likewise.
841 (dump_bfd): Likewise.
842 (display_any_bfd): Likewise.
844 2019-01-09 Nick Clifton <nickc@redhat.com>
847 * readelf.c (process_archive): Use arch.file_name in error
848 messages until the qualified name is available.
850 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
852 * configure: Regenerate.
854 2019-01-09 Alan Modra <amodra@gmail.com>
856 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
857 unconditionally to tests needing the option rather than via a
860 2019-01-08 Nick Clifton <nickc@redhat.com>
863 * cxxfilt.c (hp_symbol_characters): Delete.
864 (main): Remove depcreated demangling styles.
865 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
867 * testsuite/binutils-all/cxxfilt.exp: Use the
868 --no-strip-underscore option for targets that do prefix their
869 symbols with underscores.
870 Update tests to eliminate those that use gnu v2 encoding.
872 2019-01-08 Tamar Christina <tamar.christina@arm.com>
875 * testsuite/binutils-all/copy-6.d: New test.
876 * testsuite/binutils-all/objcopy.exp: Use it.
878 2019-01-08 Alan Modra <amodra@gmail.com>
880 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
881 $srcdir/$subdir to source file name if it starts with "./".
883 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
885 * readelf.c (get_machine_flags): Add RXv3 output.
887 2019-01-04 Nick Clifton <nickc@redhat.com>
890 * objdump.c (load_specific_debug_section): Check for integer
891 overflow before attempting to allocate contents.
893 2019-01-04 Nick Clifton <nickc@redhat.com>
896 * objcopy.c (copy_object): Free dhandle after writing out the
898 * objdump.c (dump_bfd): Free dhandle after printing out the debug
902 2019-01-01 Alan Modra <amodra@gmail.com>
904 Update year range in copyright notice of all files.
906 For older changes see ChangeLog-2018
908 Copyright (C) 2019 Free Software Foundation, Inc.
910 Copying and distribution of this file, with or without modification,
911 are permitted in any medium without royalty provided the copyright
912 notice and this notice are preserved.
918 version-control: never