1 2022-02-09 Nick Clifton <nickc@redhat.com>
4 * Makefile.in: Regenerate.
5 * configure: Regenerate.
6 * po/binutils.pot: Regenerate.
8 2022-01-27 Nick Clifton <nickc@redhat.com>
10 * po/sv.po: Updated Swedish translation.
12 2022-01-24 Nick Clifton <nickc@redhat.com>
14 * po/bg.po: Updated Bulgarian translation.
15 * po/fr.po: Updated French translation.
16 * po/ro.po: Updated Romanian translation.
17 * po/uk.po: Updated Ukranian translation.
19 2022-01-22 Martin Storsjö <martin@martin.st>
21 * dlltool.c (main): Allow inferring tmp_prefix from the dll name
24 2022-01-22 Nick Clifton <nickc@redhat.com>
26 * configure: Regenerate.
27 * po/binutils.pot: Regenerate.
29 2022-01-22 Nick Clifton <nickc@redhat.com>
31 * 2.38 release branch created.
33 2022-01-17 Nick Clifton <nickc@redhat.com>
35 * Makefile.in: Regenerate.
37 2022-01-11 Fangrui Song <maskray@google.com>
40 * ar.c (long_options): Add --thin.
41 (usage) Add --thin. Deprecate -T without diagnostics.
42 * doc/binutils.texi: Add doc.
43 * NEWS: Mention --thin.
44 * binutils/testsuite/binutils-all/ar.exp: Add tests.
46 2022-01-11 Martin Storsjö <martin@martin.st>
48 * dlltool.c (main): If a prefix has not been provided, attempt to
49 use a deterministic one based upon the dll name.
51 2022-01-07 Pavel Mayorov <pmayorov@cloudlinux.com>
54 * dwarf.c: Revert previous delta.
55 (debug_get_real_type): Reject indirect types that point to
57 (debug_get_type_name, debug_get_type_size, debug_write_type):
60 2022-01-06 Nick Clifton <nickc@redhat.com>
62 * debug.c (debug_write_type): Allow for malicious recursion via
65 2022-01-04 Nick Clifton <nickc@redhat.com>
68 * dwarf.c (load_build_id_debug_file): Remove spurious printf.
70 2021-12-16 Nick Clifton <nickc@redhat.com>
73 * dwarf.c (load_build_id_debug_file): New function.
74 (try_build_id_prefix): New function.
75 (check_for_and_load_links): Call load_build_id_debug_file.
76 (debug_displays): Add entry for .note.gnu.build-id.
77 * dwarf.h (enum dwarf_section_display_enum): Add
79 * testsuite/binutils-all/debuginfod.exp (test_fetch_debuglink):
80 Fix regexp for loads via debuglink section.
82 2021-12-03 Chenghua Xu <xuchenghua@loongson.cn>
84 * MAINTAINERS: Add myself and Zhensong Liu
85 as the LoongArch maintainer.
87 2021-12-02 Nick Clifton <nickc@redhat.com>
90 * dwarf.c (process_cu_tu_index): Add test for overruning section
91 whilst processing slots.
93 2021-11-30 Roland McGrath <mcgrathr@google.com>
95 * doc/local.mk: Give each man page target its missing dependency on
98 2021-11-30 Nick Clifton <nickc@redhat.com>
100 * dwarf.c (find_debug_info_for_offset): Use dwarf_vma type for
101 offsets, sizes and ranges.
102 (display_loc_list): Likewise. Also use print_dwarf_vma to print
104 (display_loclists_list): Likewise.
105 (display_loc_list_dwo): Likewise.
106 (display_debug_str): Likewise.
107 (display_debug_aranges): Likewise.
108 (display_debug_ranges_list): Likewise.
109 (display_debug_rnglists_list): Likewise.
110 (display_debug_ranges): Likewise.
112 2021-11-29 Nick Clifton <nickc@redhat.com>
115 * strings.c (usage): Update desciption of -n option.
116 * doc/binutils.texi: Likewise.
118 2021-11-24 Nick Clifton <nickc@redhat.com>
121 * sysdump.c (getCHARS): Check for an out of bounds read.
123 2021-11-16 Fangrui Song <maskray@google.com>
125 * readelf.c (enum relocation_type): New.
126 (slurp_relr_relocs): New.
127 (dump_relocations): Change is_rela to rel_type.
129 (dynamic_relocations): Add DT_RELR.
130 (process_relocs): Check SHT_RELR and DT_RELR.
131 (process_dynamic_section): Store into dynamic_info for
132 DT_RELR/DT_RELRENT/DT_RELRSZ.
134 2021-11-09 Nick Clifton <nickc@redhat.com>
136 * nm.c: Add --unicode option to control how unicode characters are
138 * objdump.c: Likewise.
139 * readelf.c: Likewise.
140 * strings.c: Likewise.
141 * binutils.texi: Document the new feature.
142 * NEWS: Document the new feature.
143 * testsuite/binutils-all/unicode.exp: New file.
144 * testsuite/binutils-all/nm.hex.unicode
145 * testsuite/binutils-all/strings.escape.unicode
146 * testsuite/binutils-all/objdump.highlight.unicode
147 * testsuite/binutils-all/readelf.invalid.unicode
149 2021-11-03 Tom Tromey <tromey@adacore.com>
151 * dwarf.c (display_debug_loc): Use section name in warnings.
153 2021-10-25 Nick Alcock <nick.alcock@oracle.com>
155 * objdump.c (usage): --ctf now has an optional argument.
156 (main): Adjust accordingly.
157 (dump_ctf): Default it.
158 * doc/ctf.options.texi: Adjust.
160 2021-10-25 Nick Alcock <nick.alcock@oracle.com>
162 * objdump.c (usage): --ctf-parent now takes a name, not a section.
163 (dump_ctf): Don't open a separate section; use the parent_name in
164 ctf_dict_open instead. Use ctf_archive_next, not ctf_archive_iter,
165 so we can pass down a member count.
166 (dump_ctf_archive_member): Add the member count; don't return
167 anything. Import parents into children no matter what the
168 parent's name, while still avoiding displaying the header for the
169 common parent name of ".ctf".
170 * readelf.c (usage): Adjust similarly.
171 (dump_section_as_ctf): Likewise.
172 (dump_ctf_archive_member): Likewise. Never stop iterating over
173 archive members, even if ctf_dump of one member fails.
174 * doc/ctf.options.texi: Adjust.
176 2021-10-19 Nick Clifton <nickc@redhat.com>
178 * nm.c (filter_symbols): Test for a NULL name before checking to
179 see if the symbol is __gnu_lto_slim.
180 * objcopy.c (filter_symbols): Likewise.
182 2021-09-30 Nick Clifton <nickc@redhat.com>
184 * objcopy.c (filter_symbols): Fail if attempting to dredefine
185 symbols in an LTO object file.
187 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
189 * configure: Regenerate.
191 2021-09-20 Andrew Burgess <andrew.burgess@embecosm.com>
193 * testsuite/binutils-all/riscv/riscv.exp: New file.
194 * testsuite/binutils-all/riscv/unknown.d: New file.
195 * testsuite/binutils-all/riscv/unknown.s: New file.
197 2021-09-07 Luis Machado <luis.machado@linaro.org>
199 Revert: [AArch64] MTE corefile support
201 2021-05-21 Luis Machado <luis.machado@linaro.org>
203 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
205 2021-08-11 Nick Clifton <nickc@redhat.com>
207 * po/pt.po: Updated Portuguese translation.
209 2021-08-10 Nick Clifton <nickc@redhat.com>
211 * po/sr.po: Updated Serbian translation.
213 2021-07-16 Nick Clifton <nickc@redhat.com>
215 * po/sv.po: Updated Swedish translation.
217 2021-07-14 Clément Chigot <clement.chigot@atos.net>
219 * dwarf.h (struct dwarf_section): Add XCOFF name.
220 * dwarf.c (struct dwarf_section_display): Update.
221 * objdump.c (load_debug_section): Add XCOFF name handler.
222 (dump_dwarf_section): Likewise.
224 2021-07-12 Nick Clifton <nickc@redhat.com>
226 * po/fr.po: Updated French translation.
228 2021-07-10 Alan Modra <amodra@gmail.com>
231 * dwarf.c (display_discr_list): Remove assertions. Delete "end"
232 parameter, use initial "data" pointer as the end. Formatting.
233 Don't count down bytes as they are read.
234 (read_and_display_attr_value): Adjust display_discr_list call.
235 (read_and_print_leb128): Don't pass __FILE__ and __LINE__ to
237 * dwarf.h (report_leb_status): Don't report file and line
238 numbers. Delete file and lnum parameters,
239 (READ_ULEB, READ_SLEB): Adjust.
241 2021-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
243 * configure.ac: Check for strnlen declaration.
244 * configure, config.in: Regenerate.
246 2021-07-05 Alan Modra <amodra@gmail.com>
249 * dwarf.c (get_type_abbrev_from_form): Add cu_end parameter.
250 Check DW_FORM_ref1 etc. arg against cu_end rather than end of
251 section. Adjust all callers.
253 2021-07-03 Nick Clifton <nickc@redhat.com>
255 * configure: Regenerate.
256 * po/opcodes.pot: Regenerate.
257 * README-how-to-make-a-release: Update.
259 2021-07-03 Nick Clifton <nickc@redhat.com>
261 * 2.37 release branch created.
263 2021-07-02 Alan Modra <amodra@gmail.com>
266 * dwarf.c (get_type_signedness): Don't run off end of buffer
267 printing DW_FORM_string attribute.
269 2021-07-01 Nick Clifton <nickc@redhat.com>
272 * testsuite/binutils-all/debuginfod.exp: Replace -wK with -wk.
274 2021-07-01 Andrei Homescu <ah@immunant.com>
276 * readelf.c (process_archive): Reset file position to the
277 beginning when calling process_object for thin archive members.
278 * testsuite/binutils-all/readelf.exp: Add test.
279 * testsuite/binutils-all/readelf.h.thin: New file.
281 2021-06-30 Tom Tromey <tom@tromey.com>
283 * dwarf.c (read_and_display_attr_value): Handle
284 DW_FORM_implicit_const.
286 2021-06-30 Richard Henderson <richard.henderson@linaro.org>
288 * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf
289 and DW_CFA_def_cfa_offset_sf have a signed offset.
291 2021-06-19 Alan Modra <amodra@gmail.com>
293 * dwarf.c (display_debug_lines_decoded): Use memcpy rather than
294 strncpy when trimming file name length to MAX_FILENAME_LENGTH.
295 Don't make an unnecessary copy when length is good.
297 2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
299 * readelf.c (print_gnu_property_note): Handle
300 GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
301 GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
303 2021-06-15 Nick Clifton <nickc@redhat.com>
305 * readelf.c (get_note_type): Add support for NT_GO_BUILDID.
307 2021-06-15 Alan Modra <amodra@gmail.com>
309 * readelf.c (locate_dynamic_section, is_pie): New functions.
310 (get_file_type): Replace e_type parameter with filedata. Call
311 is_pie for ET_DYN. Update all callers.
312 (process_program_headers): Use local variables dynamic_addr and
313 dynamic_size, updating filedata on exit from function. Set
314 dynamic_size of 1 to indicate no dynamic section or segment.
315 Update tests of dynamic_size throughout.
316 * testsuite/binutils-all/x86-64/pr27708.dump: Update expected output.
318 2021-06-14 Eric Botcazou <ebotcazou@adacore.com>
320 * dwarf.c (struct abbrev_attr): Change type of implicit_const.
321 (add_abbrev_attr): Likewise.
322 (process_abbrev_set): Likewise.
323 (display_debug_abbrev): Adjust to above change.
325 2021-06-12 Alan Modra <amodra@gmail.com>
327 * readelf.c (process_file_header): Don't clear section_headers.
329 2021-06-12 Alan Modra <amodra@gmail.com>
331 * readelf.c (get_section_headers): Don't test e_shoff here, leave
332 that to get_32bit_section_headers or get_64bit_section_headers.
333 (process_object): Throw away section header read to print file
336 2021-06-11 Alan Modra <amodra@gmail.com>
338 * readelf.c (struct filedata): Move archive_file_offset and
339 archive_file_size earlier.
340 (free_filedata): Clear using memset.
342 2021-06-11 Alan Modra <amodra@gmail.com>
344 * readelf.c (GET_ELF_SYMBOLS): Delete. Replace with..
345 (get_elf_symbols): ..this new function throughout.
346 (get_32bit_section_headers): Don't free section_headers.
347 (get_64bit_section_headers): Likewise.
348 (get_section_headers): New function, use throughout in place of
349 32bit and 64bit variants.
350 (get_dynamic_section): Similarly.
351 (process_section_headers): Don't free filedata memory here.
352 (get_file_header): Don't get section headers here..
353 (process_object): ..Read them here instead. Don't exit without
354 freeing filedata memory.
356 2021-06-09 Nick Clifton <nickc@redhat.com>
358 * MAINTAINERS: Remove Daniel Jacobwitz from the maintainers list.
360 2021-06-07 Jan Beulich <jbeulich@suse.com>
362 * dwarf.c (display_debug_aranges): Add u suffix to constant.
364 2021-05-29 Alan Modra <amodra@gmail.com>
366 * objdump (usage): Add missing \n.
368 2021-05-29 Alan Modra <amodra@gmail.com>
370 * readelf.c (parse_args): Call dwarf_select_sections_all on
371 --debug-dump without optarg.
372 (usage): Associate -w and --debug-dump options closely.
373 Split up help message. Remove extraneous blank lines around
375 * objdump.c (usage): Similarly.
377 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
379 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
381 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
383 2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
385 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Use `mips:3000'
386 machine for disassembly.
387 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: Likewise.
388 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
389 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: Likewise.
391 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
394 * readelf.c (decode_x86_feature_2): Revert commit 50c95a739c9.
396 2021-05-27 Alan Modra <amodra@gmail.com>
398 * readelf (usage): Order -w letters to match --debug-dump= and
399 move common '=' for --debug-dump out of brackets.
401 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
404 * readelf.c (decode_x86_feature_2): Support
405 GNU_PROPERTY_X86_FEATURE_2_CODE16.
407 2021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
409 * readelf.c (get_machine_name): Change Loongson Loongarch to
412 2021-05-21 Luis Machado <luis.machado@linaro.org>
414 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
416 2021-05-21 Luis Machado <luis.machado@linaro.org>
418 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
420 2021-05-19 Eli Schwartz <eschwartz@archlinux.org>
422 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
424 2021-05-19 Alan Modra <amodra@gmail.com>
427 * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
428 param with map_return, and return map for DW_FORM_ref_addr.
429 (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
430 Pass returned cu map start and end to recursive call.
431 (read_and_display_attr_value): Similarly.
433 2021-05-19 Alan Modra <amodra@gmail.com>
436 * sysdump.c (getBARRAY): Sanity check size against max.
437 (getINT): Avoid UB shift left.
439 2021-05-15 Alan Modra <amodra@gmail.com>
441 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
444 2021-05-15 Alan Modra <amodra@gmail.com>
446 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
449 2021-05-15 Alan Modra <amodra@gmail.com>
451 * dwarf.c (display_debug_names): Complain when header length is
452 too small. Avoid pointer UB. Sanity check augmentation string,
453 CU table, TU table and foreign TU table sizes.
455 2021-05-15 Alan Modra <amodra@gmail.com>
457 * dwarf.c (display_debug_frames): Delete initial_length_size.
458 Avoid pointer UB. Constrain data reads to length given in header.
459 Sanity check cie header length. Only skip up to next FDE on
460 finding augmentation data too long.
462 2021-05-15 Alan Modra <amodra@gmail.com>
464 * dwarf.c (read_cie): Add more sanity checks to ensure data
465 pointer is not bumped past end.
467 2021-05-15 Alan Modra <amodra@gmail.com>
469 * dwarf.c (display_debug_ranges): Delete initial_length_size.
470 Correct fallback size calculated on finding a reloc. Constrain
471 data reads to length given in header. Avoid pointer UB.
473 2021-05-15 Alan Modra <amodra@gmail.com>
475 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
477 2021-05-15 Alan Modra <amodra@gmail.com>
479 * dwarf.c (display_debug_str_offsets): Constrain reads to length
482 2021-05-15 Alan Modra <amodra@gmail.com>
484 * dwarf.c (display_debug_aranges): Delete initial_length_size.
485 Use end_ranges to constrain data reads to header length. Avoid
488 2021-05-15 Alan Modra <amodra@gmail.com>
490 * dwarf.c (display_loc_list): Avoid pointer UB. Correct check
491 before reading uleb length. Warn on excess length.
493 2021-05-15 Alan Modra <amodra@gmail.com>
495 * dwarf.c (display_debug_macro): Print strings that might not
496 be zero terminated with %*s. Don't bump curr if unterminated.
498 2021-05-15 Alan Modra <amodra@gmail.com>
500 * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
501 Simplify length sanity check, and check for too small lengths.
502 Constrain data reads to header length. Avoid pointer UB.
504 2021-05-15 Alan Modra <amodra@gmail.com>
506 * dwarf.c (display_debug_macinfo): Print strings that might not
507 be zero terminated with %*s. Don't bump curr if unterminated.
509 2021-05-15 Alan Modra <amodra@gmail.com>
511 * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
512 Simplify length check. Constrain reads to length given by header.
514 2021-05-15 Alan Modra <amodra@gmail.com>
516 * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
517 we have already checked for NUL termination.
519 2021-05-15 Alan Modra <amodra@gmail.com>
521 * dwarf.c (read_debug_line_header): Delete initial_length_size.
522 Avoid pointer UB. Keep within length specified by header.
525 2021-05-15 Alan Modra <amodra@gmail.com>
527 * dwarf.c (process_debug_info): Always do the first CU length
528 scan for sanity checks. Remove initial_length_size var and
529 instead calculate end_cu. Use end_cu to limit data reads.
530 Delete now dead code checking length.
532 2021-05-15 Alan Modra <amodra@gmail.com>
534 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
536 2021-05-15 Alan Modra <amodra@gmail.com>
538 * bucomm.h (_mul_overflow): Define.
539 * dwarf.c (get_encoded_value): Avoid pointer UB.
541 2021-05-13 Alan Modra <amodra@gmail.com>
544 * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
547 2021-05-13 Alan Modra <amodra@gmail.com>
550 * dwarf.c (display_debug_frames): Sanity check cie_off before
551 attempting to read cie.
553 2021-05-12 Alan Modra <amodra@gmail.com>
555 * dwarf.c (process_extended_line_op): Don't bump data pointer past
556 end when strnlen doesn't find string terminator.
557 (decode_location_expression): Remove dead code.
558 (skip_attr_bytes): Remove const from end param. Ensure data
559 pointer doesn't pass end.
560 (get_type_signedness): Remove const from end param.
561 (read_and_display_attr_value): Ensure data pointer doesn't pass end.
562 (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
563 (display_debug_pubnames_worker): Likewise.
564 (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
565 than blindly incrementing data pointer.
566 (display_debug_addr, display_debug_str_offsets): Likewise. Don't
567 compare pointers, compare lengths.
569 2021-05-12 Alan Modra <amodra@gmail.com>
571 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
572 (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
573 (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
574 (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
575 SAFE_BYTE_GET followed by increment.
576 (process_debug_info): Likewise, and test bytes remaining before
577 incrementing section_begin rather than using pointer comparison.
578 (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
579 (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
581 2021-05-12 Alan Modra <amodra@gmail.com>
583 * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
584 (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
585 SAFE_BYTE_GET_AND_INC.
586 (read_and_display_attr_value): Likewise. Print using dwarf_vmatoa.
587 (process_debug_info, process_cu_tu_index): Likewise.
588 * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
589 (byte_get, byte_get_little_endian, byte_get_big_endian),
590 (byte_get_signed): Make size param unsigned. Remove code dealing
592 (byte_get_64): Delete.
593 * elfcomm.h (byte_put, byte_put_little_endian, byte_put_big_endian),
594 (byte_get, byte_get_little_endian, byte_get_big_endian),
595 (byte_get_signed): Update prototypes.
596 (byte_get_64): Delete.
598 2021-05-12 Alan Modra <amodra@gmail.com>
601 * dwarf.c (display_debug_frames): Don't compare pointers derived
602 from user input. Test offset against bounds instead.
604 2021-05-12 Alan Modra <amodra@gmail.com>
607 * dwarf.c (display_formatted_table): Test for data >= end rather
609 (process_extended_line_op): Likewise.
610 (display_debug_lines_raw): Likewise.
611 (display_debug_lines_decoded): Likewise.
613 2021-05-12 Alan Modra <amodra@gmail.com>
616 * dwarf.c (fetch_indexed_string): Correct length sanity checks.
617 Sanity check section size for version and padding too. Correct
618 index sanity check. Handle multiple tables in .debug_str_offsets.
620 2021-05-11 Hans-Peter Nilsson <hp@axis.com>
622 * dwarf.c (process_abbrev_set): Properly parenthesize before
623 casting to unsigned long.
625 2021-05-11 Alan Modra <amodra@gmail.com>
628 * dwarf.c (process_abbrev_set): Replace start and end parameters
629 with section, abbrev_base, abbrev_size, abbrev_offset. Update
630 all callers. Sanity check parameters correctly and emit warnings
632 (process_debug_info): ..here.
634 2021-05-10 Thomas Wolff <towo@towo.net>
639 * windres.c (quot): Revert previous delta. Do not use double
640 quotes when spaces are detected in options.
641 * doc/binutils.texi (windres): Remove suggestion that the
642 --preprocessor option can take arguments.
644 2021-05-10 Alan Modra <amodra@gmail.com>
646 * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
647 END rather than adding amount to PTR.
648 (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
650 2021-05-09 Alan Modra <amodra@gmail.com>
652 * objcopy.c (eq_string): Delete.
653 (create_symbol_htab): Use htab_eq_string.
655 2021-05-08 Mike Frysinger <vapier@gentoo.org>
657 * README-how-to-make-a-release: Update html & pdf entries.
659 2021-05-08 Mike Frysinger <vapier@gentoo.org>
661 * doc/Makefile.am (html-local, binutils/index.html): New targets.
662 * doc/Makefile.in: Regenerate.
664 2021-05-08 Mike Frysinger <vapier@gentoo.org>
666 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
667 * doc/Makefile.in: Regenerate.
669 2021-05-07 Nick Clifton <nickc@redhat.com>
671 * readelf.c (no_processor_specific_unwind): New function.
672 (process_unwind): Use no_processor_specific_unwind for X86
675 2021-05-07 Michael Forney <mforney@mforney.org>
677 * dwarf.c: Don't omit second operand of '?' operator.
679 2021-04-30 Nick Clifton <nickc@redhat.com>
682 * dwarf.c (load_debug_sup_file): Allocate memory for filename in
685 2021-04-29 Nick Clifton <nickc@redhat.com>
688 * doc/binutils.texi (windres): Correct the description of the
689 default value of the --preprocessor argument.
691 2021-04-27 Nick Clifton <nickc@redhat.com>
694 * dwarf.c (parse_gnu_debuglink): Reject empty names.
695 (parse_gnu_debugaltlink): Likewise.
697 2021-04-22 Clément Chigot <clement.chigot@atos.net>
699 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
702 2021-04-21 Nick Lott <nick.lott@gmail.com>
705 * readelf.c (sym_base): New variable.
706 (enum print_mode): Add more modes.
707 (print_vma): Add suport for new modes.
708 (options): Add sym-base.
709 (usage): Add sym-base.
710 (parse_args): Add support for --sym-base.
711 (print_dynamic_symbol_size): New function.
712 (print_dynamic_symbol): Use new function.
713 * doc/binutils.texi: Document the new feature.
714 * NEWS: Mention the new feature.
716 2021-04-21 Nick Clifton <nickc@redhat.com>
718 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
719 Adjust expected output to allow for named section symbols.
720 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
722 * testsuite/binutils-all/readelf.s-64: Likewise.
723 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
724 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
725 * testsuite/binutils-all/readelf.ss-unused: Likewise.
727 2021-04-21 Luo Longjun <luolongjun@huawei.com>
729 * readelf.c (print_dynamic_symbol): Print the section name for
730 section symbols without a name of their own.
732 2021-04-20 Andreas Krebbel <krebbel@linux.ibm.com>
734 * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
735 add him to Past Maintainers.
736 Update my email address.
738 2021-04-19 Nick Clifton <nickc@redhat.com>
741 * arsup.c (ar_addmod): Enable plugin support, if available.
743 2021-04-19 Nick Clifton <nickc@redhat.com>
745 * rename.c: (get_stat_atime_ns): Add prototype.
746 (get_stat_mtime_ns): Add prototype.
748 2021-04-16 Alan Modra <amodra@gmail.com>
751 * rename.c (get_stat_atime, get_stat_mtime): Make static.
752 (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
754 2021-04-15 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
757 * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
758 (get_stat_mtime_ns): Likewise.
760 2021-04-15 Alan Modra <amodra@gmail.com>
763 * configure.ac: Check for sys/time.h and utimensat. Use standard
764 checks for mkstemp and mkdtemp. Whitespace. Check for nanosecond
765 members of struct stat.
766 * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
767 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
768 (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
769 (get_stat_atime, get_stat_mtime): Likewise.
770 (set_times): Choose first available of utimensat, utimes, utime.
771 Use above inline functions to set timespec and timeval values.
772 * configure: Regenerate.
773 * config.in: Regenerate.
774 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
775 file timestamp when --preserve-dates is used.
777 2021-04-15 Alan Modra <amodra@gmail.com>
780 * rename.c (smart_rename): When TO and FROM are equal, just set
782 * objcopy.c (strip_main, copy_main): Always call smart_rename.
784 2021-04-14 H.J. Lu <hongjiu.lu@intel.com>
787 * testsuite/binutils-all/x86-64/pr27708.dump: New file.
788 * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
789 * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
792 2021-04-14 Mark Harmstone <mark@harmstone.com>
795 * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
796 end of the structure.
798 2021-04-14 Frederic Cambus <fred@statdns.com>
800 * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
801 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
803 2021-04-14 Alan Modra <amodra@gmail.com>
806 * objdump.c (show_line): Don't limit paths to PATH_MAX.
807 * readelf.c (struct filedata): Change program_interpreter from
808 a char array to a char pointer.
809 (process_program_headers): Sanity check PT_INTERP p_filesz.
810 Malloc program_interpreter using p_filesz and read directly from
812 (process_dynamic_section): Check program_interpreter is non-NULL.
813 (free_filedata): New function, split out from..
814 (process_object): ..here.
815 (close_debug_file): Call free_filedata.
816 * sysdep.h: Don't include sys/param.h.
817 (PATH_MAX): Don't define.
818 * configure.ac: Don't check for sys/param.h.
819 * configure: Regenerate.
821 2021-04-13 Frederic Cambus <fred@statdns.com>
823 * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
824 check for NT_NETBSD_PAX.
826 2021-04-12 Alan Modra <amodra@gmail.com>
828 * configure.ac (--enable-checking): Add support.
829 * config.in: Regenerate.
830 * configure: Regenerate.
832 2021-04-09 Alan Modra <amodra@gmail.com>
834 * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
836 (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
837 (disassemble_section, disassemble_data): Likewise.
839 2021-04-06 Alan Modra <amodra@gmail.com>
841 * objdump.c (objdump_symbol_at_address): Return asymbol*.
843 2021-04-06 Alan Modra <amodra@gmail.com>
845 * NEWS: Mention C99 requirement.
846 * README: Likewise. Modernise examples and "Reporting bugs".
848 2021-04-05 Alan Modra <amodra@gmail.com>
850 * configure.ac: Assume long long is available. Don't test for
851 strings.h, stdlib.h, limits.h, locale.h, or wchar.h. Check
852 inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
853 strcoll, setlocale, setmode or location of time_t. Don't check
854 for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
855 (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
856 * sysdep.h: Don't include alloca-conf.h, include config.h instead.
857 Test HAVE_SYS_TYPES_H and reorder includes. Include limits.h,
858 locale.h, string.h and stdlib.h unconditionally. Remove various
859 fallback declarations. Assume long long is available.
860 * addr2line.c: Don't test HAVE_SETLOCALE.
862 * coffdump.c: Likewise.
863 * dlltool.c: Likewise.
864 * dllwrap.c: Likewise.
865 * elfedit.c: Likewise.
867 * objcopy.c: Likewise.
868 * objdump.c: Likewise.
869 * readelf.c: Likewise.
871 * srconv.c: Likewise.
872 * strings.c: Likewise.
873 * sysdump.c: Likewise.
874 * windmc.c: Likewise.
875 * windres.c: Likewise.
876 * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
877 * dwarf.c: Include limits.h unconditionally. Assume long long
879 * nm.c: Don't test HAVE_STRCOLL.
880 * readelf.c: Don't test HAVE_WCHAR_H.
881 * strings.c: Assume long long is available.
882 * syslex.l: Include string.h unconditionally.
883 * aclocal.m4: Regenerate.
884 * config.in: Regenerate.
885 * configure: Regenerate.
886 * Makefile.in: Regenerate.
887 * doc/Makefile.in: Regenerate.
889 2021-04-01 Martin Liska <mliska@suse.cz>
891 * elfcomm.h (strneq): Remove strneq and use startswith.
892 * readelf.c (ia64_process_unwind): Likewise.
893 (process_note): Likewise.
895 2021-04-01 Martin Liska <mliska@suse.cz>
897 * dllwrap.c: Use startswith function.
898 * objcopy.c (is_dwo_section): Likewise.
899 (handle_remove_section_option): Likewise.
900 (copy_main): Likewise.
901 * objdump.c (is_significant_symbol_name): Likewise.
903 2021-04-01 Martin Liska <mliska@suse.cz>
905 * dwarf.c (display_debug_lines_raw): Replace const_strneq with
907 (display_debug_lines_decoded): Likewise.
908 (display_debug_links): Likewise.
909 * elfcomm.c (setup_archive): Likewise.
910 * elfcomm.h (const_strneq): Likewise.
911 * readelf.c (process_section_headers): Likewise.
912 (slurp_ia64_unwind_table): Likewise.
913 (slurp_hppa_unwind_table): Likewise.
914 (decode_arm_unwind): Likewise.
915 (display_debug_section): Likewise.
916 (process_note): Likewise.
918 2021-03-31 Alan Modra <amodra@gmail.com>
920 * sysdep.h (POISON_BFD_BOOLEAN): Define.
921 * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
922 * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
923 * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
924 * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
925 * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
926 * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
927 * windmc.c, * windmc.h, * windres.c, * winduni.c,
928 * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
929 and TRUE with true throughout.
931 2021-03-31 Alan Modra <amodra@gmail.com>
933 * coffdump.c: Include stdint.h in place of bfd_stdint.h.
936 2021-03-31 Alan Modra <amodra@gmail.com>
938 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
940 2021-03-29 Alan Modra <amodra@gmail.com>
942 * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
943 * dwarf.c (read_and_display_attr_value): Likewise.
944 (display_debug_str_offsets): Likewise.
945 * objdump.c (dump_bfd): Likewise.
946 * readelf.c (dump_section_as_strings): Likewise.
947 (dump_section_as_bytes): Likewise.
949 2021-03-29 Alan Modra <amodra@gmail.com>
951 * objdump.c (process_links): Use type int.
952 * readelf.c (request_dump): Don't increment do_dump, set it.
953 * windint.h (target_is_bigendian): Use type bfd_boolean.
954 * windmc.c (target_is_bigendian): Likewise.
955 * windres.c (target_is_bigendian): Likewise.
957 2021-03-22 Martin Liska <mliska@suse.cz>
959 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
961 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
962 * objcopy.c (is_mergeable_note_section): Likewise.
963 * objdump.c (dump_dwarf_section): Likewise.
964 * prdbg.c (pr_method_type): Likewise.
965 (pr_class_baseclass): Likewise.
966 (tg_class_baseclass): Likewise.
967 * readelf.c (process_lto_symbol_tables): Likewise.
968 * stabs.c (ULLHIGH): Likewise.
969 (parse_stab_argtypes): Likewise.
970 (stab_demangle_function_name): Likewise.
972 2021-03-19 H.J. Lu <hongjiu.lu@intel.com>
974 * readelf.c (get_machine_name): Add EM_INTELGT.
976 2021-03-18 Nick Clifton <nickc@redhat.com>
979 * readelf.c (dump_section_as_strings): Mention separate filename.
980 (dump_section_as_bytes): Likewise.
981 (dump_section_as_ctf): Likewise.
982 (initialise_dumkps_byname): Only issue a warning for missing
983 sections if processing the main file.
984 (process_section_contents): Only issue a warning for unsumped
985 section numbers in the main file.
986 (initialise_dump_sects): New function. Contains code extracted
988 (process_object): ... here. Also call initialise_dump_sects for
991 2021-03-16 Nick Clifton <nickc@redhat.com>
994 * readelf.c (display_debug_section): Also retain .debug_addr
997 2021-03-16 Nick Clifton <nickc@redhat.com>
1000 * readelf.c (process_section_contents): Only dump debug
1001 information for separate files unless process_links is enabled.
1002 (process_object): Always call process_section_contents for
1003 separate info files.
1005 2021-03-15 Nick Clifton <nickc@redhat.com>
1008 * nm.c (FORMAT_JUST_SYMBOLS): Define.
1009 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
1010 (long_options): Add just-symbols.
1011 (set_output_format): Add support for just-symbols.
1012 (get_print_format): Likewise.
1013 (do_not_print_object_filename): New function.
1014 (do_not_print_archive_filename): New function.
1015 (do_not_print_archive_member): New function.
1016 (do_not_print_symbol_filename): New function.
1017 (just_print_symbol_name): New function.
1018 (main): Handle --just-symbols.
1019 * NEWS: Mention the new feature.
1020 * doc/binutils.texi: Document the new feature.
1022 2021-03-12 Clément Chigot <clement.chigot@atos.net>
1024 * od-xcoff.c: Replace RTB by TRL entry.
1026 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1027 Andrew Burgess <andrew.burgess@embecosm.com>
1029 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
1031 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1032 Andrew Burgess <andrew.burgess@embecosm.com>
1034 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
1036 2021-03-05 Nick Clifton <nickc@redhat.com>
1039 * dwarf.c (display_debug_macro): Handle the displaying of
1040 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
1041 .debug_macro.dwo sections.
1043 2021-03-04 Nick Clifton <nickc@redhat.com>
1046 * objdump.c (process_links): New variable.
1047 (usage): Add --process-links.
1048 (long_options): Likewise.
1049 (dump_bfd): Stop processing once the bfd has been loaded unless
1050 this is the main file or process_links has been enabled.
1051 (main): Handle the process-links option.
1052 * readelf.c (process_links): New variable.
1053 (struct filedata): Add is_separate field.
1054 (options): Add --process-links.
1056 (parse_args): Likewise.
1057 (process_file_header): Include the filename when dumping
1058 information for separate debuginfo files.
1059 (process_program_headers): Likewise.
1060 (process_section_headers): Likewise.
1061 (process_section_groups): Likewise.
1062 (process_relocs): Likewise.
1063 (process_dynamic_section): Likewise.
1064 (process_version_sections): Likewise.
1065 (display_lto_symtab): Likewise.
1066 (process_symbol_table): Likewise.
1067 (process_syminfo): Likewise.
1068 (initialise_dumps_by_name): Likewise.
1069 (process_section_contents): Likewise.
1070 (process_notes_at): Likewise.
1071 (process_notes): Likewise.
1072 (open_file): Add is_separate parameter. Use to initialise the
1073 is_separate field in the filedata structure.
1074 (open_deug): Update call to open_file.
1075 (process_object): Add processing of the contents of separate
1076 debuginfo files, gated by the process_links variable.
1077 (process_archive): Update call to open_file.
1078 (process_file): Initialise the is_separate field in the filedata
1080 * dwarf.c (load_separate_debug_info_file): Only report the
1081 loading of a separate file if debug links are being dumped.
1082 * objcopy.c (keep_section_symbols): New variable.
1083 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
1084 (strip_options): Add keep-section-symbols.
1085 (copy_options): Likewise.
1086 (copy_usage): Likewise.
1087 (strip_usage): Likewise.
1088 (copy_object): Keep section symbols if requested by command line
1090 (strip_main): Handle --keep-section-symbols.
1091 (copy_main): Likewise.
1092 * doc/binutils.texi: Document the new options.
1093 * NEWS: Mention the new features.
1094 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
1095 Update options passed to objdump. Use diff rather than cmp to
1096 compare the dumped data.
1097 * testsuite/binutils-all/objdump.WK2: Update regexp.
1098 * testsuite/binutils-all/objdump.WK3: Update regexp.
1099 * testsuite/binutils-all/objdump.exp: Use --process-links
1100 instead of --dwarf=follow-links.
1101 * testsuite/binutils-all/readelf.exp (readelf_test): Include
1102 readelf's output in the log when the test fails.
1103 Add the -P option to the -wKis test.
1104 * testsuite/binutils-all/readelf.wKis: Update expected output.
1106 2021-03-03 Alan Modra <amodra@gmail.com>
1109 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
1110 * NEWS: Mention feature.
1112 2021-03-01 H.J. Lu <hongjiu.lu@intel.com>
1115 * dwarf.c (load_separate_debug_info): Issue warning only if
1116 do_debug_links is set.
1117 * testsuite/binutils-all/compress.exp: Run objdump and readelf
1118 with missing debug file.
1120 2021-03-01 Alan Modra <amodra@gmail.com>
1123 * doc/binutils.texi: Add nm --with-symbol-versions and
1124 --without-symbol-versions documentation.
1125 * nm.c (with_symbol_versions): New variable.
1126 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
1127 (long_options): Make --with-symbol-versions entry twiddle the flag.
1128 Add --without-symbol-versions.
1129 (print_symname): Strip version when !with_symbol_versions. Add
1130 dynamic version info under control of with_symbol_versions.
1131 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
1133 2021-02-26 Fangrui Song <maskray@google.com>
1136 * readelf.c (quiet): New option flag.
1137 (enum long_option_values): New enum to hold long option value.
1138 (long_options): Add --quiet.
1139 (usage): Mention --quiet.
1140 (display_rel_file): If quiet is enabled, suppress "no symbols".
1141 (main): Handle the new option.
1142 * NEWS: Mention --quiet.
1143 * docs/binutils.texi: Document --quiet.
1145 2021-02-26 Tom de Vries <tdevries@suse.de>
1147 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
1149 2021-02-26 Tom de Vries <tdevries@suse.de>
1152 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
1154 (read_and_display_attr_value): Likewise.
1156 2021-02-25 Nick Clifton <nickc@redhat.com>
1158 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
1160 (read_and_display_attr_value): Handle sup forms.
1161 (display_debug_sup): New function. Displays the contents of a
1163 (load_debug_sup_file): New function. Loads the contents of a file
1164 referenced by a .debug_sup section.
1165 (check_for_and_load_links): Call load_debug_sup_file.
1166 (debug_displays): Add entry for .debug_sup.
1167 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
1168 * readelf.c (process_section_headers): Add support for debug_sup.
1169 * doc/debug.options.texi: Note that the =links option will display
1170 the contents of .debug_sup sections.
1171 * NEWS: Mention the new support.
1173 2021-02-25 Alan Modra <amodra@gmail.com>
1176 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
1178 2021-02-24 Nick Clifton <nickc@redhat.com>
1181 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
1182 when adding together the section sizes.
1184 2021-02-24 Nick Clifton <nickc@redhat.com>
1186 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
1188 * readelf.c (print_gnu_build_attribute_description): Likewise.
1190 2021-02-24 Alan Modra <amodra@gmail.com>
1191 Siddhesh Poyarekar <siddhesh@gotplt.org>
1194 * bucomm.h (smart_rename): Update prototype.
1195 * rename.c (smart_rename): Add fromfd and preserve_dates params.
1196 Pass fromfd and target_stat to simple_copy. Call set_times
1197 when preserve_dates.
1198 (simple_copy): Accept fromfd rather than from filename. Add
1199 target_stat param. Rewind fromfd rather than opening. Open
1200 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
1201 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
1202 closing output temp file, and pass tmpfd to smart_rename.
1203 * arsup.c (temp_fd): Rename from real_fd.
1204 (ar_save): Dup temp_fd and pass to smart_rename.
1205 * objcopy.c (strip_main, copy_main): Likewise, and pass
1208 2021-02-24 Alan Modra <amodra@gmail.com>
1211 * rename.c: Tidy throughout.
1212 (smart_rename): Always copy. Remove windows specific code.
1214 2021-02-20 Alan Modra <amodra@gmail.com>
1216 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
1217 (run_dump_test): Fail if expecting errors from a file like we do
1218 for error strings, if no error is seen.
1220 2021-02-19 Alan Modra <amodra@gmail.com>
1222 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
1224 2021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
1226 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
1228 * arsup.c (ar_save): Likewise.
1229 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
1230 temporary file and adjust call to SMART_RENAME.
1231 (copy_main): Likewise.
1232 * rename.c [!S_ISLNK]: Remove definitions.
1233 (try_preserve_permissions): Remove function.
1234 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
1235 rename system call only if TO does not exist.
1236 * bucomm.h (smart_rename): Adjust declaration.
1238 2021-02-18 Nick Clifton <nickc@redhat.com>
1240 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
1241 address that is higher than the end address.
1243 2021-02-17 Alan Modra <amodra@gmail.com>
1245 * dwarf.c: Include limits.h.
1246 (CHAR_BIT): Provide backup define.
1247 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
1248 signed overflow checking.
1249 * testsuite/binutils-all/pr26548.s,
1250 * testsuite/binutils-all/pr26548.d,
1251 * testsuite/binutils-all/pr26548e.d: New tests.
1252 * testsuite/binutils-all/readelf.exp: Run them.
1253 (readelf_test): Drop unused "xfails" parameter. Update all uses.
1255 2021-02-16 Jan Beulich <jbeulich@suse.com>
1257 * dwarf.c (process_debug_info): Initialize "dwo_id".
1259 2021-02-15 Alan Modra <amodra@gmail.com>
1261 * objdump.c (load_specific_debug_section): Don't call
1262 bfd_cache_section_contents. Rearrange so that
1263 bfd_get_full_section_contents is not called on path where
1264 bfd_simple_get_relocated_section_contents is called.
1265 Don't set section->user_data.
1266 (free_debug_section): Always free section->start. Don't twiddle
1268 * readelf.c (load_specific_debug_section): Don't set user_data.
1269 * dwarf.h (struct dwarf_section): Remove use_data field.
1270 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
1272 2021-02-15 Alan Modra <amodra@gmail.com>
1274 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
1275 * testsuite/binutils-all/objdump.exp: Likewise.
1277 2021-02-14 Alan Modra <amodra@gmail.com>
1279 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
1280 to the symbol array.
1281 (slurp_dynamic_symtab): Likewise.
1282 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
1284 2021-02-14 Alan Modra <amodra@gmail.com>
1286 * Makefile.in: Regenerate.
1287 * doc/Makefile.in: Regenerate.
1289 2021-02-13 Mike Frysinger <vapier@gentoo.org>
1291 * aclocal.m4: Regenerate.
1293 2021-02-12 Nick Clifton <nickc@redhat.com>
1295 * configure.ac (follow-debug-links): Add option to enable or
1296 disable the following of debug links by default. Set the
1297 default for the option to be 'follow'.
1298 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
1299 (dwarf_select_sections_by_names): Add no-follow-links option.
1300 (dwarf_select_sections_by_letter): Add 'N' option.
1301 * objdump.c (usage): Add conditional text describing the
1302 follow links option.
1303 (slurp_symtab): Ensure that there is a NULL entry at the end
1304 of the symbol table.
1305 (slurp_dynamic_symtab): Likewise.
1306 (dump_bfd): When extending the symbol table, ensure that there
1307 is still a NULL entry at the end.
1308 * readelf.c (usage): Add conditional text describing the
1309 follow links option.
1310 * doc/binutils.texi: Update documentation for objcopy and
1312 * doc/debug.options.texi: Update documentation of the
1313 follow-links option.
1314 * config.in: Regenerate.
1315 * configure: Regenerate.
1316 * testsuite/binutils-all/compress.exp: Add the -WN option to
1317 objdump command lines that are not expecting to follow links.
1318 * testsuite/binutils-all/readelf.exp: Add the
1319 --debug-dump=no-follow-links option to tests that are not
1320 expecting to follow debug links.
1321 * NEWS: Mention the new behaviour.
1323 2021-02-12 Alan Modra <amodra@gmail.com>
1325 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
1326 gas or ld fails to build a testcase rather than "unresolved".
1327 Report "fail" when readelf returns an error status rather than
1329 * testsuite/binutils-all/ar.exp: Likewise.
1330 * testsuite/binutils-all/compress.exp: Likewise.
1331 * testsuite/binutils-all/readelf.exp: Likewise.
1333 2021-02-12 Alan Modra <amodra@gmail.com>
1335 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
1336 "c" with "ccc" labels.
1338 2021-02-12 Tom de Vries <tdevries@suse.de>
1340 * dwarf.h (debug_info): Fix typo in comment.
1342 2021-02-12 Tom de Vries <tdevries@suse.de>
1344 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
1347 2021-02-12 Tom de Vries <tdevries@suse.de>
1349 * dwarf.c (process_debug_info): Print DWO ID.
1351 2021-02-11 Alan Modra <amodra@gmail.com>
1356 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
1357 Use bfd_malloc_and_get_section.
1358 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
1359 check namesz. Return NULL if descsz is too small. Ensure
1360 string table is terminated.
1361 (elf32_avr_get_device_info): Formatting. Add note_size param.
1363 (elf32_avr_dump_mem_usage): Adjust to suit.
1365 2021-02-10 Tom de Vries <tdevries@suse.de>
1368 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
1370 2021-02-10 Tom de Vries <tdevries@suse.de>
1373 * dwarf.c (display_debug_ranges): Filter range lists according to
1376 2021-02-09 Tom de Vries <tdevries@suse.de>
1379 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
1381 2021-02-09 Tom de Vries <tdevries@suse.de>
1384 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
1385 DW_UT_split_compile.
1387 2021-02-09 Alan Modra <amodra@gmail.com>
1389 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
1392 2021-02-07 Alan Modra <amodra@gmail.com>
1394 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
1395 uninitialised on invalid input.
1397 2021-02-06 Alan Modra <amodra@gmail.com>
1400 * rename.c (smart_rename): Test for existence and type of output
1403 2021-02-05 Nick Clifton <nickc@redhat.com>
1405 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
1407 2021-02-05 Eli Zaretskii <eliz@gnu.org>
1410 * elfedit.c (check_file):
1411 * bucomm.c (get_file_size): Fix typos in comments.
1413 2021-02-05 Alan Modra <amodra@gmail.com>
1416 * arsup.c (ar_save): Use stat rather than lstat.
1418 2021-02-03 Alan Modra <amodra@gmail.com>
1423 * ar.c: Don't include libbfd.h.
1424 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
1425 bfd_stat rather than fstat on iostream. Move stat and fd tests
1426 outside of _WIN32 ifdef. Delete skip_stat variable.
1427 * arsup.c (temp_name, real_ofd): New static variables.
1428 (ar_open): Use make_tempname and bfd_fdopenw.
1429 (ar_save): Adjust to suit ar_open changes. Move stat output
1431 * objcopy.c: Don't include libbfd.h.
1432 (copy_file): Use bfd_stat.
1434 2021-02-02 H.J. Lu <hongjiu.lu@intel.com>
1437 * readelf.c (process_section_headers): Add 'R' and 'D' to
1439 * testsuite/binutils-all/retain1a.d: Updated.
1441 2021-01-30 Nick Clifton <nickc@redhat.com>
1443 * README-how-to-make-a-release: Small updates after the 2.35.2
1446 2021-01-28 Eli Zaretskii <eliz@gnu.org>
1449 * windres.c (quot): Use double quotes to protect strings on
1452 2021-01-28 Eli Zaretskii <eliz@gnu.org>
1455 * bucomm.c (get_file_size): Add code to handle /dev/null on
1457 * elfedit.c (check_file): Likewise.
1459 2021-01-27 Nick Clifton <nickc@redhat.com>
1461 * objcopy.c (copy_main): Remove conditional control of the calls
1462 to free, simplifying the code and making it easier to detect
1465 2021-01-26 Frederic Cambus <fred@statdns.com>
1467 * objcopy.c (copy_main): Fix a double free happening when both
1468 --localize-symbols and --globalize-symbols options are invoked
1471 2021-01-24 Nick Clifton <nickc@redhat.com>
1473 * README-how-to-make-a-release: Minor updates after the 2.36 release.
1475 2021-01-16 Alan Modra <amodra@gmail.com>
1477 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
1479 2021-01-15 Alan Modra <amodra@gmail.com>
1482 * readelf.c (uncompress_section_contents): Always call inflateEnd.
1484 2021-01-14 Alexandre Oliva <oliva@gnu.org>
1486 * MAINTAINERS: Update my email address.
1488 2021-01-14 Nick Clifton <nickc@redhat.com>
1490 * po/sv.po: Updated Swedish translation.
1492 2021-01-13 Alan Modra <amodra@gmail.com>
1494 * Makefile.in: Regenerate.
1495 * doc/Makefile.in: Regenerate.
1497 2021-01-13 Zebediah Figura <z.figura12@gmail.com>
1500 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
1502 (i386_x64_trampoline): Add SEH annotations.
1503 (struct mac): Add how_seh field.
1504 (make_delay_head): If how_set field is true add SEh instructions.
1506 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
1509 * configure.ac: Use GNU_MAKE_JOBSERVER.
1510 * aclocal.m4: Regenerated.
1511 * configure: Likewise.
1513 2021-01-12 Nick Clifton <nickc@redhat.com>
1515 * po/fr.po: Updated French translation.
1517 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
1520 * configure: Regenerated.
1522 2021-01-11 Nick Clifton <nickc@redhat.com>
1524 * po/pt.po: Updated Portuguese translation.
1525 * po/sr.po: Updated Serbian translation.
1526 * po/uk.po: Updated Ukranian translation.
1528 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
1530 * configure: Regenerated.
1532 2021-01-09 Nick Clifton <nickc@redhat.com>
1534 * configure: Regenerate.
1535 * po/binutils.pot: Regenerate.
1537 2021-01-09 Nick Clifton <nickc@redhat.com>
1539 * 2.36 release branch crated.
1540 * README-how-to-make-a-release: Add note about updating Makefiles
1542 * BRANCHES: Add binutils-2.36-branch.
1544 2021-01-09 Alan Modra <amodra@gmail.com>
1546 * configure: Regenerate.
1548 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
1550 * configure: Regenerate.
1552 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
1555 * objcopy.c (copy_object): Handle section symbols for
1556 non-relocatable inputs.
1557 * testsuite/binutils-all/readelf.exp (readelf_test): Check
1558 is_elf_unused_section_symbols.
1559 * testsuite/binutils-all/readelf.s-64: Updated.
1560 * testsuite/binutils-all/readelf.ss: Likewise.
1561 * testsuite/binutils-all/readelf.ss-64: Likewise.
1562 * testsuite/binutils-all/readelf.s-64-unused: New file.
1563 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1564 * testsuite/binutils-all/readelf.ss-unused: Likewise.
1565 * testsuite/lib/binutils-common.exp
1566 (is_elf_unused_section_symbols): New proc.
1568 2021-01-06 Reuben Thomas <rrt@sc3d.org>
1570 * binutils/readelf.c: Correct grammar in comment.
1572 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
1574 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
1575 * doc/binutils.texi: Correct grammar.
1576 * readelf.c (process_version_sections): Correct spelling of auxiliary
1578 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
1580 2021-01-01 Alan Modra <amodra@gmail.com>
1582 Update year range in copyright notice of all files.
1584 For older changes see ChangeLog-2020
1586 Copyright (C) 2021-2022 Free Software Foundation, Inc.
1588 Copying and distribution of this file, with or without modification,
1589 are permitted in any medium without royalty provided the copyright
1590 notice and this notice are preserved.
1596 version-control: never