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