1 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
3 * dwarf.c (init_dwarf_regnames_i386): Make static.
4 (init_dwarf_regnames_iamcu): Make static.
5 (init_dwarf_regnames_x86_64): Make static.
6 (init_dwarf_regnames_aarch64): Make static.
7 (init_dwarf_regnames_s390): Make static.
8 (init_dwarf_regnames_riscv): Make static.
9 * dwarf.h (init_dwarf_regnames_i386): Delete declaration.
10 (init_dwarf_regnames_iamcu): Delete declaration.
11 (init_dwarf_regnames_x86_64): Delete declaration.
12 (init_dwarf_regnames_aarch64): Delete declaration.
13 (init_dwarf_regnames_s390): Delete declaration.
14 (init_dwarf_regnames_riscv): Delete declaration.
16 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
18 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): New
20 * dwarf.h (init_dwarf_regnames_by_bfd_arch_and_mach): Declare.
21 * objdump.c (dump_dwarf): Call new function instead of calling
22 specific initialization routines. Restrucure so that eh_addr_size
23 is still calculated correctly.
25 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
27 * dwarf.c (init_dwarf_regnames): Renamed to...
28 (init_dwarf_regnames_by_elf_machine_code): ...this.
29 * dwarf.h (init_dwarf_regnames): Renamed to...
30 (init_dwarf_regnames_by_elf_machine_code): ...this.
31 * readelf.c (process_file_header): Update call to use new name.
33 2019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
35 * dwarf.c (frame_need_space): Compare dwarf_regnames_count against
36 0, and only warn about large numbers of registers if the number is
37 more than the dwarf_regnames_count.
39 2019-11-25 Christian Eggers <ceggers@gmx.de>
41 * objdump.c (disassemble_data): Provide section parameter to
43 (dump_section): likewise
44 (dump_section_header): likewise. Show SEC_ELF_OCTETS flag if set.
46 2019-11-21 Alan Modra <amodra@gmail.com>
49 * size.c (sysv_internal_sizer, sysv_internal_printer): Exclude
50 sections with no flag bits set.
51 * testsuite/binutils-all/size.exp: Allow $CODE$ as a text section.
53 2019-11-21 Nick Clifton <nickc@redhat.com>
55 * objcopy.c (merge_gnu_build_notes): Allow for the possibility
56 that the new notes might actually be larger than the original
59 2019-11-21 Alan Modra <amodra@gmail.com>
61 * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
62 with positive logic and add more target triples.
64 2019-11-19 Alan Modra <amodra@gmail.com>
67 * objcopy.c (copy_file): Ignore --add-gnu-debuglink for archives.
69 2019-11-19 Alan Modra <amodra@gmail.com>
72 * objcopy.c (copy_object): For ELF output and non-ELF input without
73 arch, take arch from output file if not given by -B. Don't
74 bfd_get_arch_info when we already have iarch.
76 2019-11-19 Alan Modra <amodra@gmail.com>
79 * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour.
80 (copy_object): Likewise.
81 (setup_section): Likewise. If flavour of input and output files
82 differ, restrict section flags to the intersection of input and
83 output bfd_applicable_section_flags.
85 2019-11-19 Alan Modra <amodra@gmail.com>
87 * bucomm.c (bfd_nonfatal_message): Add a space between program
90 2019-11-18 Alan Modra <amodra@gmail.com>
93 * prdbg.c (tg_start_class_type): Correct scope of idbuf.
95 2019-11-08 Alan Modra <amodra@gmail.com>
98 * objdump.c (usage): Correct --stop-address description.
100 2019-11-07 Nick Clifton <nickc@redhat.com>
102 * ar.c (open_output_file): Check for filename validity before
103 prefixing with output directory.
104 Display the constructed output filename if in verbose mode.
105 (extract_file): Let open_output_file display the filename.
107 2019-11-07 Nick Clifton <nickc@redhat.com>
109 * objcopy.c (copy_object): Skip note sections that do not have
110 an output section. Always copy note sections, even if no
113 2019-11-06 Christian Eggers <ceggers@gmx.de>
115 * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
116 comment. Catch potential integer overflow and fix off by one
117 error whilst checking reloc location against section size.
118 (apply_relocations): Use IN_RANGE macro.
120 2019-11-04 Fangrui Song <maskray@google.com>
122 * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
123 (SECTION_CONTEXT_KEEP): Define. Adjust other SECTION_CONTEXT macros.
124 (copy_usage): Describe --keep-section.
125 (strip_usage): Likewise.
126 (copy_main): Handle SECTION_CONTEXT_KEEP.
127 (strip_main): Likewise.
128 (is_strip_section_1): Likewise.
129 * testsuite/binutils-all/objcopy.exp: Add tests.
130 * testsuite/binutils-all/keep-section-1.d: New test driver file.
131 * testsuite/binutils-all/keep-section-2.d: Likewise.
132 * doc/binutils.texi: Document the new feature.
133 * NEWS: Mention the new feature.
135 2019-10-20 Palmer Dabbelt <palmer@sifive.com>
137 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
139 2019-10-30 Fangrui Song <i@maskray.me>
140 Nick Clifton <nickc@redhat.com>
142 * ar.c (emum long option numbers): Declare. Use to provide
143 numerical values for long options.
144 (long_options): Add --output option.
145 (usage): Mention the --output option.
146 (open_output_file): New function. Create a filepath for an output
148 (extract_file): Use open_output_file().
150 * testsuite/binutils-all/ar.exp: Add a test of the new feature.
151 * doc/binutils.texi: Document the new feature.
152 * NEWS: Mention the new feature.
154 2019-10-26 Alan Modra <amodra@gmail.com>
156 * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
159 2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
161 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
163 2019-10-25 H.J. Lu <hongjiu.lu@intel.com>
165 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
167 2019-10-25 Nick Clifton <nickc@redhat.com>
169 * objcopy.c (struct merged_note_section): New structure. Used to
170 chain together details of mergeable note sections.
171 (is_merged_note_section): Rename to is_megreable_note_section and
172 return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
175 (objcoopy_internal_note): Add padded_namesz field.
176 (DEBUG_MERGE): New macro. Set to non-zero to enable debugging of
177 the note merging code.
178 (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
179 overlapping notes or adjoining notes.
180 (contained_by, is_deleted_note, is_version_note)
181 (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
182 (merge_gnu_build_notes): Rework. Sort notes into a mergeable
183 order first. Merge them. Then sort them into an ascending
184 address order before writing them out.
185 (copy_object): Handle more than one mergeable note section.
186 * testsuite/binutils-all/note-2-32.d: Update for new merging
188 * testsuite/binutils-all/note-2-32.s: Likewise.
189 * testsuite/binutils-all/note-2-64.d: Likewise.
190 * testsuite/binutils-all/note-2-64.s: Likewise.
191 * testsuite/binutils-all/note-3-32.d: Likewise.
192 * testsuite/binutils-all/note-3-32.s: Likewise.
193 * testsuite/binutils-all/note-3-64.d: Likewise.
194 * testsuite/binutils-all/note-3-64.s: Likewise.
195 * testsuite/binutils-all/note-4-32.d: Likewise.
196 * testsuite/binutils-all/note-4-32.s: Likewise.
197 * testsuite/binutils-all/note-4-64.d: Likewise.
198 * testsuite/binutils-all/note-4-64.s: Likewise.
199 * testsuite/binutils-all/note-6-32.s: New test source file.
200 * testsuite/binutils-all/note-6-64.s: New test source file.
201 * testsuite/binutils-all/note-6-32.d: New test driver file.
202 * testsuite/binutils-all/note-6-64.d: New test driver file.
203 * testsuite/binutils-all/objcopy.exp: Run the new test.
205 2019-10-25 Alan Modra <amodra@gmail.com>
207 * readelf.c (process_program_headers): Check PT_PHDR p_offset
208 as well as p_vaddr. Use p_filesz, not p_memsz, in vaddr test.
210 2019-10-21 Alan Modra <amodra@gmail.com>
214 * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
215 * doc/binutils.texi (extract from archive): Mention
216 restrictions when extracting from archives with full paths.
217 (ar P): Update to current P support.
218 (ar -X32_64): Fix spelling.
220 2019-10-14 Alan Modra <amodra@gmail.com>
222 * objcopy.c (compare_section_lma): Correct comment. Dereference
223 section pointer earlier and lose unnecessary const. Style fixes.
224 Add final sort by id.
226 2019-10-13 Nick Clifton <nickc@redhat.com>
228 * README-how-to-make-a-release: Add a note to reset the
229 development flag back to true after making a point release.
231 2019-10-12 Nick Clifton <nickc@redhat.com>
233 * README-how-to-make-a-release: Tweak a few sections based on the
234 results of the 2.33.1 release.
236 2019-10-11 Nick Clifton <nickc@redhat.com>
238 * po/zh_TW.po: Updated Chinese (traditional) translation.
240 2019-10-09 Alan Modra <amodra@gmail.com>
243 * ar.c (decode_options): Don't try for command options if
244 write_armap or mri_mode is selected.
246 2019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
248 * readelf.c (display_msp430_gnu_attribute): New.
249 (process_arch_specific): Use msp430 specific handler for GNU
252 2019-09-30 Nick Alcock <nick.alcock@oracle.com>
254 * objdump.c (main): Fix tabdamage.
255 * readelf.c (CTF_DUMP): Likewise.
257 (dump_section_as_ctf): Likewise.
259 2019-08-03 Nick Alcock <nick.alcock@oracle.com>
261 * objdump.c (dump_ctf): Use the default CTF archive member as the
262 parent even when no parent section is specified.
263 (dump_ctf_archive_member): Only import from the parent
264 if this is not the default ".ctf" member.
266 2019-09-23 Nick Alcock <nick.alcock@oracle.com>
268 * Makefile.am (LIBCTF): Mention the .la file.
270 (readelf_DEPENDENCIES): Use it.
271 (readelf_LDADD): Likewise.
272 * Makefile.in: Regenerated.
274 2019-07-13 Nick Alcock <nick.alcock@oracle.com>
276 * readelf.c (dump_ctf_symtab_name): Give default value.
277 (dump_ctf_strtab_name): Likewise.
278 (dump_section_as_ctf): Allow for the null string.
280 2019-07-08 Nick Alcock <nick.alcock@oracle.com>
282 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
283 * readelf.c (dump_section_as_ctf): Likewise.
285 2019-10-02 Niklas Gürtler <profclonk@gmail.com>
288 * objcopy.c (copy_usage): Update description of
289 --set-section-alignment.
290 (copy_main): Interpret numeric argument of --set-section-alignment
291 as a byte alignment, not a power of two alignment.
292 * doc/binutils.texi: Update description of
293 --set-section-alignment.
294 * testsuite/binutils-all/set-section-alignment.d: New test.
295 * testsuite/binutils-all/objcopy.exp: Run the new test.
297 2019-09-30 Alan Modra <amodra@gmail.com>
300 * readelf.c (process_program_headers): Clear dynamic_addr and
301 dynamic_size earlier.
303 2019-09-24 Alan Modra <amodra@gmail.com>
306 * nm.c (print_format_string): New.
307 (get_print_format): Delete saved_format. Move earlier.
308 (set_print_width): Call get_print_format.
309 (print_value): Use print_format_string.
311 2019-09-23 Alan Modra <amodra@gmail.com>
313 * dlltool.c: Include coff-bfd.h.
315 2019-09-23 Alan Modra <amodra@gmail.com>
318 * dwarf.c (get_type_signedness): Delete ineffective pointer
319 comparison check. Properly range check uvalue offset on
321 (read_and_display_attr_value): Range check uvalue offset before
322 calling get_type_signedness.
324 2019-09-20 Alan Modra <amodra@gmail.com>
326 * ar.c (write_archive): Use bfd_set_thin_archive.
328 2019-09-18 Tamar Christina <tamar.christina@arm.com>
330 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
332 2019-09-18 Alan Modra <amodra@gmail.com>
334 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
335 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
336 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
337 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
338 throughout for bfd section macro and function changes.
340 2019-09-18 Alan Modra <amodra@gmail.com>
342 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
343 * objcopy.c: Likewise.
344 * objdump.c: Likewise.
345 * rdcoff.c: Likewise.
346 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
347 (filter_symbols): Likewise.
349 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
351 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
352 cxxfilt.man and binutils.info.
353 (MAINTAINERCLEANFILES): Remove.
354 * doc/Makefile.in: Re-generate.
356 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
358 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
359 * doc/Makefile.in: Re-generate.
361 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
363 * doc/Makefile.am (install-data-loca): Remove target.
364 (DISTCLEANFILES): Remove variable.
365 * doc/Makefile.in: Re-generate.
367 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
369 * Makefile.in: Re-generate.
370 * configure: Re-generate.
371 * doc/Makefile.in: Re-generate.
373 2019-09-16 Phil Blundell <pb@pbcl.net>
375 * Makefile.in, configure. doc/Makefile.in: Regenerated.
377 2019-09-11 Tom Tromey <tom@tromey.com>
379 * objcopy.c (copy_archive): Update.
380 * bucomm.h (make_tempname, make_tempdir): Make argument const.
381 * bucomm.c (make_tempname, make_tempdir): Make argument const.
383 2019-09-11 Alan Modra <amodra@gmail.com>
386 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
387 lines. Correct max_reloc_offset_into_insn test.
389 2019-09-10 Nick Clifton <nickc@redhat.com>
392 * objdump.c (null_print): New function.
393 (disassemble_bytes): Delete previous_octets local and replace with
394 a test of the max_reloc_offset_into_insn field of the
395 bfd_arch_info structure. If a reloc is a potential match for the
396 next insn, then perform a dummy disassembly in order to calculate
399 2019-09-09 Phil Blundell <pb@pbcl.net>
401 binutils 2.33 branch created.
403 2019-09-06 Alan Modra <amodra@gmail.com>
405 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
406 (print_object_filename_posix, print_archive_filename_bsd),
407 (print_archive_filename_sysv, print_archive_filename_posix),
408 (print_archive_member_bsd, print_archive_member_sysv),
409 (print_archive_member_posix): Constify parameter.
410 (struct output_fns <print_object_filename, print_archive_filename>),
411 (<print_archive_member>): Likewise.
412 * objcopy.c (copy_archive): Add cast for make_tempdir.
414 2019-08-29 Alan Modra <amodra@gmail.com>
416 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
418 2019-08-28 Niklas Gürtler <profclonk@gmail.com>
421 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
422 (struct section_list): Add alignment field.
423 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
424 (copy_options): Add --set-section-alignment.
425 (copy_usage): Describe --set-section-alignment.
426 (find_section_list): Initialise the alignment field.
427 (setup_section): Handle the alignment field.
428 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
429 * doc/binutils.texi: Document the new feature.
430 * NEWS: Mention the new feature.
432 2019-08-28 Nick Clifton <nickc@redhat.com>
435 * objdump.c (source_comment): New static variable.
436 (option_values): Add OPTION_SOURCE_COMMENT.
437 (long_opions): Add --source-comment.
438 (print_line): If source comment is set, use it as a prefix to the
440 (main): Handle OPTION_SOURCE_COMMENT.
441 * doc/binutils.texi: Document the new option.
442 * NEWS: Mention the new feature.
443 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
444 of the -S and --source-comment options.
446 2019-08-27 Nick Clifton <nickc@redhat.com>
449 * dwarf.c (MAX_CU_NESTING): New constant.
450 (level_type_signed): New static array.
451 (skip_attr_bytes): New function.
452 (get_type_signedness): New function.
453 (read_and_print_leb128): New function.
454 (display_discr_list): New function.
455 (read_and_display_attr_value): Add start parameter.
456 Use new functions when handling DW_AT_type and DW_AT_discr_list.
457 (read_and_display_attr): Add start parameter. Pass to
458 read_and_display_attr_value.
459 (process_debug_info): Update call to read_and_display_attr.
460 (display_formatted_table): Likewise.
461 (display_debug_lines_decoded): Likewise. Also add start
463 (display_debug_lines): Likewise.
464 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
466 * testsuite/binutils-all/dwarf-attributes.W: Update expected
469 2019-08-26 Alan Modra <amodra@gmail.com>
472 * debug.c (debug_write_type): Call empty_type for NULL type here..
473 (debug_write_type): ..rather than in just one case here.
475 2019-08-23 Nick Clifton <nickc@redhat.com>
478 * dwarf.c (check_uvalue): New function. Ensures that a block's
480 (read_and_display_attr_value): Use check_value when processsing
481 DW_FORM_block<n> attributes.
483 2019-08-22 Nick Clifton <nickc@redhat.com>
486 * dwarf.c (process_cu_tu_index): Handle the case where a table
487 does not have any columns.
489 2019-08-19 Alan Modra <amodra@gmail.com>
492 * dwarf.c (display_debug_frames): Use the read_cie check and error
493 for augmentation data length.
495 2019-08-17 Alan Modra <amodra@gmail.com>
498 * dwarf.c (comp_addr_base): Dereference args.
500 2019-08-16 Alan Modra <amodra@gmail.com>
504 * readelf.c (get_symbol_version_string): Set sym_info earlier.
506 2019-08-15 Nick Clifton <nickc@redhat.com>
509 * doc/binutils.texi (nm): Document the 'n' symbol type.
511 2019-08-15 Christophe Vidal <support@krizalys.com>
513 * docs/binutils.texi: Fixed notice message disassembler options
514 section of the man page.
516 2019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
518 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
519 (get_mips_section_type_name): Return MI{S_XHASH name string.
520 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
522 (process_symbol_table): Initialize the .MIPS.xhash section
523 pointer. Adjust the readelf output to support the new section.
524 (process_object): Set the .MIPS.xhash dynamic info to zero.
526 2019-08-09 Tamar Christina <tamar.christina@arm.com>
528 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
529 * testsuite/binutils-all/arm/in-order.d: Likewise.
530 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
531 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
533 2019-08-08 Nick Clifton <nickc@redhat.com>
536 * readelf.c (process_notes_at): Left justify the "Data size"
538 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
539 * testsuite/binutils-all/i386/ibt.d: Likewise.
540 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
541 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
542 * testsuite/binutils-all/i386/shstk.d: Likewise.
543 * testsuite/binutils-all/note-2-32.d: Likewise.
544 * testsuite/binutils-all/note-2-64.d: Likewise.
545 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
546 * testsuite/binutils-all/x86-64/empty.d: Likewise.
547 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
548 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
549 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
550 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
551 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
552 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
553 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
554 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
555 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
556 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
557 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
558 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
559 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
560 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
562 2019-08-08 Nick Clifton <nickc@redhat.com>
564 * testsuite/gentestdlls.c (main): Move declaration of loop
565 variable outside of the for() statement.
567 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
569 * readelf.c (process_note): Mask unknown description data bytes.
571 2019-08-08 Alan Modra <amodra@gmail.com>
573 * readelf.c (get_data): Improve overflow checks.
575 2019-08-07 Nick Clifton <nickc@redhat.com>
578 * doc/binutils.texi: Ensure consistent formating of title strings
579 for man pages. Extend the title of the size man page to be more
582 2019-08-07 Omair Majid <omajid@redhat.com>
584 * testsuite/binutils-all/objdump.exp
585 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
586 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
587 introduced machine types.
588 * testsuite/gentestdlls.c (write_simple_dll): New function.
589 (main): Generate simple and Linux-specific variants of pei-i386
590 and pei-x86-64 files so both can be used by tests.
592 2019-08-07 Alan Modra <amodra@gmail.com>
595 * readelf.c (dump_ia64_unwind): Check that buffer is large
596 enough for "stamp" before reading.
598 2019-08-05 Nick Clifton <nickc@redhat.com>
601 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
602 note being a version note.
603 Remove spurious debugging fprintf.
605 2019-08-05 Nick Clifton <nickc@redhat.com>
608 * readelf.c (apply_relocations): Catch potential integer overflow
609 whilst checking reloc location against section size.
611 2019-08-02 Alan Modra <amodra@gmail.com>
614 * readelf.c (ABSADDR): Delete.
615 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
617 2019-07-29 Martin Liska <mliska@suse.cz>
620 * nm.c (filter_symbols): Set report_plugin_err if
622 (display_rel_file): Report error for a missing LTO plugin.
624 2019-07-26 Alan Modra <amodra@gmail.com>
627 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
628 systems by casting ncols and nslots expressions to size_t. Display
629 number of columns and slots before giving up due to buffer overflow.
630 Use %u to display unsigned ints. Perform more pointer wrap tests.
632 2019-07-25 Tom Tromey <tromey@adacore.com>
635 * dwarf.c (display_debug_names): Display the contents of the
636 augmentation string, if it is printable.
638 2019-07-25 Nick Clifton <nickc@redhat.com>
641 * readelf.c (process_mips_specific): Check for buffer overflow
642 before reading reginfo information.
644 2019-07-24 Nick Clifton <nickc@redhat.com>
647 * ar.c (decode_options): Restart option scanning if no operation
648 is detected and argument remain to be scanned.
650 2019-07-23 Nick Clifton <nickc@redhat.com>
653 * objdump.c (is_relocateable): Delete.
654 (load_specific_debug_section): Test the abfd for relocations
655 directly, rather than relying upon is_relocateable.
656 (dump_dwarf): Delete initlialization of is_relocateable.
658 2019-07-23 Alan Modra <amodra@gmail.com>
660 * readelf.c (get_parisc_segment_type): Split off hpux entries..
661 (get_ia64_segment_type): ..and these..
662 (get_hpux_segment_type): ..to here.
663 (get_segment_type): Condition GNU_MBIND on osabi. Use
664 get_hpux_segment_type.
665 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
666 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
668 2019-07-23 Alan Modra <amodra@gmail.com>
670 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
671 file used to set this variable.
673 2019-07-23 Omar Majid <omajid@redhat.com>
675 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
676 (GENTESTDLLSPROG): Define.
677 (TEST_PROGS): Add GENTESTDLLSPROG.
678 * Makefile.in: Regenerate.
679 * testsuite/binutils-all/objdump.exp
680 (test_objdump_dotnet_assemblies): New proc.
682 * testsuite/gentestdlls.c: New source file.
684 2019-06-28 Nick Clifton <nickc@redhat.com>
687 * objdump.c (slurp_symtab): Fail with a helpful error message if
688 the symbol table is too large. Skip this check for MMO format
691 2019-06-26 Nick Clifton <nickc@redhat.com>
694 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
695 indicate this in the output.
696 (bfd_nonfatal_message): Likewise.
698 2019-06-25 Jan Beulich <jbeulich@suse.com>
700 * readelf.c (dump_ctf_indent_lines): Rename local variable
701 "spaces" to "blanks".
703 2019-06-25 Jan Beulich <jbeulich@suse.com>
705 * objdump.c (dump_ctf_indent_lines): Rename local variable
706 "spaces" to "blanks".
708 2019-06-14 Alan Modra <amodra@gmail.com>
710 * Makefile.in: Regenerate.
711 * aclocal.m4: Regenerate.
712 * doc/Makefile.in: Regenerate.
714 2019-06-12 Christos Zoulas <christos@zoulas.com>
717 * readelf.c (process_netbsd_elf_note): Add support for
719 (process_note): Add support for PaX notes.
721 2019-06-12 Christos Zoulas <christos@zoulas.com>
724 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
727 2019-06-12 Christos Zoulas <christos@zoulas.com>
730 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
733 2019-06-11 Christos Zoulas <christos@zoulas.com>
736 * readelf.c (get_alpha_symbol_other): New function.
737 (get_symbol_other): Use for Alpha symbols.
738 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
740 2019-06-11 Christos Zoulas <christos@zoulas.com>
743 * readelf.c (decode_arm_unwind): Ensure that the local variable
744 'addr' is always initialised.
746 2019-06-10 Christos Zoulas <christos@zoulas.com>
749 * strings.c (print_strings): Use %u to print unsigned values in
752 2019-06-10 Christos Zoulas <christos@zoulas.com>
755 * arsup.c (ar_open): Use asprintf in place of xmalloc and
758 2019-06-03 Nick Clifton <nickc@redhat.com>
761 2019-05-29 Nick Clifton <nickc@redhat.com>
763 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
765 (HAVE_LIBCTF): Define if libctf support is available.
766 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
767 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
769 * readelf.c: Likewise.
770 * configure: Regenerate.
771 * Makefile.in: Regenerate.
772 * config.in: Regenerate.
774 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
776 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
778 * readelf.c (shdr_to_ctf_sect): Likewise.
780 2019-05-30 Nick Clifton <nickc@redhat.com>
783 * readelf.c (process_version_sections): Add 0x prefix to address
784 display. Correct indentation.
786 2019-05-30 Alan Modra <amodra@gmail.com>
788 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
789 s12z to targets not supporting this feature.
791 2019-05-30 Alan Modra <amodra@gmail.com>
793 * testsuite/lib/binutils-common.exp (run_dump_test): Support
794 tcl procedures for xfail args.
796 2019-05-29 Nick Clifton <nickc@redhat.com>
798 * README-how-to-make-a-release: Add libctf to list of directories
799 that need updates in their ChangeLogs.
801 2019-05-29 Nick Clifton <nickc@redhat.com>
803 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
805 (HAVE_LIBCTF): Define if libctf support is available.
806 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
807 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
809 * readelf.c: Likewise.
810 * configure: Regenerate.
811 * Makefile.in: Regenerate.
812 * config.in: Regenerate.
814 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
816 * MAINTAINERS: Add myself as CTF maintainer.
818 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
820 * objdump.c (ctf-api.h): New include.
821 (dump_ctf_section_info): New variable.
822 (dump_ctf_section_name): Likewise.
823 (usage): Describe new options.
824 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
825 (main): Use them to add --ctf and --ctf-parent.
826 (read_section_stabs): Add new parameter, entsize_ptr.
827 (find_stabs_section): Adjust accordingly.
829 (dump_ctf_indent_lines): New.
830 (dump_ctf_archive_member): New.
832 (dump_bfd): Call it. Free resources afterwards.
833 * readelf.c (ctf-api.h): New include.
835 (static bfd_boolean do_ctf): Likewise.
836 (dump_ctf_parent_name): Likewise.
837 (dump_ctf_symtab_name): Likewise.
838 (dump_ctf_strtab_name): Likewise.
839 (OPTION_CTF_DUMP): Likewise.
840 (OPTION_CTF_PARENT): Likewise.
841 (OPTION_CTF_SYMBOLS): Likewise.
842 (OPTION_CTF_STRINGS): Likewise.
845 (parse_args): Handle the new options, requesting CTF_DUMP.
846 (process_section_contents): Handle CTF_DUMP.
847 (shdr_to_ctf_sect): New.
848 (dump_ctf_indent_lines): New.
849 (dump_section_as_ctf): New.
850 (main): Free resources.
851 * Makefile.am (LIBCTF): New variable.
852 (objdump_DEPENDENCIES): Use it.
853 (readelf_DEPENDENCIES): Likewise.
854 (objdump_LDADD): Likewise.
855 (readelf_LDADD): Likewise.
856 * aclocal.m4: Regenerated.
857 * Makefile.in: Likewise.
859 * doc/binutils.texi (objdump): Document the new options.
861 * doc/ctf.options.texi: New.
862 * doc/Makefile.in: Regenerated.
863 * NEWS: Mention the new feature.
865 2019-05-27 Alan Modra <amodra@gmail.com>
867 * readelf.c (process_section_groups): Continue processing groups
868 when sh_entsize exceeds group size.
870 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
872 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
873 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
874 (get_symbol_other): Call get_aarch64_symbol_other.
876 2019-05-24 Alan Modra <amodra@gmail.com>
878 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
880 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
882 * MAINTAINERS: Add myself as the maintainer for BPF.
884 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
886 * readelf.c: Include elf/bpf.h.
887 (guess_is_rela): Hanle EM_BPF.
888 (dump_relocations): Likewise.
889 (is_32bit_abs_reloc): Likewise.
890 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
893 2019-05-21 Tamar Christina <tamar.christina@arm.com>
895 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
896 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
897 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
899 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
902 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
903 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
905 2019-05-20 Nick Clifton <nickc@redhat.com>
907 * po/ca.po: Updated Catalan translation.
909 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
911 * NEWS: Mention Armv8.1-M Mainline and MVE.
913 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
915 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
916 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
918 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
921 * objcopy.c: Add new option --verilog-data-width. Use it to set
922 the value of VerilogDataWidth.
923 * doc/binutils.texi: Document the new option.
924 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
925 * testsuite/binutils-all/verilog-1.hex: New file.
926 * testsuite/binutils-all/verilog-2.hex: New file.
927 * testsuite/binutils-all/verilog-4.hex: New file.
928 * testsuite/binutils-all/verilog-8.hex: New file.
929 * NEWS: Mention the new feature.
931 2019-05-10 Alan Modra <amodra@gmail.com>
933 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
934 (test_objdump_content_limited): Add text arg, use in place of .text.
935 (bintest_signed.o): Call get_standard_section_names for name of
938 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
940 * objdump.c (sign_extend_address): New function.
941 (dump_bfd): Sign-extend user-specified start/stop addresses
942 for targets that need it.
943 * testsuite/binutils-all/objdump.exp: Add tests for objdump
944 with start and stop addresses in higher address ranges.
946 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
948 * testsuite/binutils-all/objdump.exp: Correct executable
950 * testsuite/binutils-all/compress.exp: Likewise.
952 2019-05-01 Nick Clifton <nickc@redhat.com>
955 * nm.c: (print_format): New variable.
956 (value_format_32bit, value_format_64bit): Delete.
957 (set_print_radix): Remove code to alter value_format strings.
958 (set_output_format): Record chosen format in print_format.
959 (get_print_format): New function - constructs a printf formatting
960 string according to the requirements of size, radix, and output
962 (print_value): Use get_print_format.
963 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
966 2019-04-30 Alan Modra <amodra@gmail.com>
968 * wrstabs.c (stab_start_class_type): Add assert to work around
971 2019-04-24 Nick Clifton <nickc@redhat.com>
973 * objcopy.c (strip_main): Do not enable note merging by default if
974 just stripping debug or dwo information.
975 * doc/binutils.texi (strip): Update documentation.
977 2019-04-23 Nick Clifton <nickc@redhat.com>
979 * README-how-to-make-a-release: Add note to update the symbolic
980 link from "docs" to "docs-2.x" on the sourceware website.
982 2019-04-16 Alan Modra <amodra@gmail.com>
984 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
985 * testsuite/binutils-all/copy-3.d: Likewise.
987 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
989 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
991 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
993 * readelf.c (decode_x86_isa): Handle
994 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
995 * testsuite/binutils-all/i386/pr21231b.d: Updated.
996 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
998 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1000 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
1002 2019-03-26 Tamar Christina <tamar.christina@arm.com>
1004 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
1005 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
1006 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
1007 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
1008 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
1009 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
1010 * testsuite/binutils-all/arm/in-order.d: Likewise.
1011 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
1012 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
1013 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
1015 2019-03-26 Nick Clifton <nickc@redhat.com>
1017 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
1020 2019-03-26 Alan Modra <amodra@gmail.com>
1022 * objdump.c (dump_relocs_in_section): Warning fix.
1024 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1026 * testsuite/binutils-all/arm/in-order-all.d: New test.
1027 * testsuite/binutils-all/arm/in-order.d: New test.
1028 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
1029 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
1030 * testsuite/binutils-all/arm/out-of-order.T: New test.
1031 * testsuite/binutils-all/arm/out-of-order.d: New test.
1032 * testsuite/binutils-all/arm/out-of-order.s: New test.
1035 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1037 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
1038 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
1039 * testsuite/binutils-all/aarch64/out-of-order.d:
1041 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1043 * testsuite/binutils-all/aarch64/in-order.d: New test.
1044 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
1047 2019-03-25 Tamar Christina <tamar.christina@arm.com>
1049 * objdump.c (disassemble_bytes): Pass stop_offset.
1050 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
1051 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
1052 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
1054 2019-03-19 Nick Clifton <nickc@redhat.com>
1057 * objdump.c (load_specific_debug_section): Check that the amount
1058 of memory to be allocated matches the size of the section.
1060 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1062 * readelf.c (get_aarch64_dynamic_type): Add case for
1064 (dynamic_section_aarch64_val): Likewise.
1066 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1067 Szabolcs Nagy <szabolcs.nagy@arm.com>
1069 * readelf.c (get_aarch64_dynamic_type): New.
1070 (get_dynamic_type): Use above for EM_AARCH64.
1071 (dynamic_section_aarch64_val): New.
1072 (process_dynamic_section): Use above for EM_AARCH64.
1074 2019-03-13 Sudakshina Das <sudi.das@arm.com>
1076 * readelf.c (decode_aarch64_feature_1_and): New.
1077 (print_gnu_property_note): Add case for AArch64 gnu notes.
1079 2019-03-12 Alan Modra <amodra@gmail.com>
1081 * objdump.c (load_specific_debug_section): Don't compare section
1082 size against file size.
1083 (dump_relocs_in_section): Don't compare reloc size against file size.
1084 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
1086 2019-03-05 Nick Clifton <nickc@redhat.com>
1089 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
1091 2019-03-05 Nick Clifton <nickc@redhat.com>
1093 * po/sv.po: Updated Swedish translation.
1095 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
1098 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
1099 of "lmap" with a "foreach" loop.
1101 2019-03-04 Nick Clifton <nickc@redhat.com>
1104 * objcopy.c (copy_archive): Do not copy thin archives.
1106 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1108 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
1110 2019-02-25 Nick Clifton <nickc@redhat.com>
1112 * objdump.c (sym_ok): New function.
1113 (find_symbol_for_address): Use new function.
1114 (disassemble_section): Compare sections by name, not pointer.
1115 (dump_dwarf): Move code to initialise byte_get pointer and iterate
1116 over separate debug files from here to ...
1117 (dump_bfd): ... here. Add parameter indicating that a separate
1118 debug info file is being dumped. For main file, pull in the
1119 symbol tables from all separate debug info files.
1120 (display_object): Update call to dump_bfd.
1121 * doc/binutils.texi: Document extened behaviour of the
1122 --dwarf=follow-links option.
1123 * NEWS: Mention this new feature.
1124 * testsuite/binutils-all/objdump.WK2: Update expected output.
1125 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
1126 options and dump file parameters.
1128 * testsuite/binutils-all/objdump.WK3: New file.
1129 * testsuite/binutils-all/readelf.exp: Change expected output for
1131 * testsuite/binutils-all/readelf.wKis: New file.
1133 2019-02-22 Nick Clifton <nickc@redhat.com>
1136 * dwarf.h (struct separate_info): New structure for containing
1137 information on separate debug info files.
1138 * dwarf.c (struct dwo_info): New structure for containing dwo
1140 (first_dwo_info): Chain of dwo_info structures.
1141 (first_separate_file): Chain of separate_info structures.
1142 (separate_debug_file, separate_debug_filename): Delete.
1143 (fetch_alt_indirect_string): Scan all separate debug info files
1144 for the requested string.
1145 (add_dwo_info): New function.
1146 (add_dwo_name): New function.
1147 (add_dwo_dir): New function.
1148 (add_dwo_id: New function.
1149 (free_dwo_info): New function.
1150 (read_and_display_attr_value): Store DWO data using the new
1152 (load_debug_section_with_follow): If necessary, scan the list of
1153 separate debug info files for the requested section.
1154 (add_separate_debug_file): New function.
1155 (load_separate_debug_info): Call add_separate_debug_file to store
1156 the information on the newly loaded file.
1157 (load_dwo_file): Likewise.
1158 (load_separate_debif_file): Rename to load_separate_debug_files.
1159 Change return type to boolean. If following links then attempt to
1160 load all separate debug info files, not just the first one.
1161 (free_debug_memory): Release memory in dwo_info and separate_info
1163 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
1164 * readelf.c (process_object): Likewise.
1165 * doc/debug.options.texi: Update descriptions of links and
1166 follow-links options.
1167 * testsuite/binutils-all/objdump.WK2: Update expected output.
1168 * testsuite/binutils-all/readelf.k2: Likewise.
1169 * NEWS: Announce the new feature.
1171 2019-02-21 Nick Clifton <nickc@redhat.com>
1174 * unwind-ia64.c: Include sysdep.h.
1175 (unw_decode_x1): Check current pointer against end pointer before
1177 (unw_decode_x2): Likewise.
1178 (unw_decode_x3): Likewise.
1179 (unw_decode_x4): Likewise.
1180 (unw_decode_r2): Likewise.
1181 (unw_decode_p2_p5): Likewise.
1182 (unw_decode_p7_p10): Likewise.
1183 (unw_decode): Likewise.
1185 2019-02-20 Nick Clifton <nickc@redhat.com>
1188 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1191 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
1192 prevent walking off the end of the buffer.
1193 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
1194 (unw_decode_x2): Likewise.
1195 (unw_decode_x3): Likewise.
1196 (unw_decode_x4): Likewise.
1197 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
1198 (unw_decode_r3): Likewise.
1199 (unw_decode_p7_p10): Likewise.
1200 (unw_decode_b2): Likewise.
1201 (unw_decode_b3_x4): Likewise.
1204 * readelf.c (process_mips_specific): Check for an options section
1205 that is too small to even contain a single option.
1208 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1210 2019-02-20 Alan Modra <amodra@gmail.com>
1214 * readelf.c (get_data): Avoid possibility of overflow when
1215 checking for a read that may extend past end of file.
1216 (process_program_headers): Likewise.
1218 2019-02-20 Alan Modra <amodra@gmail.com>
1221 * objdump.c (dump_bfd_private_header): Print warning if
1222 bfd_print_private_bfd_data returns false.
1224 2019-02-12 Nick Clifton <nickc@redhat.com>
1227 * README-how-to-make-a-release: Use git clean to delete spurious
1228 files from the local source repository.
1230 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1232 * size.c (berkeley_format): Delete.
1233 (enum output_format): New enum.
1234 (selected_output_format): New variable.
1235 (usage): Update to mention GNU format.
1236 (main): Update to extract options, and select format as needed.
1237 Handle GNU format where needed.
1238 (berkeley_sum): Renamed to...
1239 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
1240 (berkeley_format): Renamed to...
1241 (berkeley_or_gnu_format): ...this, and updated to handle both
1243 (print_sizes): Handle GNU format.
1244 * doc/binutils.texi (size): Document new GNU format.
1245 * testsuite/binutils-all/size.exp: Add test of extended
1247 * NEWS: Mention new functionality.
1249 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1251 * doc/binutils.texi (size): Update example output for Berkeley
1254 2019-02-07 Nick Clifton <nickc@redhat.com>
1256 * README-how-to-make-a-release: Add a note about updating the
1257 obsolete targets in the bfd/config.bfd file.
1259 2019-02-04 Nick Clifton <nickc@redhat.com>
1261 * README-how-to-make-a-release: Add more notes on making a release.
1263 2019-01-25 Nick Clifton <nickc@redhat.com>
1266 * readelf.c (process_notes_at): Prevent an illegal memory access
1267 when the note's namesize is zero.
1268 (decode_tic6x_unwind_bytecode): Add code to handle the case where
1269 no registers are specified in a frame pop instruction.
1271 2019-01-25 Nick Clifton <nickc@redhat.com>
1273 * po/bg.po: Updated Bulgarian translation.
1275 2019-01-23 Nick Clifton <nickc@redhat.com>
1277 * po/fr.po: Updated French translation.
1278 * po/pt.po: Updated Portuguese translation.
1280 2019-01-21 Nick Clifton <nickc@redhat.com>
1282 * po/uk.po: Updated Ukranian translation.
1284 2019-01-19 Nick Clifton <nickc@redhat.com>
1286 * configure: Regenerate.
1287 * binutils/po/binutils.pot.
1289 * README-how-to-make-a-release: Update description on how to make
1292 2018-06-24 Nick Clifton <nickc@redhat.com>
1294 2.32 branch created.
1296 2019-01-17 Nick Clifton <nickc@redhat.com>
1298 * objdump.c (disassemble_section): When disassembling from a
1299 symbol only stop at the next symbol if the original symbol was not
1300 a function symbol. Otherwise continue disassembling until a new
1301 function is reached.
1302 * testsuite/binutils-all/objdump.exp: Add tests of extended
1304 * testsuite/binutils-all/disasm.s: New test source file.
1306 2019-01-16 Kito Cheng <kito@andestech.com>
1307 Nelson Chu <nelson@andestech.com>
1309 * readelf.c (get_riscv_section_type_name): New function.
1310 (get_section_type_name): Add handler for RISC-V.
1311 (riscv_attr_tag_t): Declare.
1312 (riscv_attr_tag): New.
1313 (display_riscv_attribute): New function.
1314 (process_attributes): Add handler for RISC-V.
1315 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1318 2019-01-10 Nick Clifton <nickc@redhat.com>
1321 * objdump.c (sanitize_string): New function. Removes control
1322 characters from symbol names.
1323 (dump_section_header): Use new function.
1324 (objdump_print_symname): Likewise.
1325 (objdump_print_addr_with_sym): Likewise.
1326 (show_line): Likewise.
1327 (disassemble_bytes): Likewise.
1328 (disassemble_section): Likewise.
1329 (load_specific_debug_section): Likewise.
1330 (read_section_stabs): Likewise.
1331 (print_section_stabs): Likewise.
1332 (dump_section): Likewise.
1333 (dump_reloc_set): Likewise.
1334 (dump_relocs_in_section): Likewise.
1335 (dump_bfd): Likewise.
1336 (display_any_bfd): Likewise.
1338 2019-01-09 Nick Clifton <nickc@redhat.com>
1341 * readelf.c (process_archive): Use arch.file_name in error
1342 messages until the qualified name is available.
1344 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1346 * configure: Regenerate.
1348 2019-01-09 Alan Modra <amodra@gmail.com>
1350 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1351 unconditionally to tests needing the option rather than via a
1354 2019-01-08 Nick Clifton <nickc@redhat.com>
1357 * cxxfilt.c (hp_symbol_characters): Delete.
1358 (main): Remove depcreated demangling styles.
1359 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1361 * testsuite/binutils-all/cxxfilt.exp: Use the
1362 --no-strip-underscore option for targets that do prefix their
1363 symbols with underscores.
1364 Update tests to eliminate those that use gnu v2 encoding.
1366 2019-01-08 Tamar Christina <tamar.christina@arm.com>
1369 * testsuite/binutils-all/copy-6.d: New test.
1370 * testsuite/binutils-all/objcopy.exp: Use it.
1372 2019-01-08 Alan Modra <amodra@gmail.com>
1374 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1375 $srcdir/$subdir to source file name if it starts with "./".
1377 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1379 * readelf.c (get_machine_flags): Add RXv3 output.
1381 2019-01-04 Nick Clifton <nickc@redhat.com>
1384 * objdump.c (load_specific_debug_section): Check for integer
1385 overflow before attempting to allocate contents.
1387 2019-01-04 Nick Clifton <nickc@redhat.com>
1390 * objcopy.c (copy_object): Free dhandle after writing out the
1392 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1396 2019-01-01 Alan Modra <amodra@gmail.com>
1398 Update year range in copyright notice of all files.
1400 For older changes see ChangeLog-2018
1402 Copyright (C) 2019 Free Software Foundation, Inc.
1404 Copying and distribution of this file, with or without modification,
1405 are permitted in any medium without royalty provided the copyright
1406 notice and this notice are preserved.
1412 version-control: never