Automatic date update in version.in
[binutils-gdb.git] / binutils / ChangeLog
blobb74847adceed20290da2c2dd5cac66ba00787d8a
1 2024-02-12  Frederic Cambus  <fred@statdns.com>
3         * readelf.c (get_segment_type): Handle PT_OPENBSD_SYSCALLS segment
4         type.
6 2024-01-26  Nick Clifton  <nickc@redhat.com>
8         PR 31250
9         * objcopy.c (copy_archive): Improve the handling of archives that
10         contain elements with invalid pathnames.
12 2024-01-15  Nick Clifton  <nickc@redhat.com>
14         * 2.42 branch point.
16 2023-12-04  Tom Tromey  <tom@tromey.com>
18         * dwarf.c (display_debug_names): Handle empty .debug_names hash
19         table.  Name entries start at 1.
21 2023-11-15  Arsen Arsenović  <arsen@aarsen.me>
23         * aclocal.m4: Regenerate.
24         * configure: Regenerate.
25         * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot
26         temporary file, to suppress xgettext checking charset names.
28 2023-11-14  Nick Clifton  <nickc@redhat.com>
30         PR 31062
31         * objdump.c (decompressed_dumps): New local variable.
32         (usage): Mention the -z/--decompress option.
33         (long_options): Add --decompress.
34         (dump_section_header): Add "COMPRESSED" to the Flags field of any
35         compressed section.
36         (dump_section): Warn users when dumping a compressed section.
37         (display_any_bfd): Decompress the section if decompressed_dumps is
38         true.
39         (main): Handle the -z/--decompress option.
40         * NEWS: Mention the new feature.
41         * doc/binutils.texi: Document the new feature.
42         * testsuite/binutils-all/objdump.s: Update expected output.
43         * testsuite/binutils-all/objdump.exp: Add test of -Z -s.
44         * testsuite/binutils-all/objdump.Zs: New file.
46         * readelf.c (maybe_expand_or_relocate_section): New function.
47         Contains common code found in dump functions.  Adds a note message
48         if a compressed section is not being decompressed.
49         (dump_section_as_strings): Use new function.
50         (dump_section_as_bytes): Likewise.
52 2023-11-10  Simon Marchi  <simon.marchi@efficios.com>
54         * readelf.c (decode_AMDGPU_machine_flags): Handle gfx1100,
55         gfx1101, gfx1102.
57 2023-11-10  Vsevolod Alekseyev  <sevaa@sprynet.com>
59         PR 30880
60         * dwarf.c (read_and_display_attr_value): Fix loclist handling.
61         (display_loclists_list): Likewise.
63 2023-10-24  Tom de Vries  <tdevries@suse.de>
65         * dwarf.c (display_gdb_index): Handle unknown name of main.
67 2023-10-10  Tom de Vries  <tdevries@suse.de>
69         * dwarf.c (display_lang): New function, factored out of ...
70         (read_and_display_attr_value): ... here.
71         (display_gdb_index): Handle v9 .gdb_index.
73 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>w
75         PR 30916
76         * testsuite/binutils-all/addr2line.exp: Do not use PowerPC
77         specific options when working with a MUSL target.
79 2023-10-02  Vsevolod Alekseyev  <sevaa@sprynet.com>
81         PR 29267
82         * dwarf.c (fetch_indexed_value): Delete.
83         (fetch_indexed_offset): Correct base address calculation.
84         (read_and_display_attr_value): Replace uses of fetch_indexed_value
85         with fetch_indexed_offset.
87 2023-09-28  Frederic Cambus  <fred@statdns.com>
89         * readelf.c (get_segment_type): Handle PT_OPENBSD_NOBTCFI segment
90         type.
92 2023-09-26  Nick Clifton  <nickc@redhat.com>
94         * testsuite/binutils-all/ar.exp: Remove assumption of the setting
95         of umask when creating test archive files.
97 2023-09-25  Vsevolod Alekseyev  <sevaa@sprynet.com>
99         PR 30792
100         * dwarf.h (struct debug_info): Remove range_versions field.
101         * dwarf.c (fetch_indexed_offset): New function.
102         (read_and_display_attr_value): Use it for DW_FORM_rnglistx.
103         Remove code to initialise range_versions.
104         (skip_attribute): New function.
105         (read_bases): Read and reccord all range and address bases in a CU.
106         (process_debug_info): Call read_bases.
107         (display_debug_rnglists): Rename to display_debug_rnglists_unit_header
108         and only display the range list header information.
109         (display_debug_ranges): Adjust.
111 2023-09-05  Nick Clifton  <nickc@redhat.com>
113         PR 30684
114         * readelf.c (extra_sym_info): New variable.
115         (section_name_valid): Also check for filedata being NULL.
116         (section_name_print): Delete.
117         (section_index_real): New function.  Returns true if the given
118         section index references a real section.
119         (print_symbol): Rename to print_sumbol_name.
120         (printable_section_name): Use a rotating array of static buffers
121         for the return string.
122         (printable_section_name_from_index): Merge code from
123         dump_relocations and get_symbol_index_type into here.
124         (long_option_values): Add OPTION_NO_EXTRA_SYM_INFO.
125         (options): Add "extra-sym-info" and "no-extra-sym-info".
126         (usage): Mention new options.
127         (parse_args): Parse new options.
128         (get_symbol_index_type): Delete.
129         (print_dynamic_symbol_size): Rename to print_symbol_size.
130         (print_dynamic_symbol): Rename to print_symbol.
131         (print_symbol_table_heading): New function.
132         (process_symbol_table): Use new function.
133         * doc/binutils.texi: Document the new option.
134         * NEWS: Mention the new feature.
136 2023-08-23  Nick Clifton  <nickc@redhat.com>
138         PR 30781
139         * dwarf.h (debug_info): Add range_versions field.
140         * dwarf.c (read_and_display_attr_value): When recording a range
141         arribute also ecord the dwarf version number.
142         (is_range_list_for_this_section): New function.
143         (display_debug_ranges): Only show debug ranges whose version is
144         suitable for the secction being displayed.
146 2023-07-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
148         * readelf.c (get_machine_flags): Recognize and pretty print BPF
149         machine flags.
151 2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>
153         * doc/binutils.texi (objcopy): Document change in behaviour of
154         objcopy's --preserve-dates command line option.
156 2023-07-09  Fangrui Song  <maskray@google.com>
158         PR 30592
159         * NEWS: Mention the new feature for objcopy.
160         * doc/binutils.texi: Mention "large".
161         * objcopy.c (parse_flags): Parse "large".
162         (check_new_section_flags): Error if "large" is used with a
163         non-x86-64 ELF target.
164         * testsuite/binutils-all/x86-64/large-sections.d: New.
165         * testsuite/binutils-all/x86-64/large-sections.s: New.
166         * testsuite/binutils-all/x86-64/large-sections-i386.d: New.
167         * testsuite/binutils-all/x86-64/large-sections-2.d: New.
168         * testsuite/binutils-all/x86-64/large-sections-2-x32.d: New.
170 2023-07-03  Nick Clifton  <nickc@redhat.com>
172         * README-how-to-make-a-release: Change some version numbers.
173         * configure: Regenerate.
174         * po/binutils.pot: Regenerate.
176 2023-07-03  Nick Clifton  <nickc@redhat.com>
178         2.41 Branch Point.
180 2023-06-30  Nick Clifton  <nickc@redhat.com>
182         PR 30598
183         * strings.c (set_string_min): New function.
184         (main): Use it.
185         (print_unicode_stream): Calculate buffer size using a size_t.
187 2023-06-30  Nick Clifton  <nickc@redhat.com>
189         PR 30595
190         * strings.c (main): Check for an excessively large minimum string
191         length.
193 2023-06-21  Nick Clifton  <nickc@redhat.com>
195         * testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune
196         warnings about -z execstack creating an executable stack.
198 2023-05-30  Nick Clifton  <nickc@redhat.com>
200         * od-pe.c (targ_info): New array.
201         (get_target_specific_info): New function
202         (decode_machine_number): Retire.  Use get_target_specific_info
203         instead.
204         (is_pe_object_magic): Likewise.
205         (dump_pe_file_header): Display more information.
206         Rework layout to be similar to that from 'objdump -p'.
207         Add code to handle larger than normnal AOUT headers.
209 2023-05-30  Nick Clifton  <nickc@redhat.com>
211         * od-pe.c (decode_machine_number): Add ARMMAGIC value of 0xa00.
212         (is_pe_object_magic): Likewise.
214 2023-05-26  Nick Clifton  <nickc@redhat.com>
216         * od-pe.c: New file: Dumps fields in PE format headers.
217         * configure.ac (od_vectors): Add objdump_private_desc_pe for PE
218         format targets.
219         (od_files): Add od-pe for PE format targets.
220         * configure: Regenerate.
221         * Makefile.am (CFILES): Add od-pe.c
222         (EXTRA_objdump_SOURCE): Likewise.
223         * Makefile.in: Generate.
224         * NEWS: Mention the new feature.
225         * doc/binutils.texi: Document the new support.
226         * objdump.c (wide_output): Change from local to global.
227         * objdump.h (wide_output): Prototype.
228         (objdump_private_desc_pe): Prototype.
229         * testsuite/binutils-all/objdump.exp: Add a test of the new feature.
231 2023-05-09  Enze Li  <enze.li@gmx.com>
233         * README:  Correct a typo.
235 2023-05-02  Nick Clifton  <nickc@redhat.com>
237         * MAINTAINERS: Remove Dimity Diky as MSP430 maintainer.
239 2023-04-20  Nick Clifton  <nickc@redhat.com>
241         * SECURITY.txt: New file.
243 2023-04-19  Nick Clifton  <nickc@redhat.com>
245         PR 30355
246         * dwarf.c (read_and_display_attr_value): Correctly handle
247         DW_loclistx attributes that index a version 5 .debug_loclists
248         section.
250 2023-04-17  Nick Clifton  <nickc@redhat.com>
252         PR 30142
253         * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the
254         .rsrc section.
256 2023-04-11  Nick Clifton  <nickc@redhat.com>
258         PR 30327
259         * dwarf.c (read_and_display_attr_value): Warn if the number of
260         views is greater than the number of locations.
262         PR 30313
263         * dwarf.c (display_debug_lines_decoded): Check for an overlarge
264         number of files or directories.
266         PR 30312
267         * dwarf.c (prealloc_cu_tu_list): Always allocate at least one
268         entry.
270         PR 30311
271         * readelf.c (uncompress_section_contents): Check for a
272         suspiciously large uncompressed size.
274 2023-03-30  Nick Clifton  <nickc@redhat.com>
276         PR 30284
277         * dwarf.c (read_and_display_attr_value): Detect and ignore
278         negative base values.
280 2023-03-23  Frederic Cambus  <fred@statdns.com>
282         * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment
283         type.
285 2023-03-14  Nick Clifton  <nickc@redhat.com>
287         PR 30227
288         * dwarf.c (process_cu_tu_index): Prevent excessive memory
289         allocation when nused is large and ncols is zero.
291 2023-02-09  Tom Tromey  <tromey@adacore.com>
293         * dwarf-mode.el: Bump version to 1.8.
294         (dwarf-insert-substructure): Tighten regexp.
295         (dwarf-refresh-all): New defun.
296         (dwarf-mode-map): Bind "A" to dwarf-refresh-all.
297         (dwarf-mode): Remove old FIXME.
299 2023-02-07  Nick Clifton  <nickc@redhat.com>
301         PR 30080
302         * doc/binutils.texi (nm): Update description of the 'n' symbol
303         type.
305 2023-01-31  Nick Clifton  <nickc@redhat.com>
307         * po/sv.po: Updated Swedish translation.
309 2023-01-23  Nick Clifton  <nickc@redhat.com>
311         * po/sv.po: Updated Swedish translation.
313 2023-01-18  Nick Clifton  <nickc@redhat.com>
315         PR 29993
316         * objcopy.c (merge_gnu_build_notes): Remember the last non-deleted
317         note in order to speed up the scan for matching notes.
319 2023-01-16  Nick Clifton  <nickc@redhat.com>
321         * po/sv.po: Updated Swedish translation.
323 2023-01-09  Nick Clifton  <nickc@redhat.com>
325         * po/bg.po: Updated Bulgarian translation.
326         * po/ro.po: Updated Romainian translation.
328 2023-01-05  Nick Clifton  <nickc@redhat.com>
330         * MAINTAINERS: Remove Stephen Casner as the PDP11 maintainer.
332 2023-01-03  Nick Clifton  <nickc@redhat.com>
334         * po/fr.po: Updated French translation.
335         * po/uk.po: Updated Ukrainian translation.
337 2023-01-03  Luis Machado  <luis.machado@arm.com>
339         * readelf.c (get_note_type): Add support for NT_ARM_SSVE and
340         NT_ARM_ZA note types.
342 2022-12-31  Nick Clifton  <nickc@redhat.com>
344         * 2.40 branch created.
346 2022-12-31  Nick Clifton  <nickc@redhat.com>
348         * po/ro.po: Updated Romanian translation.
350 2022-12-21  Nick Clifton  <nickc@redhat.com>
352         PR  29924
353         * objdump.c (load_specific_debug_section): Check for excessively
354         large sections.
356 2022-12-19  Tom Tromey  <tromey@adacore.com>
358         * dwarf-mode.el (dwarf-do-refresh): Avoid compiler warning.
360 2022-12-19  Nick Clifton  <nickc@redhat.com>
362         PR 29914
363         * dwarf.c (fetch_indexed_value): Fail if the section is not big
364         enough to contain a header size field.
365         (display_debug_addr): Fail if the computed address size is too big
366         or too small.
368 2022-12-16  Nick Clifton  <nickc@redhat.com>
370         PR 29908
371         * dwarf.c (display_debug_addr): Check for corrupt header lengths.
373 2022-12-01  Nick Clifton  <nickc@redhat.com>
375         PR 25202
376         * objcopy.c (copy_object): Set VerilogDataEndianness to the
377         endianness of the input file.
378         (copy_main): Verifiy the value set by the --verilog-data-width
379         option.
380         * testsuite/binutils-all/objcopy.exp: Add tests of the new behaviour.
381         * testsuite/binutils-all/verilog-I4.hex: New file.
383 2022-11-21  Nick Clifton  <nickc@redhat.com>
385         PR 29764
386         * doc/binutils.texi (objdump): Note that the -m option supports
387         the <architecture>:<machine> syntax.
389 2022-11-04  Nick Clifton  <nickc@redhat.com>
391         * README-how-to-make-a-release: Add instructions for uploading the
392         gprofng documentation.
394 2022-10-31  Nick Clifton  <nickc@redhat.com>
396         PR 29457
397         * configure.ac: Add --enable-colored-disassembly.
398         * objdump.c: Add --disassembler-color=terminal.
399         * doc/binutils.texi (objdump): Document the new option.
400         * NEWS: Mention new feature.
401         * config.in: Regenerate in.
402         * configure: Regenerate.
404 2022-10-19  Nick Clifton  <nickc@redhat.com>
406         * MAINTAINERS: Add section on patches, copyright and DCO.
408 2022-10-12  Nick Clifton  <nickc@redhat.com>
410         PR 29665
411         * objcopy.c (copy_object): Use the input filename when
412         reporting that a .gnu_debuglink section already exists.
414 2022-10-03  Nick Clifton  <nickc@redhat.com>
416         * readelf.c (get_32bit_section_headers): Return false if the
417         e_shoff field is zero.
418         (get_64bit_section_headers): Likewise.
420 2022-09-28  Nick Clifton  <nickc@redhat.com>
422         PR 29628
423         * size.c (usage): Add -f.
424         * doc/binutils.texi (size): Add -f.
426 2022-09-20  Nick Clifton  <nickc@redhat.com>
428         * objcopy.c (copy_object): Do not issue a warning message when
429         encountering empty .gnu.build.attribute sections.
431 2022-09-14  Rupesh Potharla  <Rupesh.Potharla@amd.com>
433         * testsuite/binutils-all/readelf.exp (readelf_wi_test): Extend
434         regexps to allow for output genreated by the Clang compiler.
436 2022-09-12  Aaron Merey  <amerey@redhat.com>
438         * objcopy.c (might_need_separate_debug_info): Add with_source_code to
439         the options that cause this function to return true.
440         (main.c): Add with_source_code to the options that enable
441         dump_any_debugging.
443 2022-09-09  Nick Clifton  <nickc@redhat.com>
445         PR 29532
446         * objcopy.c (setup_section): Leave group sections intact when
447         creating separate debuginfo files.
449 2022-09-08  Nick Clifton  <nickc@redhat.com>
451         PR 29523
452         * dwarf.c (display_debug_lines_decoded): Correctly handle DWARF-5
453         directory and filename tables.
455 2022-09-02  Aaron Merey  <amerey@redhat.com>
457         PR 29075
458         * objdump.c (find_separate_debug): New function. Finds the bfd
459         corresponding to the separate debuginfod of a given bfd.
460         (find_alt_debug): New function. Finds the bfd corresponding to the
461         .gnu_debugaltlink of a given bfd.
462         (slurp_file): Add bfd parameter. If a source file cannot be found
463         attempt to download it from debuginfod, if enabled.
464         (try_print_file_open): Add bfd parameter and pass it to slurp_file.
465         (show_line): If debuginfod is enabled, call
466         bfd_find_nearest_line_with_alt instead of bfd_find_nearest_line.
468 2022-09-01  Nick Clifton  <nickc@redhat.com>
470         PR 29534
471         * dllwrap.c: Replace uses of choose_temp_base() with
472         make_temp_file().
473         * dlltool.c: Likewise.
474         * resrc.c: Likewise.
476 2022-08-23  Nick Clifton  <nickc@redhat.com>
478         PR 29489
479         * dlltool.c (deterministic): New variable.
480         (gen_lib_file): If deterministic is true set the
481         BFD_DETERMINISTIC_OUTPUT flag.
482         (usage): Mention --deterministic-libraries and
483         --non-deterministic-libraries.
484         (long_options): Add new options.
485         (main): Parse new options.
486         * doc/binutils.texi: Document the new options.
487         * NEWS: Mention the new feature.
489 2022-08-22  Nick Clifton  <nickc@redhat.com>
491         * readelf.c (check_magic_number): New function.  Checks the magic
492         bytes at the start of a file.  If they are not the ELF format
493         magic values, then attempts to generate a helpful error message.
494         (process_file_header): Call check_magic_number.
496 2022-08-09  Nick Clifton  <nickc@redhat.com>
498         PR 29457
499         * objdump.c (disassembler_color): Change type to an enum.
500         (disassembler_extended_color): Remove.
501         (usage): Update.
502         (objdump_color_for_assembler_style): Update.
503         (main): Update initialisation of disassembler_color.  If not
504         initialised via a command line option, set based upon terminal
505         output.
506         * doc/binutils.texi: Update description of disassmbler-color
507         option.
508         * testsuite/binutils-all/arc/objdump.exp: Add
509         --disassembler-color=off option when disassembling.
510         * testsuite/binutils-all/arm/objdump.exp: Likewise.
512 2022-08-08  Nick Clifton  <nickc@redhat.com>
514         * README-how-to-make-a-release: Add a link to the NEWS files in
515         the release announcement email.
517 2022-07-08  Nick Clifton  <nickc@redhat.com>
519         * 2.39 branch created.
521 2022-07-01  Nick Clifton  <nickc@redhat.com>
523         * dwarf.c (display_debug_rnglists): Add newline at end of listing.
525 2022-06-30  Nick Clifton  <nickc@redhat.com>
527         * dwarf.c (dwarf_select_sections_by_name): If the entry's value is
528         zero then clear the corresponding variable.
529         (dwarf_select_sections_by_letters): Likewise.
530         * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
531         debuginfod tests to fail.
533 2022-06-28  Nick Clifton  <nickc@redhat.com>
535         PR 29267
536         * dwarf.c (display_debug_rnglists): New function, broken out of..
537         (display_debug_ranges): ... here.
538         (read_and_display_attr_value): Correct calculation of index
539         displayed for DW_FORM_loclistx and DW_FORM_rnglistx.
540         * testsuite/binutils-all/x86-64/pr26808.dump: Update expected
541         output.
543 2022-06-27  Nick Clifton  <nickc@redhat.com>
545         PR 29289
546         * dwarf.c (display_debug_names): Replace assert with a warning
547         message.
549 2022-06-27  Nick Clifton  <nickc@redhat.com>
551         PR 29290
552         * dwarf.c (read_and_display_attr_value): Check that debug_info_p
553         is set before dereferencing it.
555 2022-06-27  Nick Clifton  <nickc@redhat.com>
557         * dwarf.c (fetch_indexed_string): Do not use length of first table
558         in string section as the length of every table in the section.
560         * testsuite/binutils-all/pr26112.r: Update expected output.
562 2022-06-22  Kumar N, Bhuvanendra  <Kavitha.Natarajan@amd.com>
564         * dwarf.c (fetch_indexed_string): Added new parameter
565         str_offsets_base to calculate the string offset.
566         (read_and_display_attr_value): Read DW_AT_str_offsets_base
567         attribute.
568         (process_debug_info): While allocating memory and initializing
569         debug_information, do it for do_debug_info also, if its true.
570         (load_separate_debug_files): Load .debug_str_offsets if exists.
571         * dwarf.h (struct debug_info): Add str_offsets_base field.
573 2022-06-22  Marcus Nilsson <brainbomb@gmail.com>
575         * readelf.c: (slurp_relr_relocs) Use malloc instead of xmalloc
576         when allocating space for relocations.
578 2022-06-21  Kumar N, Bhuvanendra  <Kavitha.Natarajan@amd.com>
580         * dwarf.h (struct debug_info): Add rnglists_base field.
581         * dwarf.c (read_and_display_attr_value): Read attribute DW_AT_rnglists_base.
582         (display_debug_rnglists_list): While handling DW_RLE_base_addressx,
583         DW_RLE_startx_endx, DW_RLE_startx_length items, pass the proper parameter
584         value to fetch_indexed_addr(), i.e. fetch the proper entry in .debug_addr section.
585         (display_debug_ranges): Add rnglists_base to the .debug_rnglists base address.
586         (load_separate_debug_files): Load .debug_addr section, if exists.
588 2022-05-20  Nick Clifton  <nickc@redhat.com>
590         * dwarf.c (dwarf_select_sections_by_names): Return zero if no
591         sections were selected.
592         (dwarf_select_sections_by_letters): Likewise.
593         * dwarf.h: (dwarf_select_sections_by_names): Update prototype.
594         (dwarf_select_sections_by_letters): Update prototype.
595         * objdump.c (might_need_separate_debug_info): New function.
596         (dump_bfd): Call new function before attempting to load separate
597         debug info files.
598         (main): Do not enable dwarf section dumping for -WK or -WN.
599         * readelf.c (parse_args): Do not enable dwarf section dumping for
600         -wK or -wN.
601         (might_need_separate_debug_info): New function.
602         (process_object): Call new function before attempting to load
603         separate debug info files.
604         * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
605         debuginfod tests to pass.
606         * testsuite/binutils-all/objdump.Wk: Add extra regexps.
607         * testsuite/binutils-all/readelf.k: Add extra regexps.
609 2022-05-19  Nick Clifton  <nickc@redhat.com>
611         * dlltool.c (run): Initialise errmsg_fmt.
612         * dllwrap.c (run): Likewise.
613         * resrc.c (run_cmd): Likewise.
614         * mclex.c (mc_add_keyword): Initialise usz.
615         * srconv.c (wd_hd): Initialise hd.spare2.
616         * windmc.c (mc_add_node_lang): Initialise s.
617         (mc_generate_bin_item): Initialise cvt_txt.
618         (main): Initialise u.
620 2022-05-18  Nick Clifton  <nickc@redhat.com>
622         PR 29135
623         * nm.c (non_weak): New variable.
624         (filter_symbols): When non-weak is true, ignore weak symbols.
625         (long_options): Add --no-weak.
626         (usage): Mention --no-weak.
627         (main): Handle -W/--no-weak.
628         * doc/binutils.texi: Document new feature.
629         * NEWS: Mention the new feature.
630         * testsuite/binutils-all/nm.exp: Add test of new feature.
631         * testsuite/binutils-all/no-weak.s: New test source file.
633 2022-04-25  Nick Clifton  <nickc@redhat.com>
635         PR 29072
636         * testsuite/lib/binutils-common.exp (prune_warnings_extra): Filter
637         out notes about the executable stacjk behaviour beign deprecated.
639 2022-04-12  Nick Clifton  <nickc@redhat.com>
641         PR 28992
642         * objcopy.c (is_strip_section_1): Do not delete debuglink sections
643         when stripping debug information.
645 2022-04-06  Nick Clifton  <nickc@redhat.com>
647         PR 28981
648         * dwarf.c (fetch_indexed_value): Rename to fecth_indexed_addr and
649         return the address, rather than a string.
650         (fetch_indexed_value): New function - returns a value indexed by a
651         DW_FORM_loclistx or DW_FORM_rnglistx form.
652         (read_and_display_attr_value): Add support for DW_FORM_loclistx
653         and DW_FORM_rnglistx.
654         (process_debug_info): Load the loclists and rnglists sections.
655         (display_loclists_list): Add support for DW_LLE_base_addressx,
656         DW_LLE_startx_endx, DW_LLE_startx_length and
657         DW_LLE_default_location.
658         (display_offset_entry_loclists): New function.  Displays a
659         .debug_loclists section that contains offset entry tables.
660         (display_debug_loc): Call the new function.
661         (display_debug_rnglists_list): Add support for
662         DW_RLE_base_addressx, DW_RLE_startx_endx and DW_RLE_startx_length.
663         (display_debug_ranges): Display the contents of the section's
664         header.
665         * dwarf.h (struct debug_info): Add loclists_base field.
666         * testsuite/binutils-all/dw5.W: Update expected output.
667         * testsuite/binutils-all/x86-64/pr26808.dump: Likewise.
669 2022-04-01  John Baldwin  <jhb@FreeBSD.org>
671         * readelf.c (get_freebsd_elfcore_note_type): Handle
672         NT_FREEBSD_X86_SEGBASES.
674 2022-03-31  Nick Clifton  <nickc@redhat.com>
676         * arlex.l: Accept the plus character as part of a filename.
678 2022-03-16  Fangrui Song  <maskray@google.com>
680         PR binutils/28926
681         * objcopy.c (filter_symbols): Apply weaken to STB_GNU_UNIQUE symbols
682         * NEWS: Mention feature.
683         * testsuite/binutils-all/objcopy.exp (objcopy_test_symbol_manipulation): New test.
684         * testsuite/binutils-all/weaken-gnu-unique.s: New.
686 2022-03-16  Martin Storsjö  <martin@martin.st>
688         PR 28885
689         * dlltool.c (main): use imp_name rather than dll_name when
690         generating a temporary file name.
692 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
694         * readelf.c (dump_relocations): Handle EM_AMDGPU.
696 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
698         * Makefile.am (readelf_CFLAGS): New.
699         (readelf_LDADD): Add MSGPACK_LIBS.
700         * Makefile.in: Re-generate.
701         * config.in: Re-generate.
702         * configure: Re-generate.
703         * configure.ac: Add --with-msgpack flag and check for msgpack
704         using pkg-config.
705         * readelf.c: Include msgpack.h if HAVE_MSGPACK.
706         (print_note_contents_hex): New.
707         (print_indents): New.
708         (dump_msgpack_obj): New.
709         (dump_msgpack): New.
710         (print_amdgpu_note): New.
711         (process_note): Handle NT_AMDGPU_METADATA note contents.
712         Use print_note_contents_hex.
714 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
716         * readelf.c (get_amdgpu_elf_note_type): New.
717         (process_note): Handle "AMDGPU" notes.
719 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
721         * readelf.c: Include elf/amdgcn.h.
722         (decode_AMDGPU_machine_flags): New.
723         (get_machine_flags): Handle flags for EM_AMDGPU machine type.
725 2022-03-16  Simon Marchi  <simon.marchi@efficios.com>
727         * readelf.c (get_osabi_name): Handle EM_AMDGPU OS ABIs.
729 2022-03-16  Nick Clifton  <nickc@redhat.com>
731         * po/sr.po: Updated Serbian translation.
733 2022-03-15  Tom Tromey  <tromey@adacore.com>
735         * dwarf-mode.el: Now 1.7.
736         (dwarf--sentinel): Switch to the process buffer.
738 2022-03-11  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>
740         * MAINTAINERS: Add gprofng maintainer.
741         * README-how-to-make-a-release: Add gprofng.
743 2022-03-10  Nick Clifton  <nickc@redhat.com>
745         * dwarf.c (use_debuginfod): New variable.  Set to 1.
746         (load_separate_debug_info): Only call
747         debuginfod_fetch_separate_debug_info is use_debuginfod is true.
748         (dwarf_select_sections_by_names): Add do-not-use-debuginfod and
749         use-debuginfod options.
750         (dwarf_select_sections_by_letters): Add D and E options.
751         * dwarf.h (use_debuginfod): New extern.
752         * objdump.c (usage): Mention the new options.
753         * readelf.c (usage): Likewise.
754         * doc/binutils.texi: Document the new options.
755         * doc/debug-options.texi: Describe the new options.
756         * NEWS: Mention the new feature.
757         * testsuite/binutils-all/debuginfod.exp: Add tests of the new
758         options.
760 2021-03-06  Maciej W. Rozycki  <macro@orcam.me.uk>
762         * testsuite/binutils-all/mips/mips1-branch-alias.d: New test.
763         * testsuite/binutils-all/mips/mips1-branch-noalias.d: New test.
764         * testsuite/binutils-all/mips/mips2-branch-alias.d: New test.
765         * testsuite/binutils-all/mips/mips2-branch-noalias.d: New test.
766         * testsuite/binutils-all/mips/mips32r6-branch-alias.d: New test.
767         * testsuite/binutils-all/mips/mips32r6-branch-noalias.d: New
768         test.
769         * testsuite/binutils-all/mips/micromips-branch-alias.d: New
770         test.
771         * testsuite/binutils-all/mips/micromips-branch-noalias.d: New
772         test.
773         * testsuite/binutils-all/mips/mips-branch-alias.s: New test
774         source.
775         * testsuite/binutils-all/mips/micromips-branch-alias.s: New test
776         source.
777         * testsuite/binutils-all/mips/mips.exp: Run the new tests.
779 2022-03-04  Simon Marchi  <simon.marchi@polymtl.ca>
781         * readelf.c (process_dynamic_section): Fix indentation.
783 2022-02-09  Nick Clifton  <nickc@redhat.com>
785         * README-how-to-make-a-release: Update after the 2.38 release.
787 2022-01-27  Nick Clifton  <nickc@redhat.com>
789         * po/sv.po: Updated Swedish translation.
791 2022-01-24  Nick Clifton  <nickc@redhat.com>
793         * po/bg.po: Updated Bulgarian translation.
794         * po/fr.po: Updated French translation.
795         * po/ro.po: Updated Romanian translation.
796         * po/uk.po: Updated Ukranian translation.
798 2022-01-22  Martin Storsjö  <martin@martin.st>
800         * dlltool.c (main): Allow inferring tmp_prefix from the dll name
801         from a def file.
803 2022-01-22  Nick Clifton  <nickc@redhat.com>
805         * configure: Regenerate.
806         * po/binutils.pot: Regenerate.
808 2022-01-22  Nick Clifton  <nickc@redhat.com>
810         * 2.38 release branch created.
812 2022-01-17  Nick Clifton  <nickc@redhat.com>
814         * Makefile.in: Regenerate.
816 2022-01-11  Fangrui Song  <maskray@google.com>
818         PR binutils/28759
819         * ar.c (long_options): Add --thin.
820         (usage) Add --thin. Deprecate -T without diagnostics.
821         * doc/binutils.texi: Add doc.
822         * NEWS: Mention --thin.
823         * binutils/testsuite/binutils-all/ar.exp: Add tests.
825 2022-01-11  Martin Storsjö  <martin@martin.st>
827         * dlltool.c (main): If a prefix has not been provided, attempt to
828         use a deterministic one based upon the dll name.
830 2022-01-07  Pavel Mayorov  <pmayorov@cloudlinux.com>
832         PR 28718
833         * dwarf.c: Revert previous delta.
834         (debug_get_real_type): Reject indirect types that point to
835         indirect types.
836         (debug_get_type_name, debug_get_type_size, debug_write_type):
837         Likewise.
839 2022-01-06  Nick Clifton  <nickc@redhat.com>
841         * debug.c (debug_write_type): Allow for malicious recursion via
842         indirect debug types.
844 2022-01-04  Nick Clifton  <nickc@redhat.com>
846         PR 28716
847         * dwarf.c (load_build_id_debug_file): Remove spurious printf.
849 2021-12-16  Nick Clifton  <nickc@redhat.com>
851         PR 28697
852         * dwarf.c (load_build_id_debug_file): New function.
853         (try_build_id_prefix): New function.
854         (check_for_and_load_links): Call load_build_id_debug_file.
855         (debug_displays): Add entry for .note.gnu.build-id.
856         * dwarf.h (enum dwarf_section_display_enum): Add
857         note_gnu_build_id.
858         * testsuite/binutils-all/debuginfod.exp (test_fetch_debuglink):
859         Fix regexp for loads via debuglink section.
861 2021-12-03  Chenghua Xu  <xuchenghua@loongson.cn>
863         * MAINTAINERS: Add myself and Zhensong Liu
864         as the LoongArch maintainer.
866 2021-12-02  Nick Clifton  <nickc@redhat.com>
868         PR 28645
869         * dwarf.c (process_cu_tu_index): Add test for overruning section
870         whilst processing slots.
872 2021-11-30  Roland McGrath  <mcgrathr@google.com>
874         * doc/local.mk: Give each man page target its missing dependency on
875         doc/$(am__dirstamp).
877 2021-11-30  Nick Clifton  <nickc@redhat.com>
879         * dwarf.c (find_debug_info_for_offset): Use dwarf_vma type for
880         offsets, sizes and ranges.
881         (display_loc_list): Likewise.  Also use print_dwarf_vma to print
882         the offset.
883         (display_loclists_list): Likewise.
884         (display_loc_list_dwo): Likewise.
885         (display_debug_str): Likewise.
886         (display_debug_aranges): Likewise.
887         (display_debug_ranges_list): Likewise.
888         (display_debug_rnglists_list): Likewise.
889         (display_debug_ranges): Likewise.
891 2021-11-29  Nick Clifton  <nickc@redhat.com>
893         PR 28632
894         * strings.c (usage): Update desciption of -n option.
895         * doc/binutils.texi: Likewise.
897 2021-11-24  Nick Clifton  <nickc@redhat.com>
899         PR 28564
900         * sysdump.c (getCHARS): Check for an out of bounds read.
902 2021-11-16  Fangrui Song  <maskray@google.com>
904         * readelf.c (enum relocation_type): New.
905         (slurp_relr_relocs): New.
906         (dump_relocations): Change is_rela to rel_type.
907         Dump RELR.
908         (dynamic_relocations): Add DT_RELR.
909         (process_relocs): Check SHT_RELR and DT_RELR.
910         (process_dynamic_section): Store into dynamic_info for
911         DT_RELR/DT_RELRENT/DT_RELRSZ.
913 2021-11-09  Nick Clifton  <nickc@redhat.com>
915         * nm.c: Add --unicode option to control how unicode characters are
916         handled.
917         * objdump.c: Likewise.
918         * readelf.c: Likewise.
919         * strings.c: Likewise.
920         * binutils.texi: Document the new feature.
921         * NEWS: Document the new feature.
922         * testsuite/binutils-all/unicode.exp: New file.
923         * testsuite/binutils-all/nm.hex.unicode
924         * testsuite/binutils-all/strings.escape.unicode
925         * testsuite/binutils-all/objdump.highlight.unicode
926         * testsuite/binutils-all/readelf.invalid.unicode
928 2021-11-03  Tom Tromey  <tromey@adacore.com>
930         * dwarf.c (display_debug_loc): Use section name in warnings.
932 2021-10-25  Nick Alcock  <nick.alcock@oracle.com>
934         * objdump.c (usage): --ctf now has an optional argument.
935         (main): Adjust accordingly.
936         (dump_ctf): Default it.
937         * doc/ctf.options.texi: Adjust.
939 2021-10-25  Nick Alcock  <nick.alcock@oracle.com>
941         * objdump.c (usage): --ctf-parent now takes a name, not a section.
942         (dump_ctf): Don't open a separate section; use the parent_name in
943         ctf_dict_open instead.  Use ctf_archive_next, not ctf_archive_iter,
944         so we can pass down a member count.
945         (dump_ctf_archive_member): Add the member count; don't return
946         anything.  Import parents into children no matter what the
947         parent's name, while still avoiding displaying the header for the
948         common parent name of ".ctf".
949         * readelf.c (usage): Adjust similarly.
950         (dump_section_as_ctf): Likewise.
951         (dump_ctf_archive_member): Likewise.  Never stop iterating over
952         archive members, even if ctf_dump of one member fails.
953         * doc/ctf.options.texi: Adjust.
955 2021-10-19  Nick Clifton  <nickc@redhat.com>
957         * nm.c (filter_symbols): Test for a NULL name before checking to
958         see if the symbol is __gnu_lto_slim.
959         * objcopy.c (filter_symbols): Likewise.
961 2021-09-30  Nick Clifton  <nickc@redhat.com>
963         * objcopy.c (filter_symbols): Fail if attempting to dredefine
964         symbols in an LTO object file.
966 2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
968         * configure: Regenerate.
970 2021-09-20  Andrew Burgess  <andrew.burgess@embecosm.com>
972         * testsuite/binutils-all/riscv/riscv.exp: New file.
973         * testsuite/binutils-all/riscv/unknown.d: New file.
974         * testsuite/binutils-all/riscv/unknown.s: New file.
976 2021-09-07  Luis Machado  <luis.machado@linaro.org>
978         Revert: [AArch64] MTE corefile support
980         2021-05-21  Luis Machado  <luis.machado@linaro.org>
982         * readelf.c (get_note_type): Handle NT_MEMTAG note types.
984 2021-08-11  Nick Clifton  <nickc@redhat.com>
986         * po/pt.po: Updated Portuguese translation.
988 2021-08-10  Nick Clifton  <nickc@redhat.com>
990         * po/sr.po: Updated Serbian translation.
992 2021-07-16  Nick Clifton  <nickc@redhat.com>
994         * po/sv.po: Updated Swedish translation.
996 2021-07-14  Clément Chigot  <clement.chigot@atos.net>
998         * dwarf.h (struct dwarf_section): Add XCOFF name.
999         * dwarf.c (struct dwarf_section_display): Update.
1000         * objdump.c (load_debug_section): Add XCOFF name handler.
1001         (dump_dwarf_section): Likewise.
1003 2021-07-12  Nick Clifton  <nickc@redhat.com>
1005         * po/fr.po: Updated French translation.
1007 2021-07-10  Alan Modra  <amodra@gmail.com>
1009         PR 28069
1010         * dwarf.c (display_discr_list): Remove assertions.  Delete "end"
1011         parameter, use initial "data" pointer as the end.  Formatting.
1012         Don't count down bytes as they are read.
1013         (read_and_display_attr_value): Adjust display_discr_list call.
1014         (read_and_print_leb128): Don't pass __FILE__ and __LINE__ to
1015         report_leb_status.
1016         * dwarf.h (report_leb_status): Don't report file and line
1017         numbers.  Delete file and lnum parameters,
1018         (READ_ULEB, READ_SLEB): Adjust.
1020 2021-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1022         * configure.ac: Check for strnlen declaration.
1023         * configure, config.in: Regenerate.
1025 2021-07-05  Alan Modra  <amodra@gmail.com>
1027         PR 28047
1028         * dwarf.c (get_type_abbrev_from_form): Add cu_end parameter.
1029         Check DW_FORM_ref1 etc. arg against cu_end rather than end of
1030         section.  Adjust all callers.
1032 2021-07-03  Nick Clifton  <nickc@redhat.com>
1034         * configure: Regenerate.
1035         * po/opcodes.pot: Regenerate.
1036         * README-how-to-make-a-release: Update.
1038 2021-07-03  Nick Clifton  <nickc@redhat.com>
1040         * 2.37 release branch created.
1042 2021-07-02  Alan Modra  <amodra@gmail.com>
1044         PR 28048
1045         * dwarf.c (get_type_signedness): Don't run off end of buffer
1046         printing DW_FORM_string attribute.
1048 2021-07-01  Nick Clifton  <nickc@redhat.com>
1050         PR 28029
1051         * testsuite/binutils-all/debuginfod.exp: Replace -wK with -wk.
1053 2021-07-01  Andrei Homescu  <ah@immunant.com>
1055         * readelf.c (process_archive): Reset file position to the
1056         beginning when calling process_object for thin archive members.
1057         * testsuite/binutils-all/readelf.exp: Add test.
1058         * testsuite/binutils-all/readelf.h.thin: New file.
1060 2021-06-30  Tom Tromey  <tom@tromey.com>
1062         * dwarf.c (read_and_display_attr_value): Handle
1063         DW_FORM_implicit_const.
1065 2021-06-30  Richard Henderson  <richard.henderson@linaro.org>
1067         * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf
1068         and DW_CFA_def_cfa_offset_sf have a signed offset.
1070 2021-06-19  Alan Modra  <amodra@gmail.com>
1072         * dwarf.c (display_debug_lines_decoded): Use memcpy rather than
1073         strncpy when trimming file name length to MAX_FILENAME_LENGTH.
1074         Don't make an unnecessary copy when length is good.
1076 2021-06-18  H.J. Lu  <hongjiu.lu@intel.com>
1078         * readelf.c (print_gnu_property_note): Handle
1079         GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
1080         GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
1082 2021-06-15  Nick Clifton  <nickc@redhat.com>
1084         * readelf.c (get_note_type): Add support for NT_GO_BUILDID.
1086 2021-06-15  Alan Modra  <amodra@gmail.com>
1088         * readelf.c (locate_dynamic_section, is_pie): New functions.
1089         (get_file_type): Replace e_type parameter with filedata.  Call
1090         is_pie for ET_DYN.  Update all callers.
1091         (process_program_headers): Use local variables dynamic_addr and
1092         dynamic_size, updating filedata on exit from function.  Set
1093         dynamic_size of 1 to indicate no dynamic section or segment.
1094         Update tests of dynamic_size throughout.
1095         * testsuite/binutils-all/x86-64/pr27708.dump: Update expected output.
1097 2021-06-14  Eric Botcazou  <ebotcazou@adacore.com>
1099         * dwarf.c (struct abbrev_attr): Change type of implicit_const.
1100         (add_abbrev_attr): Likewise.
1101         (process_abbrev_set): Likewise.
1102         (display_debug_abbrev): Adjust to above change.
1104 2021-06-12  Alan Modra  <amodra@gmail.com>
1106         * readelf.c (process_file_header): Don't clear section_headers.
1108 2021-06-12  Alan Modra  <amodra@gmail.com>
1110         * readelf.c (get_section_headers): Don't test e_shoff here, leave
1111         that to get_32bit_section_headers or get_64bit_section_headers.
1112         (process_object): Throw away section header read to print file
1113         header extension.
1115 2021-06-11  Alan Modra  <amodra@gmail.com>
1117         * readelf.c (struct filedata): Move archive_file_offset and
1118         archive_file_size earlier.
1119         (free_filedata): Clear using memset.
1121 2021-06-11  Alan Modra  <amodra@gmail.com>
1123         * readelf.c (GET_ELF_SYMBOLS): Delete.  Replace with..
1124         (get_elf_symbols): ..this new function throughout.
1125         (get_32bit_section_headers): Don't free section_headers.
1126         (get_64bit_section_headers): Likewise.
1127         (get_section_headers): New function, use throughout in place of
1128         32bit and 64bit variants.
1129         (get_dynamic_section): Similarly.
1130         (process_section_headers): Don't free filedata memory here.
1131         (get_file_header): Don't get section headers here..
1132         (process_object): ..Read them here instead.  Don't exit without
1133         freeing filedata memory.
1135 2021-06-09  Nick Clifton  <nickc@redhat.com>
1137         * MAINTAINERS: Remove Daniel Jacobwitz from the maintainers list.
1139 2021-06-07  Jan Beulich  <jbeulich@suse.com>
1141         * dwarf.c (display_debug_aranges): Add u suffix to constant.
1143 2021-05-29  Alan Modra  <amodra@gmail.com>
1145         * objdump (usage): Add missing \n.
1147 2021-05-29  Alan Modra  <amodra@gmail.com>
1149         * readelf.c (parse_args): Call dwarf_select_sections_all on
1150         --debug-dump without optarg.
1151         (usage): Associate -w and --debug-dump options closely.
1152         Split up help message.  Remove extraneous blank lines around
1153         ctf help.
1154         * objdump.c (usage): Similarly.
1156 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
1158         * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
1159         operand disassembly.
1160         * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
1162 2021-05-29  Maciej W. Rozycki  <macro@orcam.me.uk>
1164         * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Use `mips:3000'
1165         machine for disassembly.
1166         * testsuite/binutils-all/mips/mips-xpa-virt-2.d: Likewise.
1167         * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
1168         * testsuite/binutils-all/mips/mips-xpa-virt-4.d: Likewise.
1170 2021-05-28  H.J. Lu  <hongjiu.lu@intel.com>
1172         PR ld/27905
1173         * readelf.c (decode_x86_feature_2): Revert commit 50c95a739c9.
1175 2021-05-27  Alan Modra  <amodra@gmail.com>
1177         * readelf (usage): Order -w letters to match --debug-dump= and
1178         move common '=' for --debug-dump out of brackets.
1180 2021-05-26  H.J. Lu  <hongjiu.lu@intel.com>
1182         PR ld/27905
1183         * readelf.c (decode_x86_feature_2): Support
1184         GNU_PROPERTY_X86_FEATURE_2_CODE16.
1186 2021-05-23  Tiezhu Yang  <yangtiezhu@loongson.cn>
1188         * readelf.c (get_machine_name): Change Loongson Loongarch to
1189         LoongArch.
1191 2021-05-21  Luis Machado  <luis.machado@linaro.org>
1193         * readelf.c (get_note_type): Add missing NT_ARM_* entries.
1195 2021-05-21  Luis Machado  <luis.machado@linaro.org>
1197         * readelf.c (get_note_type): Handle NT_MEMTAG note types.
1199 2021-05-19  Eli Schwartz  <eschwartz@archlinux.org>
1201         * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
1203 2021-05-19  Alan Modra  <amodra@gmail.com>
1205         PR 27884
1206         * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
1207         param with map_return, and return map for DW_FORM_ref_addr.
1208         (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
1209         Pass returned cu map start and end to recursive call.
1210         (read_and_display_attr_value): Similarly.
1212 2021-05-19  Alan Modra  <amodra@gmail.com>
1214         PR 27879
1215         * sysdump.c (getBARRAY): Sanity check size against max.
1216         (getINT): Avoid UB shift left.
1218 2021-05-15  Alan Modra  <amodra@gmail.com>
1220         * dwarf.c (process_cu_tu_index): Avoid pointer UB.  Use _mul_overflow.
1221         Delete dead code.
1223 2021-05-15  Alan Modra  <amodra@gmail.com>
1225         * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
1226         length calculations.
1228 2021-05-15  Alan Modra  <amodra@gmail.com>
1230         * dwarf.c (display_debug_names): Complain when header length is
1231         too small.  Avoid pointer UB.  Sanity check augmentation string,
1232         CU table, TU table and foreign TU table sizes.
1234 2021-05-15  Alan Modra  <amodra@gmail.com>
1236         * dwarf.c (display_debug_frames): Delete initial_length_size.
1237         Avoid pointer UB.  Constrain data reads to length given in header.
1238         Sanity check cie header length.  Only skip up to next FDE on
1239         finding augmentation data too long.
1241 2021-05-15  Alan Modra  <amodra@gmail.com>
1243         * dwarf.c (read_cie): Add more sanity checks to ensure data
1244         pointer is not bumped past end.
1246 2021-05-15  Alan Modra  <amodra@gmail.com>
1248         * dwarf.c (display_debug_ranges): Delete initial_length_size.
1249         Correct fallback size calculated on finding a reloc.  Constrain
1250         data reads to length given in header.  Avoid pointer UB.
1252 2021-05-15  Alan Modra  <amodra@gmail.com>
1254         * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
1256 2021-05-15  Alan Modra  <amodra@gmail.com>
1258         * dwarf.c (display_debug_str_offsets): Constrain reads to length
1259         given in header.
1261 2021-05-15  Alan Modra  <amodra@gmail.com>
1263         * dwarf.c (display_debug_aranges): Delete initial_length_size.
1264         Use end_ranges to constrain data reads to header length.  Avoid
1265         pointer UB.
1267 2021-05-15  Alan Modra  <amodra@gmail.com>
1269         * dwarf.c (display_loc_list): Avoid pointer UB.  Correct check
1270         before reading uleb length.  Warn on excess length.
1272 2021-05-15  Alan Modra  <amodra@gmail.com>
1274         * dwarf.c (display_debug_macro): Print strings that might not
1275         be zero terminated with %*s.  Don't bump curr if unterminated.
1277 2021-05-15  Alan Modra  <amodra@gmail.com>
1279         * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
1280         Simplify length sanity check, and check for too small lengths.
1281         Constrain data reads to header length.  Avoid pointer UB.
1283 2021-05-15  Alan Modra  <amodra@gmail.com>
1285         * dwarf.c (display_debug_macinfo): Print strings that might not
1286         be zero terminated with %*s.  Don't bump curr if unterminated.
1288 2021-05-15  Alan Modra  <amodra@gmail.com>
1290         * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
1291         Simplify length check.  Constrain reads to length given by header.
1293 2021-05-15  Alan Modra  <amodra@gmail.com>
1295         * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
1296         we have already checked for NUL termination.
1298 2021-05-15  Alan Modra  <amodra@gmail.com>
1300         * dwarf.c (read_debug_line_header): Delete initial_length_size.
1301         Avoid pointer UB.  Keep within length specified by header.
1302         Delete dead code.
1304 2021-05-15  Alan Modra  <amodra@gmail.com>
1306         * dwarf.c (process_debug_info): Always do the first CU length
1307         scan for sanity checks.  Remove initial_length_size var and
1308         instead calculate end_cu.  Use end_cu to limit data reads.
1309         Delete now dead code checking length.
1311 2021-05-15  Alan Modra  <amodra@gmail.com>
1313         * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
1315 2021-05-15  Alan Modra  <amodra@gmail.com>
1317         * bucomm.h (_mul_overflow): Define.
1318         * dwarf.c (get_encoded_value): Avoid pointer UB.
1320 2021-05-13  Alan Modra  <amodra@gmail.com>
1322         PR 27861
1323         * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
1324         header length.
1326 2021-05-13  Alan Modra  <amodra@gmail.com>
1328         PR 27860
1329         * dwarf.c (display_debug_frames): Sanity check cie_off before
1330         attempting to read cie.
1332 2021-05-12  Alan Modra  <amodra@gmail.com>
1334         * dwarf.c (process_extended_line_op): Don't bump data pointer past
1335         end when strnlen doesn't find string terminator.
1336         (decode_location_expression): Remove dead code.
1337         (skip_attr_bytes): Remove const from end param.  Ensure data
1338         pointer doesn't pass end.
1339         (get_type_signedness): Remove const from end param.
1340         (read_and_display_attr_value): Ensure data pointer doesn't pass end.
1341         (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
1342         (display_debug_pubnames_worker): Likewise.
1343         (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
1344         than blindly incrementing data pointer.
1345         (display_debug_addr, display_debug_str_offsets): Likewise.  Don't
1346         compare pointers, compare lengths.
1348 2021-05-12  Alan Modra  <amodra@gmail.com>
1350         * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
1351         (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
1352         (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
1353         (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
1354         SAFE_BYTE_GET followed by increment.
1355         (process_debug_info): Likewise, and test bytes remaining before
1356         incrementing section_begin rather than using pointer comparison.
1357         (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
1358         (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
1360 2021-05-12  Alan Modra  <amodra@gmail.com>
1362         * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
1363         (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
1364         SAFE_BYTE_GET_AND_INC.
1365         (read_and_display_attr_value): Likewise.  Print using dwarf_vmatoa.
1366         (process_debug_info, process_cu_tu_index): Likewise.
1367         * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
1368         (byte_get, byte_get_little_endian, byte_get_big_endian),
1369         (byte_get_signed): Make size param unsigned.  Remove code dealing
1370         with 4-byte elf_vma.
1371         (byte_get_64): Delete.
1372         * elfcomm.h  (byte_put, byte_put_little_endian, byte_put_big_endian),
1373         (byte_get, byte_get_little_endian, byte_get_big_endian),
1374         (byte_get_signed): Update prototypes.
1375         (byte_get_64): Delete.
1377 2021-05-12  Alan Modra  <amodra@gmail.com>
1379         PR 27836
1380         * dwarf.c (display_debug_frames): Don't compare pointers derived
1381         from user input.  Test offset against bounds instead.
1383 2021-05-12  Alan Modra  <amodra@gmail.com>
1385         PR 27853
1386         * dwarf.c (display_formatted_table): Test for data >= end rather
1387         than data == end.
1388         (process_extended_line_op): Likewise.
1389         (display_debug_lines_raw): Likewise.
1390         (display_debug_lines_decoded): Likewise.
1392 2021-05-12  Alan Modra  <amodra@gmail.com>
1394         PR 27849
1395         * dwarf.c (fetch_indexed_string): Correct length sanity checks.
1396         Sanity check section size for version and padding too.  Correct
1397         index sanity check.  Handle multiple tables in .debug_str_offsets.
1399 2021-05-11  Hans-Peter Nilsson  <hp@axis.com>
1401         * dwarf.c (process_abbrev_set): Properly parenthesize before
1402         casting to unsigned long.
1404 2021-05-11  Alan Modra  <amodra@gmail.com>
1406         PR 27845
1407         * dwarf.c (process_abbrev_set): Replace start and end parameters
1408         with section, abbrev_base, abbrev_size, abbrev_offset.  Update
1409         all callers.  Sanity check parameters correctly and emit warnings
1410         here rather than..
1411         (process_debug_info): ..here.
1413 2021-05-10  Thomas Wolff  <towo@towo.net>
1415         PR 4356
1416         PR 26865
1417         PR 27594
1418         * windres.c (quot): Revert previous delta.  Do not use double
1419         quotes when spaces are detected in options.
1420         * doc/binutils.texi (windres): Remove suggestion that the
1421         --preprocessor option can take arguments.
1423 2021-05-10  Alan Modra  <amodra@gmail.com>
1425         * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
1426         END rather than adding amount to PTR.
1427         (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
1429 2021-05-09  Alan Modra  <amodra@gmail.com>
1431         * objcopy.c (eq_string): Delete.
1432         (create_symbol_htab): Use htab_eq_string.
1434 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
1436         * README-how-to-make-a-release: Update html & pdf entries.
1438 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
1440         * doc/Makefile.am (html-local, binutils/index.html): New targets.
1441         * doc/Makefile.in: Regenerate.
1443 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
1445         * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
1446         * doc/Makefile.in: Regenerate.
1448 2021-05-07  Nick Clifton  <nickc@redhat.com>
1450         * readelf.c (no_processor_specific_unwind): New function.
1451         (process_unwind): Use no_processor_specific_unwind for X86
1452         targets.
1454 2021-05-07  Michael Forney <mforney@mforney.org>
1456         * dwarf.c: Don't omit second operand of '?' operator.
1458 2021-04-30  Nick Clifton  <nickc@redhat.com>
1460         PR 27796
1461         * dwarf.c (load_debug_sup_file): Allocate memory for filename in
1462         .debug_sup section.
1464 2021-04-29  Nick Clifton  <nickc@redhat.com>
1466         PR 27594
1467         * doc/binutils.texi (windres): Correct the description of the
1468         default value of the --preprocessor argument.
1470 2021-04-27  Nick Clifton  <nickc@redhat.com>
1472         PR 27779
1473         * dwarf.c (parse_gnu_debuglink): Reject empty names.
1474         (parse_gnu_debugaltlink): Likewise.
1476 2021-04-22  Clément Chigot  <clement.chigot@atos.net>
1478         * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
1479         aux structures.
1481 2021-04-21  Nick Lott  <nick.lott@gmail.com>
1483         PR 27672
1484         * readelf.c (sym_base): New variable.
1485         (enum print_mode): Add more modes.
1486         (print_vma): Add suport for new modes.
1487         (options): Add sym-base.
1488         (usage): Add sym-base.
1489         (parse_args): Add support for --sym-base.
1490         (print_dynamic_symbol_size): New function.
1491         (print_dynamic_symbol): Use new function.
1492         * doc/binutils.texi: Document the new feature.
1493         * NEWS: Mention the new feature.
1495 2021-04-21  Nick Clifton  <nickc@redhat.com>
1497         * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
1498         Adjust expected output to allow for named section symbols.
1499         * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
1500         Likewise.
1501         * testsuite/binutils-all/readelf.s-64: Likewise.
1502         * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1503         * testsuite/binutils-all/readelf.ss-tmips: Likewise.
1504         * testsuite/binutils-all/readelf.ss-unused: Likewise.
1506 2021-04-21  Luo Longjun  <luolongjun@huawei.com>
1508         * readelf.c (print_dynamic_symbol): Print the section name for
1509         section symbols without a name of their own.
1511 2021-04-20  Andreas Krebbel  <krebbel@linux.ibm.com>
1513         * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
1514         add him to Past Maintainers.
1515         Update my email address.
1517 2021-04-19  Nick Clifton  <nickc@redhat.com>
1519         PR 21702
1520         * arsup.c (ar_addmod): Enable plugin support, if available.
1522 2021-04-19  Nick Clifton  <nickc@redhat.com>
1524         * rename.c: (get_stat_atime_ns): Add prototype.
1525         (get_stat_mtime_ns): Add prototype.
1527 2021-04-16  Alan Modra  <amodra@gmail.com>
1529         PR 27725
1530         * rename.c (get_stat_atime, get_stat_mtime): Make static.
1531         (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
1533 2021-04-15  Pekka Seppänen  <pexu@sourceware.mail.kapsi.fi>
1535         PR 27725
1536         * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
1537         (get_stat_mtime_ns): Likewise.
1539 2021-04-15  Alan Modra  <amodra@gmail.com>
1541         PR 27725
1542         * configure.ac: Check for sys/time.h and utimensat.  Use standard
1543         checks for mkstemp and mkdtemp.  Whitespace.  Check for nanosecond
1544         members of struct stat.
1545         * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
1546         (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
1547         (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
1548         (get_stat_atime, get_stat_mtime): Likewise.
1549         (set_times): Choose first available of utimensat, utimes, utime.
1550         Use above inline functions to set timespec and timeval values.
1551         * configure: Regenerate.
1552         * config.in: Regenerate.
1553         * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
1554         file timestamp when --preserve-dates is used.
1556 2021-04-15  Alan Modra  <amodra@gmail.com>
1558         PR 27456
1559         * rename.c (smart_rename): When TO and FROM are equal, just set
1560         file timestamp.
1561         * objcopy.c (strip_main, copy_main): Always call smart_rename.
1563 2021-04-14  H.J. Lu  <hongjiu.lu@intel.com>
1565         PR binutils/27708
1566         * testsuite/binutils-all/x86-64/pr27708.dump: New file.
1567         * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
1568         * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
1569         test.
1571 2021-04-14  Mark Harmstone  <mark@harmstone.com>
1573         PR 27686
1574         * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
1575         end of the structure.
1577 2021-04-14  Frederic Cambus  <fred@statdns.com>
1579         * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
1580         checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
1582 2021-04-14  Alan Modra  <amodra@gmail.com>
1584         PR 27716
1585         * objdump.c (show_line): Don't limit paths to PATH_MAX.
1586         * readelf.c (struct filedata): Change program_interpreter from
1587         a char array to a char pointer.
1588         (process_program_headers): Sanity check PT_INTERP p_filesz.
1589         Malloc program_interpreter using p_filesz and read directly from
1590         file.
1591         (process_dynamic_section): Check program_interpreter is non-NULL.
1592         (free_filedata): New function, split out from..
1593         (process_object): ..here.
1594         (close_debug_file): Call free_filedata.
1595         * sysdep.h: Don't include sys/param.h.
1596         (PATH_MAX): Don't define.
1597         * configure.ac: Don't check for sys/param.h.
1598         * configure: Regenerate.
1600 2021-04-13  Frederic Cambus  <fred@statdns.com>
1602         * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
1603         check for NT_NETBSD_PAX.
1605 2021-04-12  Alan Modra  <amodra@gmail.com>
1607         * configure.ac (--enable-checking): Add support.
1608         * config.in: Regenerate.
1609         * configure: Regenerate.
1611 2021-04-09  Alan Modra  <amodra@gmail.com>
1613         * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
1614         dynrelcount.
1615         (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
1616         (disassemble_section, disassemble_data): Likewise.
1618 2021-04-06  Alan Modra  <amodra@gmail.com>
1620         * objdump.c (objdump_symbol_at_address): Return asymbol*.
1622 2021-04-06  Alan Modra  <amodra@gmail.com>
1624         * NEWS: Mention C99 requirement.
1625         * README: Likewise.  Modernise examples and "Reporting bugs".
1627 2021-04-05  Alan Modra  <amodra@gmail.com>
1629         * configure.ac: Assume long long is available.  Don't test for
1630         strings.h, stdlib.h, limits.h, locale.h, or wchar.h.  Check
1631         inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
1632         strcoll, setlocale, setmode or location of time_t.  Don't check
1633         for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
1634         (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
1635         * sysdep.h: Don't include alloca-conf.h, include config.h instead.
1636         Test HAVE_SYS_TYPES_H and reorder includes.  Include limits.h,
1637         locale.h, string.h and stdlib.h unconditionally.  Remove various
1638         fallback declarations.  Assume long long is available.
1639         * addr2line.c: Don't test HAVE_SETLOCALE.
1640         * ar.c: Likewise.
1641         * coffdump.c: Likewise.
1642         * dlltool.c: Likewise.
1643         * dllwrap.c: Likewise.
1644         * elfedit.c: Likewise.
1645         * nm.c: Likewise.
1646         * objcopy.c: Likewise.
1647         * objdump.c: Likewise.
1648         * readelf.c: Likewise.
1649         * size.c: Likewise.
1650         * srconv.c: Likewise.
1651         * strings.c: Likewise.
1652         * sysdump.c: Likewise.
1653         * windmc.c: Likewise.
1654         * windres.c: Likewise.
1655         * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
1656         * dwarf.c: Include limits.h unconditionally.  Assume long long
1657         is available.
1658         * nm.c: Don't test HAVE_STRCOLL.
1659         * readelf.c: Don't test HAVE_WCHAR_H.
1660         * strings.c: Assume long long is available.
1661         * syslex.l: Include string.h unconditionally.
1662         * aclocal.m4: Regenerate.
1663         * config.in: Regenerate.
1664         * configure: Regenerate.
1665         * Makefile.in: Regenerate.
1666         * doc/Makefile.in: Regenerate.
1668 2021-04-01  Martin Liska  <mliska@suse.cz>
1670         * elfcomm.h (strneq): Remove strneq and use startswith.
1671         * readelf.c (ia64_process_unwind): Likewise.
1672         (process_note): Likewise.
1674 2021-04-01  Martin Liska  <mliska@suse.cz>
1676         * dllwrap.c: Use startswith function.
1677         * objcopy.c (is_dwo_section): Likewise.
1678         (handle_remove_section_option): Likewise.
1679         (copy_main): Likewise.
1680         * objdump.c (is_significant_symbol_name): Likewise.
1682 2021-04-01  Martin Liska  <mliska@suse.cz>
1684         * dwarf.c (display_debug_lines_raw): Replace const_strneq with
1685         startswith.
1686         (display_debug_lines_decoded): Likewise.
1687         (display_debug_links): Likewise.
1688         * elfcomm.c (setup_archive): Likewise.
1689         * elfcomm.h (const_strneq): Likewise.
1690         * readelf.c (process_section_headers): Likewise.
1691         (slurp_ia64_unwind_table): Likewise.
1692         (slurp_hppa_unwind_table): Likewise.
1693         (decode_arm_unwind): Likewise.
1694         (display_debug_section): Likewise.
1695         (process_note): Likewise.
1697 2021-03-31  Alan Modra  <amodra@gmail.com>
1699         * sysdep.h (POISON_BFD_BOOLEAN): Define.
1700         * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
1701         * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
1702         * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
1703         * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
1704         * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
1705         * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
1706         * windmc.c, * windmc.h, * windres.c, * winduni.c,
1707         * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
1708         and TRUE with true throughout.
1710 2021-03-31  Alan Modra  <amodra@gmail.com>
1712         * coffdump.c: Include stdint.h in place of bfd_stdint.h.
1713         * dwarf.c: Likewise.
1715 2021-03-31  Alan Modra  <amodra@gmail.com>
1717         * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
1719 2021-03-29  Alan Modra  <amodra@gmail.com>
1721         * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
1722         * dwarf.c (read_and_display_attr_value): Likewise.
1723         (display_debug_str_offsets): Likewise.
1724         * objdump.c (dump_bfd): Likewise.
1725         * readelf.c (dump_section_as_strings): Likewise.
1726         (dump_section_as_bytes): Likewise.
1728 2021-03-29  Alan Modra  <amodra@gmail.com>
1730         * objdump.c (process_links): Use type int.
1731         * readelf.c (request_dump): Don't increment do_dump, set it.
1732         * windint.h (target_is_bigendian): Use type bfd_boolean.
1733         * windmc.c (target_is_bigendian): Likewise.
1734         * windres.c (target_is_bigendian): Likewise.
1736 2021-03-22  Martin Liska  <mliska@suse.cz>
1738         * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
1739         with startswith.
1740         * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
1741         * objcopy.c (is_mergeable_note_section): Likewise.
1742         * objdump.c (dump_dwarf_section): Likewise.
1743         * prdbg.c (pr_method_type): Likewise.
1744         (pr_class_baseclass): Likewise.
1745         (tg_class_baseclass): Likewise.
1746         * readelf.c (process_lto_symbol_tables): Likewise.
1747         * stabs.c (ULLHIGH): Likewise.
1748         (parse_stab_argtypes): Likewise.
1749         (stab_demangle_function_name): Likewise.
1751 2021-03-19  H.J. Lu  <hongjiu.lu@intel.com>
1753         * readelf.c (get_machine_name): Add EM_INTELGT.
1755 2021-03-18  Nick Clifton  <nickc@redhat.com>
1757         PR 27478
1758         * readelf.c (dump_section_as_strings): Mention separate filename.
1759         (dump_section_as_bytes): Likewise.
1760         (dump_section_as_ctf): Likewise.
1761         (initialise_dumkps_byname): Only issue a warning for missing
1762         sections if processing the main file.
1763         (process_section_contents): Only issue a warning for unsumped
1764         section numbers in the main file.
1765         (initialise_dump_sects): New function.  Contains code extracted
1766         from ...
1767         (process_object): ... here.  Also call initialise_dump_sects for
1768         separate files.
1770 2021-03-16  Nick Clifton  <nickc@redhat.com>
1772         PR 27534
1773         * readelf.c (display_debug_section): Also retain .debug_addr
1774         sections.
1776 2021-03-16  Nick Clifton  <nickc@redhat.com>
1778         PR 27533
1779         * readelf.c (process_section_contents): Only dump debug
1780         information for separate files unless process_links is enabled.
1781         (process_object): Always call process_section_contents for
1782         separate info files.
1784 2021-03-15  Nick Clifton  <nickc@redhat.com>
1786         PR 27487
1787         * nm.c (FORMAT_JUST_SYMBOLS): Define.
1788         (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
1789         (long_options): Add just-symbols.
1790         (set_output_format): Add support for just-symbols.
1791         (get_print_format): Likewise.
1792         (do_not_print_object_filename): New function.
1793         (do_not_print_archive_filename): New function.
1794         (do_not_print_archive_member): New function.
1795         (do_not_print_symbol_filename): New function.
1796         (just_print_symbol_name): New function.
1797         (main): Handle --just-symbols.
1798         * NEWS: Mention the new feature.
1799         * doc/binutils.texi: Document the new feature.
1801 2021-03-12  Clément Chigot  <clement.chigot@atos.net>
1803         * od-xcoff.c: Replace RTB by TRL entry.
1805 2021-03-05  Craig Blackmore  <craig.blackmore@embecosm.com>
1806             Andrew Burgess  <andrew.burgess@embecosm.com>
1808         * readelf.c (get_note_type): Handle NT_RISCV_CSR.
1810 2021-03-05  Craig Blackmore  <craig.blackmore@embecosm.com>
1811             Andrew Burgess  <andrew.burgess@embecosm.com>
1813         * readelf.c (get_note_type): Handle NT_GDB_TDESC.
1815 2021-03-05  Nick Clifton  <nickc@redhat.com>
1817         PR 27387
1818         * dwarf.c (display_debug_macro): Handle the displaying of
1819         DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
1820         .debug_macro.dwo sections.
1822 2021-03-04  Nick Clifton  <nickc@redhat.com>
1824         PR 27478
1825         * objdump.c (process_links): New variable.
1826         (usage): Add --process-links.
1827         (long_options): Likewise.
1828         (dump_bfd): Stop processing once the bfd has been loaded unless
1829         this is the main file or process_links has been enabled.
1830         (main): Handle the process-links option.
1831         * readelf.c (process_links): New variable.
1832         (struct filedata): Add is_separate field.
1833         (options): Add --process-links.
1834         (usage): Likewise.
1835         (parse_args): Likewise.
1836         (process_file_header): Include the filename when dumping
1837         information for separate debuginfo files.
1838         (process_program_headers): Likewise.
1839         (process_section_headers): Likewise.
1840         (process_section_groups): Likewise.
1841         (process_relocs): Likewise.
1842         (process_dynamic_section): Likewise.
1843         (process_version_sections): Likewise.
1844         (display_lto_symtab): Likewise.
1845         (process_symbol_table): Likewise.
1846         (process_syminfo): Likewise.
1847         (initialise_dumps_by_name): Likewise.
1848         (process_section_contents): Likewise.
1849         (process_notes_at): Likewise.
1850         (process_notes): Likewise.
1851         (open_file): Add is_separate parameter.  Use to initialise the
1852         is_separate field in the filedata structure.
1853         (open_deug): Update call to open_file.
1854         (process_object): Add processing of the contents of separate
1855         debuginfo files, gated by the process_links variable.
1856         (process_archive): Update call to open_file.
1857         (process_file): Initialise the is_separate field in the filedata
1858         structure.
1859         * dwarf.c (load_separate_debug_info_file): Only report the
1860         loading of a separate file if debug links are being dumped.
1861         * objcopy.c (keep_section_symbols): New variable.
1862         (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
1863         (strip_options): Add keep-section-symbols.
1864         (copy_options): Likewise.
1865         (copy_usage): Likewise.
1866         (strip_usage): Likewise.
1867         (copy_object): Keep section symbols if requested by command line
1868         option.
1869         (strip_main): Handle --keep-section-symbols.
1870         (copy_main): Likewise.
1871         * doc/binutils.texi: Document the new options.
1872         * NEWS: Mention the new features.
1873         * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
1874         Update options passed to objdump.  Use diff rather than cmp to
1875         compare the dumped data.
1876         * testsuite/binutils-all/objdump.WK2: Update regexp.
1877         * testsuite/binutils-all/objdump.WK3: Update regexp.
1878         * testsuite/binutils-all/objdump.exp: Use --process-links
1879         instead of --dwarf=follow-links.
1880         * testsuite/binutils-all/readelf.exp (readelf_test): Include
1881         readelf's output in the log when the test fails.
1882         Add the -P option to the -wKis test.
1883         * testsuite/binutils-all/readelf.wKis: Update expected output.
1885 2021-03-03  Alan Modra  <amodra@gmail.com>
1887         PR 27493
1888         * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
1889         * NEWS: Mention feature.
1891 2021-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1893         PR binutils/27486
1894         * dwarf.c (load_separate_debug_info): Issue warning only if
1895         do_debug_links is set.
1896         * testsuite/binutils-all/compress.exp: Run objdump and readelf
1897         with missing debug file.
1899 2021-03-01  Alan Modra  <amodra@gmail.com>
1901         PR 27128
1902         * doc/binutils.texi: Add nm --with-symbol-versions and
1903         --without-symbol-versions documentation.
1904         * nm.c (with_symbol_versions): New variable.
1905         (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
1906         (long_options): Make --with-symbol-versions entry twiddle the flag.
1907         Add --without-symbol-versions.
1908         (print_symname): Strip version when !with_symbol_versions.  Add
1909         dynamic version info under control of with_symbol_versions.
1910         (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
1912 2021-02-26  Fangrui Song  <maskray@google.com>
1914         PR 27408
1915         * readelf.c (quiet): New option flag.
1916         (enum long_option_values): New enum to hold long option value.
1917         (long_options): Add --quiet.
1918         (usage): Mention --quiet.
1919         (display_rel_file): If quiet is enabled, suppress "no symbols".
1920         (main): Handle the new option.
1921         * NEWS: Mention --quiet.
1922         * docs/binutils.texi: Document --quiet.
1924 2021-02-26  Tom de Vries  <tdevries@suse.de>
1926         * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
1928 2021-02-26  Tom de Vries  <tdevries@suse.de>
1930         PR 27390
1931         * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
1932         DW_FORM_addrx*.
1933         (read_and_display_attr_value): Likewise.
1935 2021-02-25  Nick Clifton  <nickc@redhat.com>
1937         * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
1938         forms.
1939         (read_and_display_attr_value): Handle sup forms.
1940         (display_debug_sup): New function.  Displays the contents of a
1941         .debug_sup section.
1942         (load_debug_sup_file): New function.  Loads the contents of a file
1943         referenced by a .debug_sup section.
1944         (check_for_and_load_links): Call load_debug_sup_file.
1945         (debug_displays): Add entry for .debug_sup.
1946         * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
1947         * readelf.c (process_section_headers): Add support for debug_sup.
1948         * doc/debug.options.texi: Note that the =links option will display
1949         the contents of .debug_sup sections.
1950         * NEWS: Mention the new support.
1952 2021-02-25  Alan Modra  <amodra@gmail.com>
1954         PR 27456
1955         * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
1957 2021-02-24  Nick Clifton  <nickc@redhat.com>
1959         PR 27285
1960         * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
1961         when adding together the section sizes.
1963 2021-02-24  Nick Clifton  <nickc@redhat.com>
1965         * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
1966         build notes.
1967         * readelf.c (print_gnu_build_attribute_description): Likewise.
1969 2021-02-24  Alan Modra  <amodra@gmail.com>
1970             Siddhesh Poyarekar  <siddhesh@gotplt.org>
1972         PR 27456
1973         * bucomm.h (smart_rename): Update prototype.
1974         * rename.c (smart_rename): Add fromfd and preserve_dates params.
1975         Pass fromfd and target_stat to simple_copy.  Call set_times
1976         when preserve_dates.
1977         (simple_copy): Accept fromfd rather than from filename.  Add
1978         target_stat param.  Rewind fromfd rather than opening.  Open
1979         "to" file without O_CREAT.  Try to preserve S_ISUID and S_ISGID.
1980         * ar.c (write_archive): Rename ofd to tmpfd.  Dup tmpfd before
1981         closing output temp file, and pass tmpfd to smart_rename.
1982         * arsup.c (temp_fd): Rename from real_fd.
1983         (ar_save): Dup temp_fd and pass to smart_rename.
1984         * objcopy.c (strip_main, copy_main): Likewise, and pass
1985         preserve_dates.
1987 2021-02-24  Alan Modra  <amodra@gmail.com>
1989         PR 27456
1990         * rename.c: Tidy throughout.
1991         (smart_rename): Always copy.  Remove windows specific code.
1993 2021-02-20  Alan Modra  <amodra@gmail.com>
1995         * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
1996         (run_dump_test): Fail if expecting errors from a file like we do
1997         for error strings, if no error is seen.
1999 2021-02-19  Alan Modra  <amodra@gmail.com>
2001         * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
2003 2021-02-19  Siddhesh Poyarekar  <siddhesh@gotplt.org>
2005         * ar.c (write_archive): Remove TARGET_STAT.  Adjust call to
2006         SMART_RENAME.
2007         * arsup.c (ar_save): Likewise.
2008         * objcopy (strip_main): Don't copy TMPFD.  Don't set times on
2009         temporary file and adjust call to SMART_RENAME.
2010         (copy_main): Likewise.
2011         * rename.c [!S_ISLNK]: Remove definitions.
2012         (try_preserve_permissions): Remove function.
2013         (smart_rename): Remove FD, PRESERVE_DATES arguments.  Use
2014         rename system call only if TO does not exist.
2015         * bucomm.h (smart_rename): Adjust declaration.
2017 2021-02-18  Nick Clifton  <nickc@redhat.com>
2019         * objcopy.c (merge_gnu_build_notes): Handle notes with a start
2020         address that is higher than the end address.
2022 2021-02-17  Alan Modra  <amodra@gmail.com>
2024         * dwarf.c: Include limits.h.
2025         (CHAR_BIT): Provide backup define.
2026         (read_leb128): Use CHAR_BIT to size "result" in bits.  Correct
2027         signed overflow checking.
2028         * testsuite/binutils-all/pr26548.s,
2029         * testsuite/binutils-all/pr26548.d,
2030         * testsuite/binutils-all/pr26548e.d: New tests.
2031         * testsuite/binutils-all/readelf.exp: Run them.
2032         (readelf_test): Drop unused "xfails" parameter.  Update all uses.
2034 2021-02-16  Jan Beulich  <jbeulich@suse.com>
2036         * dwarf.c (process_debug_info): Initialize "dwo_id".
2038 2021-02-15  Alan Modra  <amodra@gmail.com>
2040         * objdump.c (load_specific_debug_section): Don't call
2041         bfd_cache_section_contents.  Rearrange so that
2042         bfd_get_full_section_contents is not called on path where
2043         bfd_simple_get_relocated_section_contents is called.
2044         Don't set section->user_data.
2045         (free_debug_section): Always free section->start.  Don't twiddle
2046         section flags.
2047         * readelf.c (load_specific_debug_section): Don't set user_data.
2048         * dwarf.h (struct dwarf_section): Remove use_data field.
2049         * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
2051 2021-02-15  Alan Modra  <amodra@gmail.com>
2053         * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
2054         * testsuite/binutils-all/objdump.exp: Likewise.
2056 2021-02-14  Alan Modra  <amodra@gmail.com>
2058         * objdump.c (slurp_symtab): Don't add an extra entry for NULL
2059         to the symbol array.
2060         (slurp_dynamic_symtab): Likewise.
2061         (dump_bfd): Formatting.  Copy terminating NULL from extra_syms.
2063 2021-02-14  Alan Modra  <amodra@gmail.com>
2065         * Makefile.in: Regenerate.
2066         * doc/Makefile.in: Regenerate.
2068 2021-02-13  Mike Frysinger  <vapier@gentoo.org>
2070         * aclocal.m4: Regenerate.
2072 2021-02-12  Nick Clifton  <nickc@redhat.com>
2074         * configure.ac (follow-debug-links): Add option to enable or
2075         disable the following of debug links by default.  Set the
2076         default for the option to be 'follow'.
2077         * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
2078         (dwarf_select_sections_by_names): Add no-follow-links option.
2079         (dwarf_select_sections_by_letter): Add 'N' option.
2080         * objdump.c (usage): Add conditional text describing the
2081         follow links option.
2082         (slurp_symtab): Ensure that there is a NULL entry at the end
2083         of the symbol table.
2084         (slurp_dynamic_symtab): Likewise.
2085         (dump_bfd): When extending the symbol table, ensure that there
2086         is still a NULL entry at the end.
2087         * readelf.c (usage): Add conditional text describing the
2088         follow links option.
2089         * doc/binutils.texi: Update documentation for objcopy and
2090         readelf.
2091         * doc/debug.options.texi: Update documentation of the
2092         follow-links option.
2093         * config.in: Regenerate.
2094         * configure: Regenerate.
2095         * testsuite/binutils-all/compress.exp: Add the -WN option to
2096         objdump command lines that are not expecting to follow links.
2097         * testsuite/binutils-all/readelf.exp: Add the
2098         --debug-dump=no-follow-links option to tests that are not
2099         expecting to follow debug links.
2100         * NEWS: Mention the new behaviour.
2102 2021-02-12  Alan Modra  <amodra@gmail.com>
2104         * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
2105         gas or ld fails to build a testcase rather than "unresolved".
2106         Report "fail" when readelf returns an error status rather than
2107         "unresolved".
2108         * testsuite/binutils-all/ar.exp: Likewise.
2109         * testsuite/binutils-all/compress.exp: Likewise.
2110         * testsuite/binutils-all/readelf.exp: Likewise.
2112 2021-02-12  Alan Modra  <amodra@gmail.com>
2114         * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
2115         "c" with "ccc" labels.
2117 2021-02-12  Tom de Vries  <tdevries@suse.de>
2119         * dwarf.h (debug_info): Fix typo in comment.
2121 2021-02-12  Tom de Vries  <tdevries@suse.de>
2123         * dwarf.c (display_debug_str_offsets): Handle multiple sets of
2124         entries.
2126 2021-02-12  Tom de Vries  <tdevries@suse.de>
2128         * dwarf.c (process_debug_info): Print DWO ID.
2130 2021-02-11  Alan Modra  <amodra@gmail.com>
2132         PR 27290
2133         PR 27293
2134         PR 27295
2135         * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
2136         Use bfd_malloc_and_get_section.
2137         (elf32_avr_get_note_desc): Formatting.  Return descsz.  Sanity
2138         check namesz.  Return NULL if descsz is too small.  Ensure
2139         string table is terminated.
2140         (elf32_avr_get_device_info): Formatting.  Add note_size param.
2141         Sanity check note.
2142         (elf32_avr_dump_mem_usage): Adjust to suit.
2144 2021-02-10  Tom de Vries  <tdevries@suse.de>
2146         PR binutils/27391
2147         * dwarf.c (load_dwo_file): Handle case that name is absolute path.
2149 2021-02-10  Tom de Vries  <tdevries@suse.de>
2151         PR binutils/27371
2152         * dwarf.c (display_debug_ranges): Filter range lists according to
2153         section.
2155 2021-02-09  Tom de Vries  <tdevries@suse.de>
2157         PR binutils/27370
2158         * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
2160 2021-02-09  Tom de Vries  <tdevries@suse.de>
2162         PR binutils/27386
2163         * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
2164         DW_UT_split_compile.
2166 2021-02-09  Alan Modra  <amodra@gmail.com>
2168         * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
2169         symbianelf.
2171 2021-02-07  Alan Modra  <amodra@gmail.com>
2173         * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
2174         uninitialised on invalid input.
2176 2021-02-06  Alan Modra  <amodra@gmail.com>
2178         PR 27349
2179         * rename.c (smart_rename): Test for existence and type of output
2180         file with lstat.
2182 2021-02-05  Nick Clifton  <nickc@redhat.com>
2184         * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
2186 2021-02-05  Eli Zaretskii  <eliz@gnu.org>
2188         PR 27252
2189         * elfedit.c (check_file):
2190         * bucomm.c (get_file_size): Fix typos in comments.
2192 2021-02-05  Alan Modra  <amodra@gmail.com>
2194         PR 27345
2195         * arsup.c (ar_save): Use stat rather than lstat.
2197 2021-02-03  Alan Modra  <amodra@gmail.com>
2199         PR 27270
2200         PR 27284
2201         PR 26945
2202         * ar.c: Don't include libbfd.h.
2203         (write_archive): Replace xmalloc+strcpy with xstrdup.  Use
2204         bfd_stat rather than fstat on iostream.  Move stat and fd tests
2205         outside of _WIN32 ifdef.  Delete skip_stat variable.
2206         * arsup.c (temp_name, real_ofd): New static variables.
2207         (ar_open): Use make_tempname and bfd_fdopenw.
2208         (ar_save): Adjust to suit ar_open changes.  Move stat output
2209         of _WIN32 ifdef.
2210         * objcopy.c: Don't include libbfd.h.
2211         (copy_file): Use bfd_stat.
2213 2021-02-02  H.J. Lu  <hongjiu.lu@intel.com>
2215         PR binutils/27281
2216         * readelf.c (process_section_headers): Add 'R' and 'D' to
2217         "Key to Flags:".
2218         * testsuite/binutils-all/retain1a.d: Updated.
2220 2021-01-30  Nick Clifton  <nickc@redhat.com>
2222         * README-how-to-make-a-release: Small updates after the 2.35.2
2223         release.
2225 2021-01-28  Eli Zaretskii  <eliz@gnu.org>
2227         PR 4356
2228         * windres.c (quot): Use double quotes to protect strings on
2229         Windows platforms.
2231 2021-01-28  Eli Zaretskii  <eliz@gnu.org>
2233         PR 27252
2234         * bucomm.c (get_file_size): Add code to handle /dev/null on
2235         Windows systems.
2236         * elfedit.c (check_file): Likewise.
2238 2021-01-27  Nick Clifton  <nickc@redhat.com>
2240         * objcopy.c (copy_main): Remove conditional control of the calls
2241         to free, simplifying the code and making it easier to detect
2242         typos.
2244 2021-01-26  Frederic Cambus  <fred@statdns.com>
2246         * objcopy.c (copy_main): Fix a double free happening when both
2247         --localize-symbols and --globalize-symbols options are invoked
2248         together.
2250 2021-01-24  Nick Clifton  <nickc@redhat.com>
2252         * README-how-to-make-a-release: Minor updates after the 2.36 release.
2254 2021-01-16  Alan Modra  <amodra@gmail.com>
2256         * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
2258 2021-01-15  Alan Modra  <amodra@gmail.com>
2260         PR 26539
2261         * readelf.c (uncompress_section_contents): Always call inflateEnd.
2263 2021-01-14  Alexandre Oliva <oliva@gnu.org>
2265         * MAINTAINERS: Update my email address.
2267 2021-01-14  Nick Clifton  <nickc@redhat.com>
2269         * po/sv.po: Updated Swedish translation.
2271 2021-01-13  Alan Modra  <amodra@gmail.com>
2273         * Makefile.in: Regenerate.
2274         * doc/Makefile.in: Regenerate.
2276 2021-01-13  Zebediah Figura  <z.figura12@gmail.com>
2278         PR 27037
2279         * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
2280         and before exit.
2281         (i386_x64_trampoline): Add SEH annotations.
2282         (struct mac): Add how_seh field.
2283         (make_delay_head): If how_set field is true add SEh instructions.
2285 2021-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2287         PR binutils/26792
2288         * configure.ac: Use GNU_MAKE_JOBSERVER.
2289         * aclocal.m4: Regenerated.
2290         * configure: Likewise.
2292 2021-01-12  Nick Clifton  <nickc@redhat.com>
2294         * po/fr.po: Updated French translation.
2296 2021-01-11  H.J. Lu  <hongjiu.lu@intel.com>
2298         PR ld/27173
2299         * configure: Regenerated.
2301 2021-01-11  Nick Clifton  <nickc@redhat.com>
2303         * po/pt.po: Updated Portuguese translation.
2304         * po/sr.po: Updated Serbian translation.
2305         * po/uk.po: Updated Ukranian translation.
2307 2021-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2309         * configure: Regenerated.
2311 2021-01-09  Nick Clifton  <nickc@redhat.com>
2313         * configure: Regenerate.
2314         * po/binutils.pot: Regenerate.
2316 2021-01-09  Nick Clifton  <nickc@redhat.com>
2318         * 2.36 release branch crated.
2319         * README-how-to-make-a-release: Add note about updating Makefiles
2320         and libtool files.
2321         * BRANCHES: Add binutils-2.36-branch.
2323 2021-01-09  Alan Modra  <amodra@gmail.com>
2325         * configure: Regenerate.
2327 2021-01-07  Samuel Thibault  <samuel.thibault@gnu.org>
2329         * configure: Regenerate.
2331 2021-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2333         PR 27109
2334         * objcopy.c (copy_object): Handle section symbols for
2335         non-relocatable inputs.
2336         * testsuite/binutils-all/readelf.exp (readelf_test): Check
2337         is_elf_unused_section_symbols.
2338         * testsuite/binutils-all/readelf.s-64: Updated.
2339         * testsuite/binutils-all/readelf.ss: Likewise.
2340         * testsuite/binutils-all/readelf.ss-64: Likewise.
2341         * testsuite/binutils-all/readelf.s-64-unused: New file.
2342         * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
2343         * testsuite/binutils-all/readelf.ss-unused: Likewise.
2344         * testsuite/lib/binutils-common.exp
2345         (is_elf_unused_section_symbols): New proc.
2347 2021-01-06  Reuben Thomas  <rrt@sc3d.org>
2349         * binutils/readelf.c: Correct grammar in comment.
2351 2021-01-01  Nicolas Boulenguez  <nicolas@debian.org>
2353         * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
2354         * doc/binutils.texi: Correct grammar.
2355         * readelf.c (process_version_sections): Correct spelling of auxiliary
2356         in warning.
2357         * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
2359 2021-01-01  Alan Modra  <amodra@gmail.com>
2361         Update year range in copyright notice of all files.
2363 For older changes see ChangeLog-2020
2365 Copyright (C) 2021-2024 Free Software Foundation, Inc.
2367 Copying and distribution of this file, with or without modification,
2368 are permitted in any medium without royalty provided the copyright
2369 notice and this notice are preserved.
2371 Local Variables:
2372 mode: change-log
2373 left-margin: 8
2374 fill-column: 74
2375 version-control: never
2376 End: