]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
bfd, binutils: add gfx11 amdgpu architectures
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a7a0cb6c
SM
12023-11-10 Simon Marchi <simon.marchi@efficios.com>
2
3 * readelf.c (decode_AMDGPU_machine_flags): Handle gfx1100,
4 gfx1101, gfx1102.
5
b05efa39
VA
62023-11-10 Vsevolod Alekseyev <sevaa@sprynet.com>
7
8 PR 30880
9 * dwarf.c (read_and_display_attr_value): Fix loclist handling.
10 (display_loclists_list): Likewise.
11
07a9e709
TV
122023-10-24 Tom de Vries <tdevries@suse.de>
13
14 * dwarf.c (display_gdb_index): Handle unknown name of main.
15
9847ba8f
TV
162023-10-10 Tom de Vries <tdevries@suse.de>
17
18 * dwarf.c (display_lang): New function, factored out of ...
19 (read_and_display_attr_value): ... here.
20 (display_gdb_index): Handle v9 .gdb_index.
21
c4e0d285
W
222023-10-05 A. Wilcox <awilfox@adelielinux.org>w
23
24 PR 30916
25 * testsuite/binutils-all/addr2line.exp: Do not use PowerPC
26 specific options when working with a MUSL target.
27
8c7125fe
VA
282023-10-02 Vsevolod Alekseyev <sevaa@sprynet.com>
29
30 PR 29267
31 * dwarf.c (fetch_indexed_value): Delete.
32 (fetch_indexed_offset): Correct base address calculation.
33 (read_and_display_attr_value): Replace uses of fetch_indexed_value
34 with fetch_indexed_offset.
35
73b22419
FC
362023-09-28 Frederic Cambus <fred@statdns.com>
37
38 * readelf.c (get_segment_type): Handle PT_OPENBSD_NOBTCFI segment
39 type.
40
854f72b3
NC
412023-09-26 Nick Clifton <nickc@redhat.com>
42
43 * testsuite/binutils-all/ar.exp: Remove assumption of the setting
44 of umask when creating test archive files.
45
84102ebc
VA
462023-09-25 Vsevolod Alekseyev <sevaa@sprynet.com>
47
48 PR 30792
49 * dwarf.h (struct debug_info): Remove range_versions field.
50 * dwarf.c (fetch_indexed_offset): New function.
51 (read_and_display_attr_value): Use it for DW_FORM_rnglistx.
52 Remove code to initialise range_versions.
53 (skip_attribute): New function.
54 (read_bases): Read and reccord all range and address bases in a CU.
55 (process_debug_info): Call read_bases.
56 (display_debug_rnglists): Rename to display_debug_rnglists_unit_header
57 and only display the range list header information.
58 (display_debug_ranges): Adjust.
59
b6ac461a
NC
602023-09-05 Nick Clifton <nickc@redhat.com>
61
62 PR 30684
63 * readelf.c (extra_sym_info): New variable.
64 (section_name_valid): Also check for filedata being NULL.
65 (section_name_print): Delete.
66 (section_index_real): New function. Returns true if the given
67 section index references a real section.
68 (print_symbol): Rename to print_sumbol_name.
69 (printable_section_name): Use a rotating array of static buffers
70 for the return string.
71 (printable_section_name_from_index): Merge code from
72 dump_relocations and get_symbol_index_type into here.
73 (long_option_values): Add OPTION_NO_EXTRA_SYM_INFO.
74 (options): Add "extra-sym-info" and "no-extra-sym-info".
75 (usage): Mention new options.
76 (parse_args): Parse new options.
77 (get_symbol_index_type): Delete.
78 (print_dynamic_symbol_size): Rename to print_symbol_size.
79 (print_dynamic_symbol): Rename to print_symbol.
80 (print_symbol_table_heading): New function.
81 (process_symbol_table): Use new function.
82 * doc/binutils.texi: Document the new option.
83 * NEWS: Mention the new feature.
84
589d38af
NC
852023-08-23 Nick Clifton <nickc@redhat.com>
86
d367563d 87 PR 30781
589d38af
NC
88 * dwarf.h (debug_info): Add range_versions field.
89 * dwarf.c (read_and_display_attr_value): When recording a range
90 arribute also ecord the dwarf version number.
91 (is_range_list_for_this_section): New function.
92 (display_debug_ranges): Only show debug ranges whose version is
93 suitable for the secction being displayed.
94
b5c37946 952023-07-30 Jose E. Marchesi <jose.marchesi@oracle.com>
1e18ffc9 96
b5c37946
SJ
97 * readelf.c (get_machine_flags): Recognize and pretty print BPF
98 machine flags.
99
1002023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org>
101
102 * doc/binutils.texi (objcopy): Document change in behaviour of
103 objcopy's --preserve-dates command line option.
104
1052023-07-09 Fangrui Song <maskray@google.com>
106
107 PR 30592
108 * NEWS: Mention the new feature for objcopy.
109 * doc/binutils.texi: Mention "large".
110 * objcopy.c (parse_flags): Parse "large".
111 (check_new_section_flags): Error if "large" is used with a
112 non-x86-64 ELF target.
113 * testsuite/binutils-all/x86-64/large-sections.d: New.
114 * testsuite/binutils-all/x86-64/large-sections.s: New.
115 * testsuite/binutils-all/x86-64/large-sections-i386.d: New.
116 * testsuite/binutils-all/x86-64/large-sections-2.d: New.
117 * testsuite/binutils-all/x86-64/large-sections-2-x32.d: New.
5e24da90 118
87485f53
NC
1192023-07-03 Nick Clifton <nickc@redhat.com>
120
121 * README-how-to-make-a-release: Change some version numbers.
122 * configure: Regenerate.
123 * po/binutils.pot: Regenerate.
124
d501d384
NC
1252023-07-03 Nick Clifton <nickc@redhat.com>
126
127 2.41 Branch Point.
128
3713e829
NC
1292023-06-30 Nick Clifton <nickc@redhat.com>
130
131 PR 30598
132 * strings.c (set_string_min): New function.
133 (main): Use it.
134 (print_unicode_stream): Calculate buffer size using a size_t.
135
0d1cd7d9
NC
1362023-06-30 Nick Clifton <nickc@redhat.com>
137
138 PR 30595
139 * strings.c (main): Check for an excessively large minimum string
140 length.
141
340640f7
NC
1422023-06-21 Nick Clifton <nickc@redhat.com>
143
144 * testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune
145 warnings about -z execstack creating an executable stack.
146
10d6a2b1
NC
1472023-05-30 Nick Clifton <nickc@redhat.com>
148
149 * od-pe.c (targ_info): New array.
150 (get_target_specific_info): New function
151 (decode_machine_number): Retire. Use get_target_specific_info
152 instead.
153 (is_pe_object_magic): Likewise.
154 (dump_pe_file_header): Display more information.
155 Rework layout to be similar to that from 'objdump -p'.
156 Add code to handle larger than normnal AOUT headers.
157
7b9e7db0
NC
1582023-05-30 Nick Clifton <nickc@redhat.com>
159
160 * od-pe.c (decode_machine_number): Add ARMMAGIC value of 0xa00.
161 (is_pe_object_magic): Likewise.
162
45b8517a
NC
1632023-05-26 Nick Clifton <nickc@redhat.com>
164
165 * od-pe.c: New file: Dumps fields in PE format headers.
166 * configure.ac (od_vectors): Add objdump_private_desc_pe for PE
167 format targets.
168 (od_files): Add od-pe for PE format targets.
169 * configure: Regenerate.
170 * Makefile.am (CFILES): Add od-pe.c
171 (EXTRA_objdump_SOURCE): Likewise.
172 * Makefile.in: Generate.
173 * NEWS: Mention the new feature.
174 * doc/binutils.texi: Document the new support.
175 * objdump.c (wide_output): Change from local to global.
176 * objdump.h (wide_output): Prototype.
177 (objdump_private_desc_pe): Prototype.
178 * testsuite/binutils-all/objdump.exp: Add a test of the new feature.
179
d9cc4b06
EL
1802023-05-09 Enze Li <enze.li@gmx.com>
181
182 * README: Correct a typo.
183
b545d423
NC
1842023-05-02 Nick Clifton <nickc@redhat.com>
185
186 * MAINTAINERS: Remove Dimity Diky as MSP430 maintainer.
187
8e7785b4
NC
1882023-04-20 Nick Clifton <nickc@redhat.com>
189
190 * SECURITY.txt: New file.
191
28ab94f5
NC
1922023-04-19 Nick Clifton <nickc@redhat.com>
193
194 PR 30355
195 * dwarf.c (read_and_display_attr_value): Correctly handle
196 DW_loclistx attributes that index a version 5 .debug_loclists
197 section.
198
c53c6186
NC
1992023-04-17 Nick Clifton <nickc@redhat.com>
200
201 PR 30142
202 * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the
28ab94f5 203 .rsrc section.
c53c6186 204
45f5fe46
NC
2052023-04-11 Nick Clifton <nickc@redhat.com>
206
7bb9e56c
NC
207 PR 30327
208 * dwarf.c (read_and_display_attr_value): Warn if the number of
209 views is greater than the number of locations.
210
9f1c612b
NC
211 PR 30313
212 * dwarf.c (display_debug_lines_decoded): Check for an overlarge
213 number of files or directories.
214
688fe114
NC
215 PR 30312
216 * dwarf.c (prealloc_cu_tu_list): Always allocate at least one
217 entry.
218
45f5fe46
NC
219 PR 30311
220 * readelf.c (uncompress_section_contents): Check for a
221 suspiciously large uncompressed size.
222
8d17c53b
NC
2232023-03-30 Nick Clifton <nickc@redhat.com>
224
225 PR 30284
226 * dwarf.c (read_and_display_attr_value): Detect and ignore
227 negative base values.
228
80251d41
FC
2292023-03-23 Frederic Cambus <fred@statdns.com>
230
231 * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment
232 type.
233
97b75c42
NC
2342023-03-14 Nick Clifton <nickc@redhat.com>
235
236 PR 30227
237 * dwarf.c (process_cu_tu_index): Prevent excessive memory
238 allocation when nused is large and ncols is zero.
239
93c80543
TT
2402023-02-09 Tom Tromey <tromey@adacore.com>
241
242 * dwarf-mode.el: Bump version to 1.8.
243 (dwarf-insert-substructure): Tighten regexp.
244 (dwarf-refresh-all): New defun.
245 (dwarf-mode-map): Bind "A" to dwarf-refresh-all.
246 (dwarf-mode): Remove old FIXME.
247
3a8be578
NC
2482023-02-07 Nick Clifton <nickc@redhat.com>
249
250 PR 30080
251 * doc/binutils.texi (nm): Update description of the 'n' symbol
252 type.
253
be527f28
NC
2542023-01-31 Nick Clifton <nickc@redhat.com>
255
256 * po/sv.po: Updated Swedish translation.
257
b960c86c
NC
2582023-01-23 Nick Clifton <nickc@redhat.com>
259
260 * po/sv.po: Updated Swedish translation.
261
94e76498
NC
2622023-01-18 Nick Clifton <nickc@redhat.com>
263
264 PR 29993
265 * objcopy.c (merge_gnu_build_notes): Remember the last non-deleted
266 note in order to speed up the scan for matching notes.
267
69373ba1
NC
2682023-01-16 Nick Clifton <nickc@redhat.com>
269
270 * po/sv.po: Updated Swedish translation.
271
4004cf83
NC
2722023-01-09 Nick Clifton <nickc@redhat.com>
273
274 * po/bg.po: Updated Bulgarian translation.
275 * po/ro.po: Updated Romainian translation.
276
c362d597
NC
2772023-01-05 Nick Clifton <nickc@redhat.com>
278
279 * MAINTAINERS: Remove Stephen Casner as the PDP11 maintainer.
280
11982f9f
NC
2812023-01-03 Nick Clifton <nickc@redhat.com>
282
283 * po/fr.po: Updated French translation.
284 * po/uk.po: Updated Ukrainian translation.
285
a8f175d9
LM
2862023-01-03 Luis Machado <luis.machado@arm.com>
287
288 * readelf.c (get_note_type): Add support for NT_ARM_SSVE and
289 NT_ARM_ZA note types.
290
a72b0718
NC
2912022-12-31 Nick Clifton <nickc@redhat.com>
292
293 * 2.40 branch created.
294
826eed80
NC
2952022-12-31 Nick Clifton <nickc@redhat.com>
296
297 * po/ro.po: Updated Romanian translation.
298
75393a2d
NC
2992022-12-21 Nick Clifton <nickc@redhat.com>
300
301 PR 29924
302 * objdump.c (load_specific_debug_section): Check for excessively
303 large sections.
304
0d120726
TT
3052022-12-19 Tom Tromey <tromey@adacore.com>
306
307 * dwarf-mode.el (dwarf-do-refresh): Avoid compiler warning.
308
42f39fde
NC
3092022-12-19 Nick Clifton <nickc@redhat.com>
310
311 PR 29914
312 * dwarf.c (fetch_indexed_value): Fail if the section is not big
313 enough to contain a header size field.
314 (display_debug_addr): Fail if the computed address size is too big
315 or too small.
316
fa501b69
NC
3172022-12-16 Nick Clifton <nickc@redhat.com>
318
319 PR 29908
320 * dwarf.c (display_debug_addr): Check for corrupt header lengths.
321
6ef35c04
NC
3222022-12-01 Nick Clifton <nickc@redhat.com>
323
324 PR 25202
325 * objcopy.c (copy_object): Set VerilogDataEndianness to the
326 endianness of the input file.
327 (copy_main): Verifiy the value set by the --verilog-data-width
328 option.
329 * testsuite/binutils-all/objcopy.exp: Add tests of the new behaviour.
330 * testsuite/binutils-all/verilog-I4.hex: New file.
331
1a7e622b
NC
3322022-11-21 Nick Clifton <nickc@redhat.com>
333
334 PR 29764
335 * doc/binutils.texi (objdump): Note that the -m option supports
336 the <architecture>:<machine> syntax.
337
1da0b075
NC
3382022-11-04 Nick Clifton <nickc@redhat.com>
339
340 * README-how-to-make-a-release: Add instructions for uploading the
341 gprofng documentation.
342
18bf5643
NC
3432022-10-31 Nick Clifton <nickc@redhat.com>
344
345 PR 29457
346 * configure.ac: Add --enable-colored-disassembly.
347 * objdump.c: Add --disassembler-color=terminal.
348 * doc/binutils.texi (objdump): Document the new option.
349 * NEWS: Mention new feature.
350 * config.in: Regenerate in.
351 * configure: Regenerate.
352
f2ba47d6
NC
3532022-10-19 Nick Clifton <nickc@redhat.com>
354
355 * MAINTAINERS: Add section on patches, copyright and DCO.
356
7fd882d4
NC
3572022-10-12 Nick Clifton <nickc@redhat.com>
358
359 PR 29665
f2ba47d6 360 * objcopy.c (copy_object): Use the input filename when
7fd882d4
NC
361 reporting that a .gnu_debuglink section already exists.
362
907b52f4
NC
3632022-10-03 Nick Clifton <nickc@redhat.com>
364
365 * readelf.c (get_32bit_section_headers): Return false if the
366 e_shoff field is zero.
367 (get_64bit_section_headers): Likewise.
368
be5f79aa
NC
3692022-09-28 Nick Clifton <nickc@redhat.com>
370
371 PR 29628
372 * size.c (usage): Add -f.
373 * doc/binutils.texi (size): Add -f.
374
1588d98b
NC
3752022-09-20 Nick Clifton <nickc@redhat.com>
376
377 * objcopy.c (copy_object): Do not issue a warning message when
378 encountering empty .gnu.build.attribute sections.
379
e959744e
RP
3802022-09-14 Rupesh Potharla <Rupesh.Potharla@amd.com>
381
382 * testsuite/binutils-all/readelf.exp (readelf_wi_test): Extend
383 regexps to allow for output genreated by the Clang compiler.
384
e9a241e8
AM
3852022-09-12 Aaron Merey <amerey@redhat.com>
386
387 * objcopy.c (might_need_separate_debug_info): Add with_source_code to
388 the options that cause this function to return true.
389 (main.c): Add with_source_code to the options that enable
390 dump_any_debugging.
391
efc1521e
NC
3922022-09-09 Nick Clifton <nickc@redhat.com>
393
394 PR 29532
395 * objcopy.c (setup_section): Leave group sections intact when
396 creating separate debuginfo files.
397
2caffd34
NC
3982022-09-08 Nick Clifton <nickc@redhat.com>
399
400 PR 29523
401 * dwarf.c (display_debug_lines_decoded): Correctly handle DWARF-5
402 directory and filename tables.
403
d647c797
AM
4042022-09-02 Aaron Merey <amerey@redhat.com>
405
406 PR 29075
407 * objdump.c (find_separate_debug): New function. Finds the bfd
408 corresponding to the separate debuginfod of a given bfd.
409 (find_alt_debug): New function. Finds the bfd corresponding to the
410 .gnu_debugaltlink of a given bfd.
411 (slurp_file): Add bfd parameter. If a source file cannot be found
412 attempt to download it from debuginfod, if enabled.
413 (try_print_file_open): Add bfd parameter and pass it to slurp_file.
414 (show_line): If debuginfod is enabled, call
415 bfd_find_nearest_line_with_alt instead of bfd_find_nearest_line.
416
f4492fb6
NC
4172022-09-01 Nick Clifton <nickc@redhat.com>
418
419 PR 29534
420 * dllwrap.c: Replace uses of choose_temp_base() with
421 make_temp_file().
422 * dlltool.c: Likewise.
423 * resrc.c: Likewise.
424
25ee24d9
NC
4252022-08-23 Nick Clifton <nickc@redhat.com>
426
427 PR 29489
428 * dlltool.c (deterministic): New variable.
429 (gen_lib_file): If deterministic is true set the
430 BFD_DETERMINISTIC_OUTPUT flag.
431 (usage): Mention --deterministic-libraries and
432 --non-deterministic-libraries.
433 (long_options): Add new options.
434 (main): Parse new options.
435 * doc/binutils.texi: Document the new options.
436 * NEWS: Mention the new feature.
437
521f7268
NC
4382022-08-22 Nick Clifton <nickc@redhat.com>
439
440 * readelf.c (check_magic_number): New function. Checks the magic
441 bytes at the start of a file. If they are not the ELF format
442 magic values, then attempts to generate a helpful error message.
443 (process_file_header): Call check_magic_number.
444
a88c79b7
NC
4452022-08-09 Nick Clifton <nickc@redhat.com>
446
447 PR 29457
448 * objdump.c (disassembler_color): Change type to an enum.
449 (disassembler_extended_color): Remove.
450 (usage): Update.
451 (objdump_color_for_assembler_style): Update.
452 (main): Update initialisation of disassembler_color. If not
453 initialised via a command line option, set based upon terminal
454 output.
455 * doc/binutils.texi: Update description of disassmbler-color
456 option.
457 * testsuite/binutils-all/arc/objdump.exp: Add
458 --disassembler-color=off option when disassembling.
459 * testsuite/binutils-all/arm/objdump.exp: Likewise.
460
e838f9c2
NC
4612022-08-08 Nick Clifton <nickc@redhat.com>
462
463 * README-how-to-make-a-release: Add a link to the NEWS files in
464 the release announcement email.
465
0bd09323
NC
4662022-07-08 Nick Clifton <nickc@redhat.com>
467
468 * 2.39 branch created.
469
1dd02423
NC
4702022-07-01 Nick Clifton <nickc@redhat.com>
471
472 * dwarf.c (display_debug_rnglists): Add newline at end of listing.
473
aa40d66b
NC
4742022-06-30 Nick Clifton <nickc@redhat.com>
475
476 * dwarf.c (dwarf_select_sections_by_name): If the entry's value is
477 zero then clear the corresponding variable.
478 (dwarf_select_sections_by_letters): Likewise.
479 * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
480 debuginfod tests to fail.
481
dbcbf67c
NC
4822022-06-28 Nick Clifton <nickc@redhat.com>
483
484 PR 29267
485 * dwarf.c (display_debug_rnglists): New function, broken out of..
486 (display_debug_ranges): ... here.
487 (read_and_display_attr_value): Correct calculation of index
488 displayed for DW_FORM_loclistx and DW_FORM_rnglistx.
489 * testsuite/binutils-all/x86-64/pr26808.dump: Update expected
490 output.
491
e3e5ae04
NC
4922022-06-27 Nick Clifton <nickc@redhat.com>
493
494 PR 29289
495 * dwarf.c (display_debug_names): Replace assert with a warning
496 message.
497
e98e7d9a
NC
4982022-06-27 Nick Clifton <nickc@redhat.com>
499
500 PR 29290
501 * dwarf.c (read_and_display_attr_value): Check that debug_info_p
502 is set before dereferencing it.
503
a3f1431a
NC
5042022-06-27 Nick Clifton <nickc@redhat.com>
505
506 * dwarf.c (fetch_indexed_string): Do not use length of first table
507 in string section as the length of every table in the section.
e98e7d9a 508
a3f1431a
NC
509 * testsuite/binutils-all/pr26112.r: Update expected output.
510
f18acc9c
KB
5112022-06-22 Kumar N, Bhuvanendra <Kavitha.Natarajan@amd.com>
512
513 * dwarf.c (fetch_indexed_string): Added new parameter
514 str_offsets_base to calculate the string offset.
515 (read_and_display_attr_value): Read DW_AT_str_offsets_base
516 attribute.
517 (process_debug_info): While allocating memory and initializing
518 debug_information, do it for do_debug_info also, if its true.
519 (load_separate_debug_files): Load .debug_str_offsets if exists.
520 * dwarf.h (struct debug_info): Add str_offsets_base field.
521
4491a7c1
MN
5222022-06-22 Marcus Nilsson <brainbomb@gmail.com>
523
524 * readelf.c: (slurp_relr_relocs) Use malloc instead of xmalloc
525 when allocating space for relocations.
526
f18acc9c 5272022-06-21 Kumar N, Bhuvanendra <Kavitha.Natarajan@amd.com>
ec41dd75
NC
528
529 * dwarf.h (struct debug_info): Add rnglists_base field.
530 * dwarf.c (read_and_display_attr_value): Read attribute DW_AT_rnglists_base.
531 (display_debug_rnglists_list): While handling DW_RLE_base_addressx,
532 DW_RLE_startx_endx, DW_RLE_startx_length items, pass the proper parameter
533 value to fetch_indexed_addr(), i.e. fetch the proper entry in .debug_addr section.
534 (display_debug_ranges): Add rnglists_base to the .debug_rnglists base address.
535 (load_separate_debug_files): Load .debug_addr section, if exists.
536
94585d6d
NC
5372022-05-20 Nick Clifton <nickc@redhat.com>
538
539 * dwarf.c (dwarf_select_sections_by_names): Return zero if no
540 sections were selected.
541 (dwarf_select_sections_by_letters): Likewise.
542 * dwarf.h: (dwarf_select_sections_by_names): Update prototype.
543 (dwarf_select_sections_by_letters): Update prototype.
544 * objdump.c (might_need_separate_debug_info): New function.
545 (dump_bfd): Call new function before attempting to load separate
546 debug info files.
547 (main): Do not enable dwarf section dumping for -WK or -WN.
548 * readelf.c (parse_args): Do not enable dwarf section dumping for
549 -wK or -wN.
550 (might_need_separate_debug_info): New function.
551 (process_object): Call new function before attempting to load
552 separate debug info files.
553 * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
554 debuginfod tests to pass.
555 * testsuite/binutils-all/objdump.Wk: Add extra regexps.
556 * testsuite/binutils-all/readelf.k: Add extra regexps.
557
95086e1e
NC
5582022-05-19 Nick Clifton <nickc@redhat.com>
559
560 * dlltool.c (run): Initialise errmsg_fmt.
561 * dllwrap.c (run): Likewise.
562 * resrc.c (run_cmd): Likewise.
563 * mclex.c (mc_add_keyword): Initialise usz.
564 * srconv.c (wd_hd): Initialise hd.spare2.
565 * windmc.c (mc_add_node_lang): Initialise s.
566 (mc_generate_bin_item): Initialise cvt_txt.
567 (main): Initialise u.
568
2c3cc81e
NC
5692022-05-18 Nick Clifton <nickc@redhat.com>
570
571 PR 29135
572 * nm.c (non_weak): New variable.
573 (filter_symbols): When non-weak is true, ignore weak symbols.
574 (long_options): Add --no-weak.
575 (usage): Mention --no-weak.
576 (main): Handle -W/--no-weak.
577 * doc/binutils.texi: Document new feature.
578 * NEWS: Mention the new feature.
579 * testsuite/binutils-all/nm.exp: Add test of new feature.
580 * testsuite/binutils-all/no-weak.s: New test source file.
581
0d38576a
NC
5822022-04-25 Nick Clifton <nickc@redhat.com>
583
584 PR 29072
585 * testsuite/lib/binutils-common.exp (prune_warnings_extra): Filter
586 out notes about the executable stacjk behaviour beign deprecated.
587
278c98c8
NC
5882022-04-12 Nick Clifton <nickc@redhat.com>
589
590 PR 28992
591 * objcopy.c (is_strip_section_1): Do not delete debuglink sections
592 when stripping debug information.
593
19c26da6
NC
5942022-04-06 Nick Clifton <nickc@redhat.com>
595
596 PR 28981
597 * dwarf.c (fetch_indexed_value): Rename to fecth_indexed_addr and
598 return the address, rather than a string.
599 (fetch_indexed_value): New function - returns a value indexed by a
600 DW_FORM_loclistx or DW_FORM_rnglistx form.
601 (read_and_display_attr_value): Add support for DW_FORM_loclistx
602 and DW_FORM_rnglistx.
603 (process_debug_info): Load the loclists and rnglists sections.
604 (display_loclists_list): Add support for DW_LLE_base_addressx,
605 DW_LLE_startx_endx, DW_LLE_startx_length and
606 DW_LLE_default_location.
607 (display_offset_entry_loclists): New function. Displays a
608 .debug_loclists section that contains offset entry tables.
609 (display_debug_loc): Call the new function.
610 (display_debug_rnglists_list): Add support for
611 DW_RLE_base_addressx, DW_RLE_startx_endx and DW_RLE_startx_length.
612 (display_debug_ranges): Display the contents of the section's
613 header.
614 * dwarf.h (struct debug_info): Add loclists_base field.
615 * testsuite/binutils-all/dw5.W: Update expected output.
616 * testsuite/binutils-all/x86-64/pr26808.dump: Likewise.
617
a171378a
JB
6182022-04-01 John Baldwin <jhb@FreeBSD.org>
619
620 * readelf.c (get_freebsd_elfcore_note_type): Handle
621 NT_FREEBSD_X86_SEGBASES.
622
add0eb9d
NC
6232022-03-31 Nick Clifton <nickc@redhat.com>
624
625 * arlex.l: Accept the plus character as part of a filename.
626
260ecdce
FS
6272022-03-16 Fangrui Song <maskray@google.com>
628
629 PR binutils/28926
630 * objcopy.c (filter_symbols): Apply weaken to STB_GNU_UNIQUE symbols
631 * NEWS: Mention feature.
632 * testsuite/binutils-all/objcopy.exp (objcopy_test_symbol_manipulation): New test.
633 * testsuite/binutils-all/weaken-gnu-unique.s: New.
634
d65c0ddd
MS
6352022-03-16 Martin Storsjö <martin@martin.st>
636
637 PR 28885
638 * dlltool.c (main): use imp_name rather than dll_name when
639 generating a temporary file name.
640
0c857ef4
SM
6412022-03-16 Simon Marchi <simon.marchi@efficios.com>
642
643 * readelf.c (dump_relocations): Handle EM_AMDGPU.
644
2952f10c
SM
6452022-03-16 Simon Marchi <simon.marchi@efficios.com>
646
647 * Makefile.am (readelf_CFLAGS): New.
648 (readelf_LDADD): Add MSGPACK_LIBS.
649 * Makefile.in: Re-generate.
650 * config.in: Re-generate.
651 * configure: Re-generate.
652 * configure.ac: Add --with-msgpack flag and check for msgpack
653 using pkg-config.
654 * readelf.c: Include msgpack.h if HAVE_MSGPACK.
655 (print_note_contents_hex): New.
656 (print_indents): New.
657 (dump_msgpack_obj): New.
658 (dump_msgpack): New.
659 (print_amdgpu_note): New.
660 (process_note): Handle NT_AMDGPU_METADATA note contents.
661 Use print_note_contents_hex.
662
28cdbb18
SM
6632022-03-16 Simon Marchi <simon.marchi@efficios.com>
664
665 * readelf.c (get_amdgpu_elf_note_type): New.
666 (process_note): Handle "AMDGPU" notes.
667
c077c580
SM
6682022-03-16 Simon Marchi <simon.marchi@efficios.com>
669
670 * readelf.c: Include elf/amdgcn.h.
671 (decode_AMDGPU_machine_flags): New.
672 (get_machine_flags): Handle flags for EM_AMDGPU machine type.
673
37870be8
SM
6742022-03-16 Simon Marchi <simon.marchi@efficios.com>
675
676 * readelf.c (get_osabi_name): Handle EM_AMDGPU OS ABIs.
677
f4f95df3
NC
6782022-03-16 Nick Clifton <nickc@redhat.com>
679
680 * po/sr.po: Updated Serbian translation.
681
cda8dc94
TT
6822022-03-15 Tom Tromey <tromey@adacore.com>
683
684 * dwarf-mode.el: Now 1.7.
685 (dwarf--sentinel): Switch to the process buffer.
686
bb368aad
VM
6872022-03-11 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
688
689 * MAINTAINERS: Add gprofng maintainer.
690 * README-how-to-make-a-release: Add gprofng.
691
bed566bb
NC
6922022-03-10 Nick Clifton <nickc@redhat.com>
693
694 * dwarf.c (use_debuginfod): New variable. Set to 1.
695 (load_separate_debug_info): Only call
696 debuginfod_fetch_separate_debug_info is use_debuginfod is true.
697 (dwarf_select_sections_by_names): Add do-not-use-debuginfod and
698 use-debuginfod options.
699 (dwarf_select_sections_by_letters): Add D and E options.
700 * dwarf.h (use_debuginfod): New extern.
701 * objdump.c (usage): Mention the new options.
702 * readelf.c (usage): Likewise.
703 * doc/binutils.texi: Document the new options.
704 * doc/debug-options.texi: Describe the new options.
705 * NEWS: Mention the new feature.
706 * testsuite/binutils-all/debuginfod.exp: Add tests of the new
707 options.
708
d17e797f
MR
7092021-03-06 Maciej W. Rozycki <macro@orcam.me.uk>
710
711 * testsuite/binutils-all/mips/mips1-branch-alias.d: New test.
712 * testsuite/binutils-all/mips/mips1-branch-noalias.d: New test.
713 * testsuite/binutils-all/mips/mips2-branch-alias.d: New test.
714 * testsuite/binutils-all/mips/mips2-branch-noalias.d: New test.
715 * testsuite/binutils-all/mips/mips32r6-branch-alias.d: New test.
716 * testsuite/binutils-all/mips/mips32r6-branch-noalias.d: New
717 test.
718 * testsuite/binutils-all/mips/micromips-branch-alias.d: New
719 test.
720 * testsuite/binutils-all/mips/micromips-branch-noalias.d: New
721 test.
722 * testsuite/binutils-all/mips/mips-branch-alias.s: New test
723 source.
724 * testsuite/binutils-all/mips/micromips-branch-alias.s: New test
725 source.
726 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
727
84a9f195
SM
7282022-03-04 Simon Marchi <simon.marchi@polymtl.ca>
729
730 * readelf.c (process_dynamic_section): Fix indentation.
731
0f38fd87
NC
7322022-02-09 Nick Clifton <nickc@redhat.com>
733
734 * README-how-to-make-a-release: Update after the 2.38 release.
735
5fa0c223
NC
7362022-01-27 Nick Clifton <nickc@redhat.com>
737
738 * po/sv.po: Updated Swedish translation.
739
5fe73d46
NC
7402022-01-24 Nick Clifton <nickc@redhat.com>
741
742 * po/bg.po: Updated Bulgarian translation.
743 * po/fr.po: Updated French translation.
744 * po/ro.po: Updated Romanian translation.
745 * po/uk.po: Updated Ukranian translation.
746
58de646b
MS
7472022-01-22 Martin Storsjö <martin@martin.st>
748
749 * dlltool.c (main): Allow inferring tmp_prefix from the dll name
750 from a def file.
751
f908e960
NC
7522022-01-22 Nick Clifton <nickc@redhat.com>
753
754 * configure: Regenerate.
755 * po/binutils.pot: Regenerate.
756
a74e1cb3
NC
7572022-01-22 Nick Clifton <nickc@redhat.com>
758
759 * 2.38 release branch created.
760
6c037fdb
NC
7612022-01-17 Nick Clifton <nickc@redhat.com>
762
763 * Makefile.in: Regenerate.
764
d1b69c50
FS
7652022-01-11 Fangrui Song <maskray@google.com>
766
767 PR binutils/28759
768 * ar.c (long_options): Add --thin.
769 (usage) Add --thin. Deprecate -T without diagnostics.
770 * doc/binutils.texi: Add doc.
771 * NEWS: Mention --thin.
772 * binutils/testsuite/binutils-all/ar.exp: Add tests.
773
c4a8df19
MS
7742022-01-11 Martin Storsjö <martin@martin.st>
775
776 * dlltool.c (main): If a prefix has not been provided, attempt to
777 use a deterministic one based upon the dll name.
778
0e9f1c04 7792022-01-07 Pavel Mayorov <pmayorov@cloudlinux.com>
af4004d1
NC
780
781 PR 28718
0e9f1c04
PM
782 * dwarf.c: Revert previous delta.
783 (debug_get_real_type): Reject indirect types that point to
784 indirect types.
785 (debug_get_type_name, debug_get_type_size, debug_write_type):
786 Likewise.
787
7882022-01-06 Nick Clifton <nickc@redhat.com>
789
af4004d1
NC
790 * debug.c (debug_write_type): Allow for malicious recursion via
791 indirect debug types.
792
e2c0cef9
NC
7932022-01-04 Nick Clifton <nickc@redhat.com>
794
795 PR 28716
796 * dwarf.c (load_build_id_debug_file): Remove spurious printf.
797
61ab1364
NC
7982021-12-16 Nick Clifton <nickc@redhat.com>
799
800 PR 28697
801 * dwarf.c (load_build_id_debug_file): New function.
802 (try_build_id_prefix): New function.
803 (check_for_and_load_links): Call load_build_id_debug_file.
804 (debug_displays): Add entry for .note.gnu.build-id.
805 * dwarf.h (enum dwarf_section_display_enum): Add
806 note_gnu_build_id.
807 * testsuite/binutils-all/debuginfod.exp (test_fetch_debuglink):
808 Fix regexp for loads via debuglink section.
809
066624ff
CX
8102021-12-03 Chenghua Xu <xuchenghua@loongson.cn>
811
812 * MAINTAINERS: Add myself and Zhensong Liu
813 as the LoongArch maintainer.
814
117e35f5
NC
8152021-12-02 Nick Clifton <nickc@redhat.com>
816
817 PR 28645
818 * dwarf.c (process_cu_tu_index): Add test for overruning section
819 whilst processing slots.
820
6e2acee1
RM
8212021-11-30 Roland McGrath <mcgrathr@google.com>
822
823 * doc/local.mk: Give each man page target its missing dependency on
824 doc/$(am__dirstamp).
825
9745b5a7
NC
8262021-11-30 Nick Clifton <nickc@redhat.com>
827
828 * dwarf.c (find_debug_info_for_offset): Use dwarf_vma type for
829 offsets, sizes and ranges.
830 (display_loc_list): Likewise. Also use print_dwarf_vma to print
831 the offset.
832 (display_loclists_list): Likewise.
833 (display_loc_list_dwo): Likewise.
834 (display_debug_str): Likewise.
835 (display_debug_aranges): Likewise.
836 (display_debug_ranges_list): Likewise.
837 (display_debug_rnglists_list): Likewise.
838 (display_debug_ranges): Likewise.
839
8fee99c3
NC
8402021-11-29 Nick Clifton <nickc@redhat.com>
841
842 PR 28632
843 * strings.c (usage): Update desciption of -n option.
844 * doc/binutils.texi: Likewise.
845
d8ed269e
NC
8462021-11-24 Nick Clifton <nickc@redhat.com>
847
848 PR 28564
849 * sysdump.c (getCHARS): Check for an out of bounds read.
850
a7fd1186
FS
8512021-11-16 Fangrui Song <maskray@google.com>
852
853 * readelf.c (enum relocation_type): New.
854 (slurp_relr_relocs): New.
855 (dump_relocations): Change is_rela to rel_type.
856 Dump RELR.
857 (dynamic_relocations): Add DT_RELR.
858 (process_relocs): Check SHT_RELR and DT_RELR.
859 (process_dynamic_section): Store into dynamic_info for
860 DT_RELR/DT_RELRENT/DT_RELRSZ.
861
b3aa80b4
NC
8622021-11-09 Nick Clifton <nickc@redhat.com>
863
864 * nm.c: Add --unicode option to control how unicode characters are
865 handled.
866 * objdump.c: Likewise.
867 * readelf.c: Likewise.
868 * strings.c: Likewise.
869 * binutils.texi: Document the new feature.
870 * NEWS: Document the new feature.
871 * testsuite/binutils-all/unicode.exp: New file.
872 * testsuite/binutils-all/nm.hex.unicode
873 * testsuite/binutils-all/strings.escape.unicode
874 * testsuite/binutils-all/objdump.highlight.unicode
875 * testsuite/binutils-all/readelf.invalid.unicode
876
dac784d0
TT
8772021-11-03 Tom Tromey <tromey@adacore.com>
878
879 * dwarf.c (display_debug_loc): Use section name in warnings.
880
10909ea8
NA
8812021-10-25 Nick Alcock <nick.alcock@oracle.com>
882
883 * objdump.c (usage): --ctf now has an optional argument.
884 (main): Adjust accordingly.
885 (dump_ctf): Default it.
886 * doc/ctf.options.texi: Adjust.
887
80b56fad
NA
8882021-10-25 Nick Alcock <nick.alcock@oracle.com>
889
890 * objdump.c (usage): --ctf-parent now takes a name, not a section.
891 (dump_ctf): Don't open a separate section; use the parent_name in
892 ctf_dict_open instead. Use ctf_archive_next, not ctf_archive_iter,
893 so we can pass down a member count.
894 (dump_ctf_archive_member): Add the member count; don't return
895 anything. Import parents into children no matter what the
896 parent's name, while still avoiding displaying the header for the
897 common parent name of ".ctf".
898 * readelf.c (usage): Adjust similarly.
899 (dump_section_as_ctf): Likewise.
900 (dump_ctf_archive_member): Likewise. Never stop iterating over
901 archive members, even if ctf_dump of one member fails.
902 * doc/ctf.options.texi: Adjust.
903
cf487499
NC
9042021-10-19 Nick Clifton <nickc@redhat.com>
905
906 * nm.c (filter_symbols): Test for a NULL name before checking to
907 see if the symbol is __gnu_lto_slim.
908 * objcopy.c (filter_symbols): Likewise.
909
7325ba79
NC
9102021-09-30 Nick Clifton <nickc@redhat.com>
911
912 * objcopy.c (filter_symbols): Fail if attempting to dredefine
913 symbols in an LTO object file.
914
b9004024
NA
9152021-09-27 Nick Alcock <nick.alcock@oracle.com>
916
917 * configure: Regenerate.
918
6a7f5766
AB
9192021-09-20 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * testsuite/binutils-all/riscv/riscv.exp: New file.
922 * testsuite/binutils-all/riscv/unknown.d: New file.
923 * testsuite/binutils-all/riscv/unknown.s: New file.
924
64dbf74d
LM
9252021-09-07 Luis Machado <luis.machado@linaro.org>
926
927 Revert: [AArch64] MTE corefile support
928
929 2021-05-21 Luis Machado <luis.machado@linaro.org>
930
931 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
932
4f212c55
NC
9332021-08-11 Nick Clifton <nickc@redhat.com>
934
935 * po/pt.po: Updated Portuguese translation.
936
3ee0cd9e
NC
9372021-08-10 Nick Clifton <nickc@redhat.com>
938
939 * po/sr.po: Updated Serbian translation.
940
c58830e4
NC
9412021-07-16 Nick Clifton <nickc@redhat.com>
942
943 * po/sv.po: Updated Swedish translation.
944
51d29b8c
CC
9452021-07-14 Clément Chigot <clement.chigot@atos.net>
946
947 * dwarf.h (struct dwarf_section): Add XCOFF name.
948 * dwarf.c (struct dwarf_section_display): Update.
949 * objdump.c (load_debug_section): Add XCOFF name handler.
950 (dump_dwarf_section): Likewise.
951
0200b0fe
NC
9522021-07-12 Nick Clifton <nickc@redhat.com>
953
954 * po/fr.po: Updated French translation.
955
9039747f
AM
9562021-07-10 Alan Modra <amodra@gmail.com>
957
958 PR 28069
959 * dwarf.c (display_discr_list): Remove assertions. Delete "end"
960 parameter, use initial "data" pointer as the end. Formatting.
961 Don't count down bytes as they are read.
962 (read_and_display_attr_value): Adjust display_discr_list call.
963 (read_and_print_leb128): Don't pass __FILE__ and __LINE__ to
964 report_leb_status.
965 * dwarf.h (report_leb_status): Don't report file and line
966 numbers. Delete file and lnum parameters,
967 (READ_ULEB, READ_SLEB): Adjust.
968
b737d304
RO
9692021-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
970
971 * configure.ac: Check for strnlen declaration.
972 * configure, config.in: Regenerate.
973
40e1d303
AM
9742021-07-05 Alan Modra <amodra@gmail.com>
975
976 PR 28047
977 * dwarf.c (get_type_abbrev_from_form): Add cu_end parameter.
978 Check DW_FORM_ref1 etc. arg against cu_end rather than end of
979 section. Adjust all callers.
980
346d80ef
NC
9812021-07-03 Nick Clifton <nickc@redhat.com>
982
983 * configure: Regenerate.
984 * po/opcodes.pot: Regenerate.
985 * README-how-to-make-a-release: Update.
986
51419248
NC
9872021-07-03 Nick Clifton <nickc@redhat.com>
988
989 * 2.37 release branch created.
990
4ff0bb2d
AM
9912021-07-02 Alan Modra <amodra@gmail.com>
992
993 PR 28048
994 * dwarf.c (get_type_signedness): Don't run off end of buffer
995 printing DW_FORM_string attribute.
996
1b8d1f5f
NC
9972021-07-01 Nick Clifton <nickc@redhat.com>
998
999 PR 28029
1000 * testsuite/binutils-all/debuginfod.exp: Replace -wK with -wk.
1001
75a2da57
AH
10022021-07-01 Andrei Homescu <ah@immunant.com>
1003
1004 * readelf.c (process_archive): Reset file position to the
1005 beginning when calling process_object for thin archive members.
1006 * testsuite/binutils-all/readelf.exp: Add test.
1007 * testsuite/binutils-all/readelf.h.thin: New file.
1008
c63fc368
NC
10092021-06-30 Tom Tromey <tom@tromey.com>
1010
1011 * dwarf.c (read_and_display_attr_value): Handle
1012 DW_FORM_implicit_const.
1013
280c57ff
RH
10142021-06-30 Richard Henderson <richard.henderson@linaro.org>
1015
1016 * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf
1017 and DW_CFA_def_cfa_offset_sf have a signed offset.
1018
539b54f0
AM
10192021-06-19 Alan Modra <amodra@gmail.com>
1020
1021 * dwarf.c (display_debug_lines_decoded): Use memcpy rather than
1022 strncpy when trimming file name length to MAX_FILENAME_LENGTH.
1023 Don't make an unnecessary copy when length is good.
1024
5a767724
L
10252021-06-18 H.J. Lu <hongjiu.lu@intel.com>
1026
1027 * readelf.c (print_gnu_property_note): Handle
1028 GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
1029 GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
1030
c8795e1f
NC
10312021-06-15 Nick Clifton <nickc@redhat.com>
1032
1033 * readelf.c (get_note_type): Add support for NT_GO_BUILDID.
1034
93df3340
AM
10352021-06-15 Alan Modra <amodra@gmail.com>
1036
1037 * readelf.c (locate_dynamic_section, is_pie): New functions.
1038 (get_file_type): Replace e_type parameter with filedata. Call
1039 is_pie for ET_DYN. Update all callers.
1040 (process_program_headers): Use local variables dynamic_addr and
1041 dynamic_size, updating filedata on exit from function. Set
1042 dynamic_size of 1 to indicate no dynamic section or segment.
1043 Update tests of dynamic_size throughout.
1044 * testsuite/binutils-all/x86-64/pr27708.dump: Update expected output.
1045
0121f438
EB
10462021-06-14 Eric Botcazou <ebotcazou@adacore.com>
1047
1048 * dwarf.c (struct abbrev_attr): Change type of implicit_const.
1049 (add_abbrev_attr): Likewise.
1050 (process_abbrev_set): Likewise.
1051 (display_debug_abbrev): Adjust to above change.
1052
8c60e272
AM
10532021-06-12 Alan Modra <amodra@gmail.com>
1054
1055 * readelf.c (process_file_header): Don't clear section_headers.
1056
e331b18d
AM
10572021-06-12 Alan Modra <amodra@gmail.com>
1058
1059 * readelf.c (get_section_headers): Don't test e_shoff here, leave
1060 that to get_32bit_section_headers or get_64bit_section_headers.
1061 (process_object): Throw away section header read to print file
1062 header extension.
1063
066f8fbe
AM
10642021-06-11 Alan Modra <amodra@gmail.com>
1065
1066 * readelf.c (struct filedata): Move archive_file_offset and
1067 archive_file_size earlier.
1068 (free_filedata): Clear using memset.
1069
4de91c10
AM
10702021-06-11 Alan Modra <amodra@gmail.com>
1071
1072 * readelf.c (GET_ELF_SYMBOLS): Delete. Replace with..
1073 (get_elf_symbols): ..this new function throughout.
1074 (get_32bit_section_headers): Don't free section_headers.
1075 (get_64bit_section_headers): Likewise.
1076 (get_section_headers): New function, use throughout in place of
1077 32bit and 64bit variants.
1078 (get_dynamic_section): Similarly.
1079 (process_section_headers): Don't free filedata memory here.
1080 (get_file_header): Don't get section headers here..
1081 (process_object): ..Read them here instead. Don't exit without
1082 freeing filedata memory.
1083
cc96519f
NC
10842021-06-09 Nick Clifton <nickc@redhat.com>
1085
1086 * MAINTAINERS: Remove Daniel Jacobwitz from the maintainers list.
1087
6bee34a1
JB
10882021-06-07 Jan Beulich <jbeulich@suse.com>
1089
1090 * dwarf.c (display_debug_aranges): Add u suffix to constant.
1091
63e47e10
AM
10922021-05-29 Alan Modra <amodra@gmail.com>
1093
1094 * objdump (usage): Add missing \n.
1095
d6249f5f
AM
10962021-05-29 Alan Modra <amodra@gmail.com>
1097
1098 * readelf.c (parse_args): Call dwarf_select_sections_all on
1099 --debug-dump without optarg.
1100 (usage): Associate -w and --debug-dump options closely.
1101 Split up help message. Remove extraneous blank lines around
1102 ctf help.
1103 * objdump.c (usage): Similarly.
1104
9204ccd4
MR
11052021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
1106
1107 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Correct CFC0
1108 operand disassembly.
1109 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
1110
9623cc5d
MR
11112021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
1112
1113 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: Use `mips:3000'
1114 machine for disassembly.
1115 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: Likewise.
1116 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: Likewise.
1117 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: Likewise.
1118
1273b2f8
L
11192021-05-28 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 PR ld/27905
1122 * readelf.c (decode_x86_feature_2): Revert commit 50c95a739c9.
1123
6643bb00
AM
11242021-05-27 Alan Modra <amodra@gmail.com>
1125
1126 * readelf (usage): Order -w letters to match --debug-dump= and
1127 move common '=' for --debug-dump out of brackets.
1128
50c95a73
L
11292021-05-26 H.J. Lu <hongjiu.lu@intel.com>
1130
1131 PR ld/27905
1132 * readelf.c (decode_x86_feature_2): Support
1133 GNU_PROPERTY_X86_FEATURE_2_CODE16.
1134
01a8c731
CX
11352021-05-23 Tiezhu Yang <yangtiezhu@loongson.cn>
1136
1137 * readelf.c (get_machine_name): Change Loongson Loongarch to
1138 LoongArch.
1139
3b2bef8b
LM
11402021-05-21 Luis Machado <luis.machado@linaro.org>
1141
1142 * readelf.c (get_note_type): Add missing NT_ARM_* entries.
1143
894982bf
LM
11442021-05-21 Luis Machado <luis.machado@linaro.org>
1145
1146 * readelf.c (get_note_type): Handle NT_MEMTAG note types.
1147
c485e475
ES
11482021-05-19 Eli Schwartz <eschwartz@archlinux.org>
1149
1150 * dwarf.c (ENABLE_CHECKING): Define to 0 if not previously set.
1151
1b3892be
AM
11522021-05-19 Alan Modra <amodra@gmail.com>
1153
1154 PR 27884
1155 * dwarf.c (get_type_abbrev_from_form): Replace cu_offset_return
1156 param with map_return, and return map for DW_FORM_ref_addr.
1157 (get_type_signedness): Adjust calls to get_type_abbrev_from_form.
1158 Pass returned cu map start and end to recursive call.
1159 (read_and_display_attr_value): Similarly.
1160
9d9e2a34
AM
11612021-05-19 Alan Modra <amodra@gmail.com>
1162
1163 PR 27879
1164 * sysdump.c (getBARRAY): Sanity check size against max.
1165 (getINT): Avoid UB shift left.
1166
b9c0d703
AM
11672021-05-15 Alan Modra <amodra@gmail.com>
1168
1169 * dwarf.c (process_cu_tu_index): Avoid pointer UB. Use _mul_overflow.
1170 Delete dead code.
1171
bb19bf12
AM
11722021-05-15 Alan Modra <amodra@gmail.com>
1173
1174 * dwarf.c (display_gdb_index): Avoid pointer UB and overflow in
1175 length calculations.
1176
d7870f63
AM
11772021-05-15 Alan Modra <amodra@gmail.com>
1178
1179 * dwarf.c (display_debug_names): Complain when header length is
1180 too small. Avoid pointer UB. Sanity check augmentation string,
1181 CU table, TU table and foreign TU table sizes.
1182
5897a389
AM
11832021-05-15 Alan Modra <amodra@gmail.com>
1184
1185 * dwarf.c (display_debug_frames): Delete initial_length_size.
1186 Avoid pointer UB. Constrain data reads to length given in header.
1187 Sanity check cie header length. Only skip up to next FDE on
1188 finding augmentation data too long.
1189
c93c4a85
AM
11902021-05-15 Alan Modra <amodra@gmail.com>
1191
1192 * dwarf.c (read_cie): Add more sanity checks to ensure data
1193 pointer is not bumped past end.
1194
b4951546
AM
11952021-05-15 Alan Modra <amodra@gmail.com>
1196
1197 * dwarf.c (display_debug_ranges): Delete initial_length_size.
1198 Correct fallback size calculated on finding a reloc. Constrain
1199 data reads to length given in header. Avoid pointer UB.
1200
669f463d
AM
12012021-05-15 Alan Modra <amodra@gmail.com>
1202
1203 * dwarf.c (display_debug_rnglists_list): Avoid pointer UB.
1204
5250d2f0
AM
12052021-05-15 Alan Modra <amodra@gmail.com>
1206
1207 * dwarf.c (display_debug_str_offsets): Constrain reads to length
1208 given in header.
1209
6ca07350
AM
12102021-05-15 Alan Modra <amodra@gmail.com>
1211
1212 * dwarf.c (display_debug_aranges): Delete initial_length_size.
1213 Use end_ranges to constrain data reads to header length. Avoid
1214 pointer UB.
1215
78480097
AM
12162021-05-15 Alan Modra <amodra@gmail.com>
1217
1218 * dwarf.c (display_loc_list): Avoid pointer UB. Correct check
1219 before reading uleb length. Warn on excess length.
1220
b0d461ec
AM
12212021-05-15 Alan Modra <amodra@gmail.com>
1222
1223 * dwarf.c (display_debug_macro): Print strings that might not
1224 be zero terminated with %*s. Don't bump curr if unterminated.
1225
46d1214d
AM
12262021-05-15 Alan Modra <amodra@gmail.com>
1227
1228 * dwarf.c (get_line_filename_and_dirname): Delete initial_length_size.
1229 Simplify length sanity check, and check for too small lengths.
1230 Constrain data reads to header length. Avoid pointer UB.
1231
c03df922
AM
12322021-05-15 Alan Modra <amodra@gmail.com>
1233
1234 * dwarf.c (display_debug_macinfo): Print strings that might not
1235 be zero terminated with %*s. Don't bump curr if unterminated.
1236
35b2c89e
AM
12372021-05-15 Alan Modra <amodra@gmail.com>
1238
1239 * dwarf.c (display_debug_pubnames_worker): Delete initial_length_size.
1240 Simplify length check. Constrain reads to length given by header.
1241
56051e28
AM
12422021-05-15 Alan Modra <amodra@gmail.com>
1243
1244 * dwarf.c (display_debug_lines_decoded): Don't use strnlen when
1245 we have already checked for NUL termination.
1246
37195e23
AM
12472021-05-15 Alan Modra <amodra@gmail.com>
1248
1249 * dwarf.c (read_debug_line_header): Delete initial_length_size.
1250 Avoid pointer UB. Keep within length specified by header.
1251 Delete dead code.
1252
edba4e4a
AM
12532021-05-15 Alan Modra <amodra@gmail.com>
1254
1255 * dwarf.c (process_debug_info): Always do the first CU length
1256 scan for sanity checks. Remove initial_length_size var and
1257 instead calculate end_cu. Use end_cu to limit data reads.
1258 Delete now dead code checking length.
1259
ebb17864
AM
12602021-05-15 Alan Modra <amodra@gmail.com>
1261
1262 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Assert only when ENABLE_CHECKING.
1263
fc5e0925
AM
12642021-05-15 Alan Modra <amodra@gmail.com>
1265
1266 * bucomm.h (_mul_overflow): Define.
1267 * dwarf.c (get_encoded_value): Avoid pointer UB.
1268
b96a1bcb
AM
12692021-05-13 Alan Modra <amodra@gmail.com>
1270
1271 PR 27861
1272 * dwarf.c (display_debug_str_offsets): Sanity check dwarf5
1273 header length.
1274
d21f875d
AM
12752021-05-13 Alan Modra <amodra@gmail.com>
1276
1277 PR 27860
1278 * dwarf.c (display_debug_frames): Sanity check cie_off before
1279 attempting to read cie.
1280
a7077ce7
AM
12812021-05-12 Alan Modra <amodra@gmail.com>
1282
1283 * dwarf.c (process_extended_line_op): Don't bump data pointer past
1284 end when strnlen doesn't find string terminator.
1285 (decode_location_expression): Remove dead code.
1286 (skip_attr_bytes): Remove const from end param. Ensure data
1287 pointer doesn't pass end.
1288 (get_type_signedness): Remove const from end param.
1289 (read_and_display_attr_value): Ensure data pointer doesn't pass end.
1290 (display_debug_lines_raw, display_debug_lines_decoded): Likewise.
1291 (display_debug_pubnames_worker): Likewise.
1292 (display_debug_pubnames_worker): Use SAFE_BYTE_GET_AND INC rather
1293 than blindly incrementing data pointer.
1294 (display_debug_addr, display_debug_str_offsets): Likewise. Don't
1295 compare pointers, compare lengths.
1296
6d1ad6f7
AM
12972021-05-12 Alan Modra <amodra@gmail.com>
1298
1299 * dwarf.c (SAFE_BYTE_GET_INTERNAL): Define.
1300 (SAFE_BYTE_GET, SAFE_BYTE_GET_AND_INC): Define using the above.
1301 (SAFE_SIGNED_BYTE_GET, SAFE_SIGNED_BYTE_GET_AND_INC): Likewise.
1302 (display_discr_list): Use SAFE_BYTE_GET_AND_INC rather than
1303 SAFE_BYTE_GET followed by increment.
1304 (process_debug_info): Likewise, and test bytes remaining before
1305 incrementing section_begin rather than using pointer comparison.
1306 (display_debug_names): Pass lvalue as SAFE_BYTE_GET PTR.
1307 (process_cu_tu_index): Likewise for SAFE_BYTE_GET_AND_INC.
1308
af2ddf69
AM
13092021-05-12 Alan Modra <amodra@gmail.com>
1310
1311 * dwarf.c (dwarf_vmatoa64, SAFE_BYTE_GET64, add64): Delete.
1312 (skip_attr_bytes): Replace use of SAFE_BYTE_GET64 with
1313 SAFE_BYTE_GET_AND_INC.
1314 (read_and_display_attr_value): Likewise. Print using dwarf_vmatoa.
1315 (process_debug_info, process_cu_tu_index): Likewise.
1316 * elfcomm.c (byte_put, byte_put_little_endian, byte_put_big_endian),
1317 (byte_get, byte_get_little_endian, byte_get_big_endian),
1318 (byte_get_signed): Make size param unsigned. Remove code dealing
1319 with 4-byte elf_vma.
1320 (byte_get_64): Delete.
1321 * elfcomm.h (byte_put, byte_put_little_endian, byte_put_big_endian),
1322 (byte_get, byte_get_little_endian, byte_get_big_endian),
1323 (byte_get_signed): Update prototypes.
1324 (byte_get_64): Delete.
1325
0d872fca
AM
13262021-05-12 Alan Modra <amodra@gmail.com>
1327
1328 PR 27836
1329 * dwarf.c (display_debug_frames): Don't compare pointers derived
1330 from user input. Test offset against bounds instead.
1331
55b26492
AM
13322021-05-12 Alan Modra <amodra@gmail.com>
1333
1334 PR 27853
1335 * dwarf.c (display_formatted_table): Test for data >= end rather
1336 than data == end.
1337 (process_extended_line_op): Likewise.
1338 (display_debug_lines_raw): Likewise.
1339 (display_debug_lines_decoded): Likewise.
1340
5ab39075
AM
13412021-05-12 Alan Modra <amodra@gmail.com>
1342
1343 PR 27849
1344 * dwarf.c (fetch_indexed_string): Correct length sanity checks.
1345 Sanity check section size for version and padding too. Correct
1346 index sanity check. Handle multiple tables in .debug_str_offsets.
1347
d30182b5
HPN
13482021-05-11 Hans-Peter Nilsson <hp@axis.com>
1349
1350 * dwarf.c (process_abbrev_set): Properly parenthesize before
1351 casting to unsigned long.
1352
f2f9554b
AM
13532021-05-11 Alan Modra <amodra@gmail.com>
1354
1355 PR 27845
1356 * dwarf.c (process_abbrev_set): Replace start and end parameters
1357 with section, abbrev_base, abbrev_size, abbrev_offset. Update
1358 all callers. Sanity check parameters correctly and emit warnings
1359 here rather than..
1360 (process_debug_info): ..here.
1361
749c7002
TW
13622021-05-10 Thomas Wolff <towo@towo.net>
1363
1364 PR 4356
1365 PR 26865
1366 PR 27594
1367 * windres.c (quot): Revert previous delta. Do not use double
1368 quotes when spaces are detected in options.
1369 * doc/binutils.texi (windres): Remove suggestion that the
1370 --preprocessor option can take arguments.
1371
2d4b4986
AM
13722021-05-10 Alan Modra <amodra@gmail.com>
1373
1374 * dwarf.c (SAFE_BYTE_GET): Check bounds by subtracting amount from
1375 END rather than adding amount to PTR.
1376 (SAFE_SIGNED_BYTE_GET, SAFE_BYTE_GET64): Likewise.
1377
b05a0fc7
AM
13782021-05-09 Alan Modra <amodra@gmail.com>
1379
1380 * objcopy.c (eq_string): Delete.
1381 (create_symbol_htab): Use htab_eq_string.
1382
354c317e
MF
13832021-05-08 Mike Frysinger <vapier@gentoo.org>
1384
1385 * README-how-to-make-a-release: Update html & pdf entries.
1386
cf758b39
MF
13872021-05-08 Mike Frysinger <vapier@gentoo.org>
1388
1389 * doc/Makefile.am (html-local, binutils/index.html): New targets.
1390 * doc/Makefile.in: Regenerate.
1391
2faf902d
MF
13922021-05-08 Mike Frysinger <vapier@gentoo.org>
1393
1394 * doc/Makefile.am (AM_MAKEINFOFLAGS): Add --no-split.
1395 * doc/Makefile.in: Regenerate.
1396
3ecc00ec
NC
13972021-05-07 Nick Clifton <nickc@redhat.com>
1398
1399 * readelf.c (no_processor_specific_unwind): New function.
1400 (process_unwind): Use no_processor_specific_unwind for X86
1401 targets.
1402
4896932e
MF
14032021-05-07 Michael Forney <mforney@mforney.org>
1404
1405 * dwarf.c: Don't omit second operand of '?' operator.
1406
bfbfa6e7
NC
14072021-04-30 Nick Clifton <nickc@redhat.com>
1408
1409 PR 27796
1410 * dwarf.c (load_debug_sup_file): Allocate memory for filename in
1411 .debug_sup section.
1412
5edb8e3f
NC
14132021-04-29 Nick Clifton <nickc@redhat.com>
1414
1415 PR 27594
1416 * doc/binutils.texi (windres): Correct the description of the
1417 default value of the --preprocessor argument.
1418
3d64c987
NC
14192021-04-27 Nick Clifton <nickc@redhat.com>
1420
1421 PR 27779
1422 * dwarf.c (parse_gnu_debuglink): Reject empty names.
1423 (parse_gnu_debugaltlink): Likewise.
1424
b11b2969
CC
14252021-04-22 Clément Chigot <clement.chigot@atos.net>
1426
1427 * od-xcoff.c (dump_xcoff32_symbols): Adapt to new
1428 aux structures.
1429
047c3dbf
NL
14302021-04-21 Nick Lott <nick.lott@gmail.com>
1431
1432 PR 27672
1433 * readelf.c (sym_base): New variable.
1434 (enum print_mode): Add more modes.
1435 (print_vma): Add suport for new modes.
1436 (options): Add sym-base.
1437 (usage): Add sym-base.
1438 (parse_args): Add support for --sym-base.
1439 (print_dynamic_symbol_size): New function.
1440 (print_dynamic_symbol): Use new function.
1441 * doc/binutils.texi: Document the new feature.
1442 * NEWS: Mention the new feature.
1443
23356397
NC
14442021-04-21 Nick Clifton <nickc@redhat.com>
1445
1446 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
1447 Adjust expected output to allow for named section symbols.
1448 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
1449 Likewise.
1450 * testsuite/binutils-all/readelf.s-64: Likewise.
1451 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
1452 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
1453 * testsuite/binutils-all/readelf.ss-unused: Likewise.
1454
14552021-04-21 Luo Longjun <luolongjun@huawei.com>
1456
1457 * readelf.c (print_dynamic_symbol): Print the section name for
1458 section symbols without a name of their own.
1459
aee4e85e
AK
14602021-04-20 Andreas Krebbel <krebbel@linux.ibm.com>
1461
1462 * MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer and
1463 add him to Past Maintainers.
1464 Update my email address.
1465
229597a1
NC
14662021-04-19 Nick Clifton <nickc@redhat.com>
1467
1468 PR 21702
1469 * arsup.c (ar_addmod): Enable plugin support, if available.
1470
4dee4f3e
NC
14712021-04-19 Nick Clifton <nickc@redhat.com>
1472
1473 * rename.c: (get_stat_atime_ns): Add prototype.
1474 (get_stat_mtime_ns): Add prototype.
1475
ad7c4616
AM
14762021-04-16 Alan Modra <amodra@gmail.com>
1477
1478 PR 27725
1479 * rename.c (get_stat_atime, get_stat_mtime): Make static.
1480 (get_stat_atime_ns, get_stat_mtime_ns): Likewise.
1481
4c79248a
PS
14822021-04-15 Pekka Seppänen <pexu@sourceware.mail.kapsi.fi>
1483
1484 PR 27725
1485 * rename.c (get_stat_atime_ns): Add ATTRIBUTE_UNUSED.
1486 (get_stat_mtime_ns): Likewise.
1487
985e0264
AM
14882021-04-15 Alan Modra <amodra@gmail.com>
1489
1490 PR 27725
1491 * configure.ac: Check for sys/time.h and utimensat. Use standard
1492 checks for mkstemp and mkdtemp. Whitespace. Check for nanosecond
1493 members of struct stat.
1494 * rename.c: Prefer sys/time.h for utimes over utime.h for utime.
1495 (STAT_TIMESPEC, STAT_TIMESPEC_NS): Define
1496 (get_stat_atime_ns, get_stat_mtime_ns): New inline functions.
1497 (get_stat_atime, get_stat_mtime): Likewise.
1498 (set_times): Choose first available of utimensat, utimes, utime.
1499 Use above inline functions to set timespec and timeval values.
1500 * configure: Regenerate.
1501 * config.in: Regenerate.
1502 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add test of
1503 file timestamp when --preserve-dates is used.
1504
d0ecdcdd
AM
15052021-04-15 Alan Modra <amodra@gmail.com>
1506
1507 PR 27456
1508 * rename.c (smart_rename): When TO and FROM are equal, just set
1509 file timestamp.
1510 * objcopy.c (strip_main, copy_main): Always call smart_rename.
1511
9917b559
L
15122021-04-14 H.J. Lu <hongjiu.lu@intel.com>
1513
1514 PR binutils/27708
1515 * testsuite/binutils-all/x86-64/pr27708.dump: New file.
1516 * testsuite/binutils-all/x86-64/pr27708.exe.bz2: Likewise.
1517 * testsuite/binutils-all/x86-64/x86-64.exp: Run binutils/27708
1518 test.
1519
6be872a4
MH
15202021-04-14 Mark Harmstone <mark@harmstone.com>
1521
1522 PR 27686
1523 * resbin.c (bin_to_res_version): Ignore any trailing bytes at the
1524 end of the structure.
1525
5f47741b
FC
15262021-04-14 Frederic Cambus <fred@statdns.com>
1527
1528 * readelf.c (get_netbsd_elfcore_note_type): Remove unneeded #ifdef
1529 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
1530
13acb58d
AM
15312021-04-14 Alan Modra <amodra@gmail.com>
1532
1533 PR 27716
1534 * objdump.c (show_line): Don't limit paths to PATH_MAX.
1535 * readelf.c (struct filedata): Change program_interpreter from
1536 a char array to a char pointer.
1537 (process_program_headers): Sanity check PT_INTERP p_filesz.
1538 Malloc program_interpreter using p_filesz and read directly from
1539 file.
1540 (process_dynamic_section): Check program_interpreter is non-NULL.
1541 (free_filedata): New function, split out from..
1542 (process_object): ..here.
1543 (close_debug_file): Call free_filedata.
1544 * sysdep.h: Don't include sys/param.h.
1545 (PATH_MAX): Don't define.
1546 * configure.ac: Don't check for sys/param.h.
1547 * configure: Regenerate.
1548
0fa29e2d
FC
15492021-04-13 Frederic Cambus <fred@statdns.com>
1550
1551 * readelf.c (process_netbsd_elf_note): Remove now unneeded #ifdef
1552 check for NT_NETBSD_PAX.
1553
43e05cd4
AM
15542021-04-12 Alan Modra <amodra@gmail.com>
1555
1556 * configure.ac (--enable-checking): Add support.
1557 * config.in: Regenerate.
1558 * configure: Regenerate.
1559
c3f72de4
AM
15602021-04-09 Alan Modra <amodra@gmail.com>
1561
1562 * objdump.c (struct objdump_disasm_info): Delete dynrelbuf and
1563 dynrelcount.
1564 (find_symbol_for_address): Adjust for dynrelbuf and dynrelcount move.
1565 (disassemble_section, disassemble_data): Likewise.
1566
a2e66773
AM
15672021-04-06 Alan Modra <amodra@gmail.com>
1568
1569 * objdump.c (objdump_symbol_at_address): Return asymbol*.
1570
4db29512
AM
15712021-04-06 Alan Modra <amodra@gmail.com>
1572
1573 * NEWS: Mention C99 requirement.
1574 * README: Likewise. Modernise examples and "Reporting bugs".
1575
87b9f255
AM
15762021-04-05 Alan Modra <amodra@gmail.com>
1577
1578 * configure.ac: Assume long long is available. Don't test for
1579 strings.h, stdlib.h, limits.h, locale.h, or wchar.h. Check
1580 inttypes.h, stdint.h, sys/stat.h and sys/types.h. Don't check for
1581 strcoll, setlocale, setmode or location of time_t. Don't check
1582 for fprintf, getenv, snprintf, strnlen, strstr or vsnprintf decls.
1583 (AC_ISC_POSIX, AXC_HEADER_STRING, AC_FUNC_ALLOCA): Don't invoke.
1584 * sysdep.h: Don't include alloca-conf.h, include config.h instead.
1585 Test HAVE_SYS_TYPES_H and reorder includes. Include limits.h,
1586 locale.h, string.h and stdlib.h unconditionally. Remove various
1587 fallback declarations. Assume long long is available.
1588 * addr2line.c: Don't test HAVE_SETLOCALE.
1589 * ar.c: Likewise.
1590 * coffdump.c: Likewise.
1591 * dlltool.c: Likewise.
1592 * dllwrap.c: Likewise.
1593 * elfedit.c: Likewise.
1594 * nm.c: Likewise.
1595 * objcopy.c: Likewise.
1596 * objdump.c: Likewise.
1597 * readelf.c: Likewise.
1598 * size.c: Likewise.
1599 * srconv.c: Likewise.
1600 * strings.c: Likewise.
1601 * sysdump.c: Likewise.
1602 * windmc.c: Likewise.
1603 * windres.c: Likewise.
1604 * bucomm.c: Don't test HAVE_TIME_T_IN_TIME_H or HAVE_TIME_T_IN_TYPES_H.
1605 * dwarf.c: Include limits.h unconditionally. Assume long long
1606 is available.
1607 * nm.c: Don't test HAVE_STRCOLL.
1608 * readelf.c: Don't test HAVE_WCHAR_H.
1609 * strings.c: Assume long long is available.
1610 * syslex.l: Include string.h unconditionally.
1611 * aclocal.m4: Regenerate.
1612 * config.in: Regenerate.
1613 * configure: Regenerate.
1614 * Makefile.in: Regenerate.
1615 * doc/Makefile.in: Regenerate.
1616
e9b095a5
ML
16172021-04-01 Martin Liska <mliska@suse.cz>
1618
1619 * elfcomm.h (strneq): Remove strneq and use startswith.
1620 * readelf.c (ia64_process_unwind): Likewise.
1621 (process_note): Likewise.
1622
3f3328b8
ML
16232021-04-01 Martin Liska <mliska@suse.cz>
1624
1625 * dllwrap.c: Use startswith function.
1626 * objcopy.c (is_dwo_section): Likewise.
1627 (handle_remove_section_option): Likewise.
1628 (copy_main): Likewise.
1629 * objdump.c (is_significant_symbol_name): Likewise.
1630
24d127aa
ML
16312021-04-01 Martin Liska <mliska@suse.cz>
1632
1633 * dwarf.c (display_debug_lines_raw): Replace const_strneq with
1634 startswith.
1635 (display_debug_lines_decoded): Likewise.
1636 (display_debug_links): Likewise.
1637 * elfcomm.c (setup_archive): Likewise.
1638 * elfcomm.h (const_strneq): Likewise.
1639 * readelf.c (process_section_headers): Likewise.
1640 (slurp_ia64_unwind_table): Likewise.
1641 (slurp_hppa_unwind_table): Likewise.
1642 (decode_arm_unwind): Likewise.
1643 (display_debug_section): Likewise.
1644 (process_note): Likewise.
1645
015dc7e1
AM
16462021-03-31 Alan Modra <amodra@gmail.com>
1647
1648 * sysdep.h (POISON_BFD_BOOLEAN): Define.
1649 * addr2line.c, * ar.c, * arsup.c, * bfdtest2.c, * binemul.c,
1650 * binemul.h, * bucomm.c, * bucomm.h, * budbg.h, * coffgrok.c,
1651 * debug.c, * debug.h, * dlltool.c, * dwarf.c, * dwarf.h,
1652 * elfedit.c, * emul_aix.c, * mclex.c, * nm.c, * objcopy.c,
1653 * objdump.c, * od-macho.c, * prdbg.c, * rdcoff.c, * rddbg.c,
1654 * readelf.c, * rename.c, * stabs.c, * strings.c, * windint.h,
1655 * windmc.c, * windmc.h, * windres.c, * winduni.c,
1656 * wrstabs.c: Replace bfd_boolean with bool, FALSE with false,
1657 and TRUE with true throughout.
1658
3dfb1b6d
AM
16592021-03-31 Alan Modra <amodra@gmail.com>
1660
1661 * coffdump.c: Include stdint.h in place of bfd_stdint.h.
1662 * dwarf.c: Likewise.
1663
57ae980e
AM
16642021-03-31 Alan Modra <amodra@gmail.com>
1665
1666 * prdbg.c (pr_function_type): Replace LITSTTCPY with strcpy.
1667
63b4cc53
AM
16682021-03-29 Alan Modra <amodra@gmail.com>
1669
1670 * dlltool.c (main): Don't use "boolean_condition ? TRUE : FALSE".
1671 * dwarf.c (read_and_display_attr_value): Likewise.
1672 (display_debug_str_offsets): Likewise.
1673 * objdump.c (dump_bfd): Likewise.
1674 * readelf.c (dump_section_as_strings): Likewise.
1675 (dump_section_as_bytes): Likewise.
1676
1be305ff
AM
16772021-03-29 Alan Modra <amodra@gmail.com>
1678
1679 * objdump.c (process_links): Use type int.
1680 * readelf.c (request_dump): Don't increment do_dump, set it.
1681 * windint.h (target_is_bigendian): Use type bfd_boolean.
1682 * windmc.c (target_is_bigendian): Likewise.
1683 * windres.c (target_is_bigendian): Likewise.
1684
08dedd66
ML
16852021-03-22 Martin Liska <mliska@suse.cz>
1686
1be305ff
AM
1687 * dlltool.c (scan_drectve_symbols): Replace usage of CONST_STRNEQ
1688 with startswith.
08dedd66
ML
1689 * emul_aix.c (ar_emul_aix_parse_arg): Likewise.
1690 * objcopy.c (is_mergeable_note_section): Likewise.
1691 * objdump.c (dump_dwarf_section): Likewise.
1692 * prdbg.c (pr_method_type): Likewise.
1693 (pr_class_baseclass): Likewise.
1694 (tg_class_baseclass): Likewise.
1695 * readelf.c (process_lto_symbol_tables): Likewise.
1696 * stabs.c (ULLHIGH): Likewise.
1697 (parse_stab_argtypes): Likewise.
1698 (stab_demangle_function_name): Likewise.
1699
7b9f9859
L
17002021-03-19 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * readelf.c (get_machine_name): Add EM_INTELGT.
1703
835f2fae
NC
17042021-03-18 Nick Clifton <nickc@redhat.com>
1705
1706 PR 27478
1707 * readelf.c (dump_section_as_strings): Mention separate filename.
1708 (dump_section_as_bytes): Likewise.
1709 (dump_section_as_ctf): Likewise.
1710 (initialise_dumkps_byname): Only issue a warning for missing
1711 sections if processing the main file.
1712 (process_section_contents): Only issue a warning for unsumped
1713 section numbers in the main file.
1714 (initialise_dump_sects): New function. Contains code extracted
1715 from ...
1716 (process_object): ... here. Also call initialise_dump_sects for
1717 separate files.
1718
44266f36
NC
17192021-03-16 Nick Clifton <nickc@redhat.com>
1720
1721 PR 27534
1722 * readelf.c (display_debug_section): Also retain .debug_addr
1723 sections.
1724
d6bfbc39
NC
17252021-03-16 Nick Clifton <nickc@redhat.com>
1726
1727 PR 27533
1728 * readelf.c (process_section_contents): Only dump debug
1729 information for separate files unless process_links is enabled.
1730 (process_object): Always call process_section_contents for
1731 separate info files.
1732
1996d0f1
NC
17332021-03-15 Nick Clifton <nickc@redhat.com>
1734
1735 PR 27487
1736 * nm.c (FORMAT_JUST_SYMBOLS): Define.
1737 (struct optput_fns): Add entry for FORMAT_JUST_SYMBOLS.
1738 (long_options): Add just-symbols.
1739 (set_output_format): Add support for just-symbols.
1740 (get_print_format): Likewise.
1741 (do_not_print_object_filename): New function.
1742 (do_not_print_archive_filename): New function.
1743 (do_not_print_archive_member): New function.
1744 (do_not_print_symbol_filename): New function.
1745 (just_print_symbol_name): New function.
1746 (main): Handle --just-symbols.
1747 * NEWS: Mention the new feature.
1748 * doc/binutils.texi: Document the new feature.
1749
2c1bef53
CC
17502021-03-12 Clément Chigot <clement.chigot@atos.net>
1751
1752 * od-xcoff.c: Replace RTB by TRL entry.
1753
db6092f3
AB
17542021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1755 Andrew Burgess <andrew.burgess@embecosm.com>
1756
1757 * readelf.c (get_note_type): Handle NT_RISCV_CSR.
1758
b63a5e38
AB
17592021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
1760 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * readelf.c (get_note_type): Handle NT_GDB_TDESC.
1763
d296b736
NC
17642021-03-05 Nick Clifton <nickc@redhat.com>
1765
1766 PR 27387
1767 * dwarf.c (display_debug_macro): Handle the displaying of
1768 DW_MACRO_define_strp and DW_MACRO_undef_strp in v4
1769 .debug_macro.dwo sections.
1770
ca0e11aa
NC
17712021-03-04 Nick Clifton <nickc@redhat.com>
1772
1773 PR 27478
1774 * objdump.c (process_links): New variable.
1775 (usage): Add --process-links.
1776 (long_options): Likewise.
1777 (dump_bfd): Stop processing once the bfd has been loaded unless
1778 this is the main file or process_links has been enabled.
1779 (main): Handle the process-links option.
1780 * readelf.c (process_links): New variable.
1781 (struct filedata): Add is_separate field.
1782 (options): Add --process-links.
1783 (usage): Likewise.
1784 (parse_args): Likewise.
1785 (process_file_header): Include the filename when dumping
1786 information for separate debuginfo files.
1787 (process_program_headers): Likewise.
1788 (process_section_headers): Likewise.
1789 (process_section_groups): Likewise.
1790 (process_relocs): Likewise.
1791 (process_dynamic_section): Likewise.
1792 (process_version_sections): Likewise.
1793 (display_lto_symtab): Likewise.
1794 (process_symbol_table): Likewise.
1795 (process_syminfo): Likewise.
1796 (initialise_dumps_by_name): Likewise.
1797 (process_section_contents): Likewise.
1798 (process_notes_at): Likewise.
1799 (process_notes): Likewise.
1800 (open_file): Add is_separate parameter. Use to initialise the
1801 is_separate field in the filedata structure.
1802 (open_deug): Update call to open_file.
1803 (process_object): Add processing of the contents of separate
1804 debuginfo files, gated by the process_links variable.
1805 (process_archive): Update call to open_file.
1806 (process_file): Initialise the is_separate field in the filedata
1807 structure.
1808 * dwarf.c (load_separate_debug_info_file): Only report the
1809 loading of a separate file if debug links are being dumped.
1810 * objcopy.c (keep_section_symbols): New variable.
1811 (enum command_line_switch): Add OPTION_KEEP_SYMBOLS.
1812 (strip_options): Add keep-section-symbols.
1813 (copy_options): Likewise.
1814 (copy_usage): Likewise.
1815 (strip_usage): Likewise.
1816 (copy_object): Keep section symbols if requested by command line
1817 option.
1818 (strip_main): Handle --keep-section-symbols.
1819 (copy_main): Likewise.
1820 * doc/binutils.texi: Document the new options.
1821 * NEWS: Mention the new features.
1822 * testsuite/binutils-all/compress.exp (test_gnu_debuglink):
1823 Update options passed to objdump. Use diff rather than cmp to
1824 compare the dumped data.
1825 * testsuite/binutils-all/objdump.WK2: Update regexp.
1826 * testsuite/binutils-all/objdump.WK3: Update regexp.
1827 * testsuite/binutils-all/objdump.exp: Use --process-links
1828 instead of --dwarf=follow-links.
1829 * testsuite/binutils-all/readelf.exp (readelf_test): Include
1830 readelf's output in the log when the test fails.
1831 Add the -P option to the -wKis test.
1832 * testsuite/binutils-all/readelf.wKis: Update expected output.
1833
fd5c076a
AM
18342021-03-03 Alan Modra <amodra@gmail.com>
1835
1836 PR 27493
1837 * objcopy.c (filter_symbols): Apply --weaken to undefined symbols.
1838 * NEWS: Mention feature.
1839
ecd65684
L
18402021-03-01 H.J. Lu <hongjiu.lu@intel.com>
1841
1842 PR binutils/27486
1843 * dwarf.c (load_separate_debug_info): Issue warning only if
1844 do_debug_links is set.
1845 * testsuite/binutils-all/compress.exp: Run objdump and readelf
1846 with missing debug file.
1847
6a1224ec
AM
18482021-03-01 Alan Modra <amodra@gmail.com>
1849
1850 PR 27128
1851 * doc/binutils.texi: Add nm --with-symbol-versions and
1852 --without-symbol-versions documentation.
1853 * nm.c (with_symbol_versions): New variable.
1854 (enum long_option_values): Delete OPTION_WITH_SYMBOL_VERSIONS.
1855 (long_options): Make --with-symbol-versions entry twiddle the flag.
1856 Add --without-symbol-versions.
1857 (print_symname): Strip version when !with_symbol_versions. Add
1858 dynamic version info under control of with_symbol_versions.
1859 (main): Remove OPTION_WITH_SYMBOL_VERSIONS case.
1860
7fe1b138
FS
18612021-02-26 Fangrui Song <maskray@google.com>
1862
1863 PR 27408
1864 * readelf.c (quiet): New option flag.
1865 (enum long_option_values): New enum to hold long option value.
1866 (long_options): Add --quiet.
1867 (usage): Mention --quiet.
1868 (display_rel_file): If quiet is enabled, suppress "no symbols".
1869 (main): Handle the new option.
1870 * NEWS: Mention --quiet.
1871 * docs/binutils.texi: Document --quiet.
1872
0e12f6c8
TV
18732021-02-26 Tom de Vries <tdevries@suse.de>
1874
1875 * dwarf.c (display_debug_addr): Handle dwarf-5 .debug_addr bits.
1876
32e4f96c
TV
18772021-02-26 Tom de Vries <tdevries@suse.de>
1878
1879 PR 27390
1880 * dwarf.c: (skip_attr_bytes): Add support for DW_FORM_str* and
1881 DW_FORM_addrx*.
1882 (read_and_display_attr_value): Likewise.
1883
e38332c2
NC
18842021-02-25 Nick Clifton <nickc@redhat.com>
1885
1886 * dwarf.c (get_type_abbrev_from_form): Accept but ignore sup
1887 forms.
1888 (read_and_display_attr_value): Handle sup forms.
1889 (display_debug_sup): New function. Displays the contents of a
1890 .debug_sup section.
1891 (load_debug_sup_file): New function. Loads the contents of a file
1892 referenced by a .debug_sup section.
1893 (check_for_and_load_links): Call load_debug_sup_file.
1894 (debug_displays): Add entry for .debug_sup.
1895 * dwarf.h (enum dwarf_section_display_enum): Add debug_sup.
1896 * readelf.c (process_section_headers): Add support for debug_sup.
1897 * doc/debug.options.texi: Note that the =links option will display
1898 the contents of .debug_sup sections.
1899 * NEWS: Mention the new support.
1900
40b02646
AM
19012021-02-25 Alan Modra <amodra@gmail.com>
1902
1903 PR 27456
1904 * rename.c (simple_copy): Mark target_stat ATTRIBUTE_UNUSED.
1905
9d3fcfe0
NC
19062021-02-24 Nick Clifton <nickc@redhat.com>
1907
1908 PR 27285
1909 * od-elf32_avr.c (elf32_avr_get_memory_usage): Check for overflows
1910 when adding together the section sizes.
1911
c74147bb
NC
19122021-02-24 Nick Clifton <nickc@redhat.com>
1913
1914 * objcopy.c (merge_gnu_build_notes): Remove support for v1/v2 GNU
1915 build notes.
1916 * readelf.c (print_gnu_build_attribute_description): Likewise.
1917
c42c71a1
AM
19182021-02-24 Alan Modra <amodra@gmail.com>
1919 Siddhesh Poyarekar <siddhesh@gotplt.org>
1920
1921 PR 27456
1922 * bucomm.h (smart_rename): Update prototype.
1923 * rename.c (smart_rename): Add fromfd and preserve_dates params.
1924 Pass fromfd and target_stat to simple_copy. Call set_times
1925 when preserve_dates.
1926 (simple_copy): Accept fromfd rather than from filename. Add
1927 target_stat param. Rewind fromfd rather than opening. Open
1928 "to" file without O_CREAT. Try to preserve S_ISUID and S_ISGID.
1929 * ar.c (write_archive): Rename ofd to tmpfd. Dup tmpfd before
1930 closing output temp file, and pass tmpfd to smart_rename.
1931 * arsup.c (temp_fd): Rename from real_fd.
1932 (ar_save): Dup temp_fd and pass to smart_rename.
1933 * objcopy.c (strip_main, copy_main): Likewise, and pass
1934 preserve_dates.
1935
cca8873d
AM
19362021-02-24 Alan Modra <amodra@gmail.com>
1937
1938 PR 27456
1939 * rename.c: Tidy throughout.
1940 (smart_rename): Always copy. Remove windows specific code.
1941
4d496013
AM
19422021-02-20 Alan Modra <amodra@gmail.com>
1943
1944 * testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
1945 (run_dump_test): Fail if expecting errors from a file like we do
1946 for error strings, if no error is seen.
1947
0be51eb4
AM
19482021-02-19 Alan Modra <amodra@gmail.com>
1949
1950 * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too.
1951
3685de75
SP
19522021-02-19 Siddhesh Poyarekar <siddhesh@gotplt.org>
1953
1954 * ar.c (write_archive): Remove TARGET_STAT. Adjust call to
1955 SMART_RENAME.
1956 * arsup.c (ar_save): Likewise.
1957 * objcopy (strip_main): Don't copy TMPFD. Don't set times on
1958 temporary file and adjust call to SMART_RENAME.
1959 (copy_main): Likewise.
1960 * rename.c [!S_ISLNK]: Remove definitions.
1961 (try_preserve_permissions): Remove function.
1962 (smart_rename): Remove FD, PRESERVE_DATES arguments. Use
1963 rename system call only if TO does not exist.
1964 * bucomm.h (smart_rename): Adjust declaration.
1965
85684222
NC
19662021-02-18 Nick Clifton <nickc@redhat.com>
1967
1968 * objcopy.c (merge_gnu_build_notes): Handle notes with a start
1969 address that is higher than the end address.
1970
b9b204b3
AM
19712021-02-17 Alan Modra <amodra@gmail.com>
1972
1973 * dwarf.c: Include limits.h.
1974 (CHAR_BIT): Provide backup define.
1975 (read_leb128): Use CHAR_BIT to size "result" in bits. Correct
1976 signed overflow checking.
1977 * testsuite/binutils-all/pr26548.s,
1978 * testsuite/binutils-all/pr26548.d,
1979 * testsuite/binutils-all/pr26548e.d: New tests.
1980 * testsuite/binutils-all/readelf.exp: Run them.
1981 (readelf_test): Drop unused "xfails" parameter. Update all uses.
1982
e6ca1878
JB
19832021-02-16 Jan Beulich <jbeulich@suse.com>
1984
1985 * dwarf.c (process_debug_info): Initialize "dwo_id".
1986
208599d9
AM
19872021-02-15 Alan Modra <amodra@gmail.com>
1988
1989 * objdump.c (load_specific_debug_section): Don't call
1990 bfd_cache_section_contents. Rearrange so that
1991 bfd_get_full_section_contents is not called on path where
1992 bfd_simple_get_relocated_section_contents is called.
1993 Don't set section->user_data.
1994 (free_debug_section): Always free section->start. Don't twiddle
1995 section flags.
1996 * readelf.c (load_specific_debug_section): Don't set user_data.
1997 * dwarf.h (struct dwarf_section): Remove use_data field.
1998 * dwarf.c (NO_ABBREVS, ABBREV): Adjust to suit.
1999
1781a9d0
AM
20002021-02-15 Alan Modra <amodra@gmail.com>
2001
2002 * testsuite/binutils-all/compress.exp: Remove nds32 xfails.
2003 * testsuite/binutils-all/objdump.exp: Likewise.
2004
1944212b
AM
20052021-02-14 Alan Modra <amodra@gmail.com>
2006
2007 * objdump.c (slurp_symtab): Don't add an extra entry for NULL
2008 to the symbol array.
2009 (slurp_dynamic_symtab): Likewise.
2010 (dump_bfd): Formatting. Copy terminating NULL from extra_syms.
2011
0d0a0d86
AM
20122021-02-14 Alan Modra <amodra@gmail.com>
2013
2014 * Makefile.in: Regenerate.
2015 * doc/Makefile.in: Regenerate.
2016
adeab0c5
MF
20172021-02-13 Mike Frysinger <vapier@gentoo.org>
2018
2019 * aclocal.m4: Regenerate.
2020
c46b7066
NC
20212021-02-12 Nick Clifton <nickc@redhat.com>
2022
2023 * configure.ac (follow-debug-links): Add option to enable or
2024 disable the following of debug links by default. Set the
2025 default for the option to be 'follow'.
2026 * dwarf.c (do_follow_links): Initialise with DEFAULT_FOR_FOLLOW_LINKS.
2027 (dwarf_select_sections_by_names): Add no-follow-links option.
2028 (dwarf_select_sections_by_letter): Add 'N' option.
2029 * objdump.c (usage): Add conditional text describing the
2030 follow links option.
2031 (slurp_symtab): Ensure that there is a NULL entry at the end
2032 of the symbol table.
2033 (slurp_dynamic_symtab): Likewise.
2034 (dump_bfd): When extending the symbol table, ensure that there
2035 is still a NULL entry at the end.
2036 * readelf.c (usage): Add conditional text describing the
2037 follow links option.
2038 * doc/binutils.texi: Update documentation for objcopy and
2039 readelf.
2040 * doc/debug.options.texi: Update documentation of the
2041 follow-links option.
2042 * config.in: Regenerate.
2043 * configure: Regenerate.
2044 * testsuite/binutils-all/compress.exp: Add the -WN option to
2045 objdump command lines that are not expecting to follow links.
2046 * testsuite/binutils-all/readelf.exp: Add the
2047 --debug-dump=no-follow-links option to tests that are not
2048 expecting to follow debug links.
2049 * NEWS: Mention the new behaviour.
2050
17e04eff
AM
20512021-02-12 Alan Modra <amodra@gmail.com>
2052
2053 * testsuite/binutils-all/objcopy.exp: Report "unsupported" when
2054 gas or ld fails to build a testcase rather than "unresolved".
2055 Report "fail" when readelf returns an error status rather than
2056 "unresolved".
2057 * testsuite/binutils-all/ar.exp: Likewise.
2058 * testsuite/binutils-all/compress.exp: Likewise.
2059 * testsuite/binutils-all/readelf.exp: Likewise.
2060
8f054a7a
AM
20612021-02-12 Alan Modra <amodra@gmail.com>
2062
2063 * testsuite/binutils-all/pr25662.s: Replace "a" with "aaa" and
2064 "c" with "ccc" labels.
2065
528a4f87
TV
20662021-02-12 Tom de Vries <tdevries@suse.de>
2067
2068 * dwarf.h (debug_info): Fix typo in comment.
2069
95abb394
TV
20702021-02-12 Tom de Vries <tdevries@suse.de>
2071
2072 * dwarf.c (display_debug_str_offsets): Handle multiple sets of
2073 entries.
2074
d60f7998
TV
20752021-02-12 Tom de Vries <tdevries@suse.de>
2076
2077 * dwarf.c (process_debug_info): Print DWO ID.
2078
1cfcf300
AM
20792021-02-11 Alan Modra <amodra@gmail.com>
2080
2081 PR 27290
2082 PR 27293
2083 PR 27295
2084 * od-elf32_avr.c (elf32_avr_get_note_section_contents): Formatting.
2085 Use bfd_malloc_and_get_section.
2086 (elf32_avr_get_note_desc): Formatting. Return descsz. Sanity
2087 check namesz. Return NULL if descsz is too small. Ensure
2088 string table is terminated.
2089 (elf32_avr_get_device_info): Formatting. Add note_size param.
2090 Sanity check note.
2091 (elf32_avr_dump_mem_usage): Adjust to suit.
2092
d9d9d8ef
TV
20932021-02-10 Tom de Vries <tdevries@suse.de>
2094
2095 PR binutils/27391
2096 * dwarf.c (load_dwo_file): Handle case that name is absolute path.
2097
52ff20fe
TV
20982021-02-10 Tom de Vries <tdevries@suse.de>
2099
2100 PR binutils/27371
2101 * dwarf.c (display_debug_ranges): Filter range lists according to
2102 section.
2103
5f128a25
TV
21042021-02-09 Tom de Vries <tdevries@suse.de>
2105
2106 PR binutils/27370
2107 * dwarf.c (get_type_abbrev_from_form): Handle DW_FORM_ref_sig8.
2108
9b87f84a
TV
21092021-02-09 Tom de Vries <tdevries@suse.de>
2110
2111 PR binutils/27386
2112 * dwarf.c (process_debug_info): Handling DW_UT_skeleton and
2113 DW_UT_split_compile.
2114
a57d1773
AM
21152021-02-09 Alan Modra <amodra@gmail.com>
2116
2117 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
2118 symbianelf.
2119
de8d4203
AM
21202021-02-07 Alan Modra <amodra@gmail.com>
2121
2122 * unwind-ia64.c (unw_print_xyreg): Don't leave output buffer
2123 uninitialised on invalid input.
2124
51a25252
AM
21252021-02-06 Alan Modra <amodra@gmail.com>
2126
2127 PR 27349
2128 * rename.c (smart_rename): Test for existence and type of output
2129 file with lstat.
2130
e37d88e5
NC
21312021-02-05 Nick Clifton <nickc@redhat.com>
2132
2133 * MAINTAINERS: Remove Richard Henderson as the ALPHA maintainer.
2134
887854ba
EZ
21352021-02-05 Eli Zaretskii <eliz@gnu.org>
2136
2137 PR 27252
2138 * elfedit.c (check_file):
2139 * bucomm.c (get_file_size): Fix typos in comments.
2140
c180f095
AM
21412021-02-05 Alan Modra <amodra@gmail.com>
2142
2143 PR 27345
2144 * arsup.c (ar_save): Use stat rather than lstat.
2145
95b91a04
AM
21462021-02-03 Alan Modra <amodra@gmail.com>
2147
2148 PR 27270
2149 PR 27284
2150 PR 26945
2151 * ar.c: Don't include libbfd.h.
2152 (write_archive): Replace xmalloc+strcpy with xstrdup. Use
2153 bfd_stat rather than fstat on iostream. Move stat and fd tests
2154 outside of _WIN32 ifdef. Delete skip_stat variable.
2155 * arsup.c (temp_name, real_ofd): New static variables.
2156 (ar_open): Use make_tempname and bfd_fdopenw.
2157 (ar_save): Adjust to suit ar_open changes. Move stat output
2158 of _WIN32 ifdef.
2159 * objcopy.c: Don't include libbfd.h.
2160 (copy_file): Use bfd_stat.
2161
5424d7ed
L
21622021-02-02 H.J. Lu <hongjiu.lu@intel.com>
2163
2164 PR binutils/27281
2165 * readelf.c (process_section_headers): Add 'R' and 'D' to
2166 "Key to Flags:".
2167 * testsuite/binutils-all/retain1a.d: Updated.
2168
72a51a06
NC
21692021-01-30 Nick Clifton <nickc@redhat.com>
2170
2171 * README-how-to-make-a-release: Small updates after the 2.35.2
2172 release.
2173
cc3edc52
EZ
21742021-01-28 Eli Zaretskii <eliz@gnu.org>
2175
2176 PR 4356
2177 * windres.c (quot): Use double quotes to protect strings on
2178 Windows platforms.
2179
a7ad3cb1
EZ
21802021-01-28 Eli Zaretskii <eliz@gnu.org>
2181
2182 PR 27252
2183 * bucomm.c (get_file_size): Add code to handle /dev/null on
2184 Windows systems.
2185 * elfedit.c (check_file): Likewise.
2186
67965ba2
NC
21872021-01-27 Nick Clifton <nickc@redhat.com>
2188
2189 * objcopy.c (copy_main): Remove conditional control of the calls
2190 to free, simplifying the code and making it easier to detect
2191 typos.
2192
e37709f0
FC
21932021-01-26 Frederic Cambus <fred@statdns.com>
2194
2195 * objcopy.c (copy_main): Fix a double free happening when both
2196 --localize-symbols and --globalize-symbols options are invoked
2197 together.
2198
9b351c9b
NC
21992021-01-24 Nick Clifton <nickc@redhat.com>
2200
2201 * README-how-to-make-a-release: Minor updates after the 2.36 release.
2202
ad92f33d
AM
22032021-01-16 Alan Modra <amodra@gmail.com>
2204
2205 * readelf.c (uncompress_section_contents): Tidy inflateEnd result test.
2206
3624a6c1
AM
22072021-01-15 Alan Modra <amodra@gmail.com>
2208
2209 PR 26539
2210 * readelf.c (uncompress_section_contents): Always call inflateEnd.
2211
c14dee84
AO
22122021-01-14 Alexandre Oliva <oliva@gnu.org>
2213
2214 * MAINTAINERS: Update my email address.
2215
5a10699f
NC
22162021-01-14 Nick Clifton <nickc@redhat.com>
2217
2218 * po/sv.po: Updated Swedish translation.
2219
5347ed60
AM
22202021-01-13 Alan Modra <amodra@gmail.com>
2221
2222 * Makefile.in: Regenerate.
2223 * doc/Makefile.in: Regenerate.
2224
2ce40d1a
ZF
22252021-01-13 Zebediah Figura <z.figura12@gmail.com>
2226
2227 PR 27037
2228 * dlltool.c (i386_trampoline): Adjust %rsp immediately on entry
2229 and before exit.
2230 (i386_x64_trampoline): Add SEH annotations.
2231 (struct mac): Add how_seh field.
2232 (make_delay_head): If how_set field is true add SEh instructions.
2233
d546b610
L
22342021-01-12 H.J. Lu <hongjiu.lu@intel.com>
2235
2236 PR binutils/26792
2237 * configure.ac: Use GNU_MAKE_JOBSERVER.
2238 * aclocal.m4: Regenerated.
2239 * configure: Likewise.
2240
6d104cac
NC
22412021-01-12 Nick Clifton <nickc@redhat.com>
2242
2243 * po/fr.po: Updated French translation.
2244
83b33c6c
L
22452021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2246
2247 PR ld/27173
2248 * configure: Regenerated.
2249
a8aa72b9
NC
22502021-01-11 Nick Clifton <nickc@redhat.com>
2251
2252 * po/pt.po: Updated Portuguese translation.
2253 * po/sr.po: Updated Serbian translation.
2254 * po/uk.po: Updated Ukranian translation.
2255
a4966cd9
L
22562021-01-09 H.J. Lu <hongjiu.lu@intel.com>
2257
2258 * configure: Regenerated.
2259
573fe3fb
NC
22602021-01-09 Nick Clifton <nickc@redhat.com>
2261
2262 * configure: Regenerate.
2263 * po/binutils.pot: Regenerate.
2264
055bc77a
NC
22652021-01-09 Nick Clifton <nickc@redhat.com>
2266
2267 * 2.36 release branch crated.
573fe3fb
NC
2268 * README-how-to-make-a-release: Add note about updating Makefiles
2269 and libtool files.
2270 * BRANCHES: Add binutils-2.36-branch.
055bc77a 2271
64307045
AM
22722021-01-09 Alan Modra <amodra@gmail.com>
2273
2274 * configure: Regenerate.
2275
f4782128
ST
22762021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
2277
2278 * configure: Regenerate.
2279
d1bcae83
L
22802021-01-07 H.J. Lu <hongjiu.lu@intel.com>
2281
2282 PR 27109
2283 * objcopy.c (copy_object): Handle section symbols for
2284 non-relocatable inputs.
2285 * testsuite/binutils-all/readelf.exp (readelf_test): Check
2286 is_elf_unused_section_symbols.
2287 * testsuite/binutils-all/readelf.s-64: Updated.
2288 * testsuite/binutils-all/readelf.ss: Likewise.
2289 * testsuite/binutils-all/readelf.ss-64: Likewise.
2290 * testsuite/binutils-all/readelf.s-64-unused: New file.
2291 * testsuite/binutils-all/readelf.ss-64-unused: Likewise.
2292 * testsuite/binutils-all/readelf.ss-unused: Likewise.
2293 * testsuite/lib/binutils-common.exp
2294 (is_elf_unused_section_symbols): New proc.
2295
6987d5a1
RT
22962021-01-06 Reuben Thomas <rrt@sc3d.org>
2297
2298 * binutils/readelf.c: Correct grammar in comment.
2299
f9a6a8f0
AM
23002021-01-01 Nicolas Boulenguez <nicolas@debian.org>
2301
2302 * coffgrok.c (do_type): Correct spelling of auxiliary in errors.
2303 * doc/binutils.texi: Correct grammar.
2304 * readelf.c (process_version_sections): Correct spelling of auxiliary
2305 in warning.
2306 * testsuite/binutils-all/vax/objdump.exp: Comment grammar fix.
2307
250d07de
AM
23082021-01-01 Alan Modra <amodra@gmail.com>
2309
2310 Update year range in copyright notice of all files.
2311
c2795844 2312For older changes see ChangeLog-2020
3499769a 2313\f
d87bef3a 2314Copyright (C) 2021-2023 Free Software Foundation, Inc.
3499769a
AM
2315
2316Copying and distribution of this file, with or without modification,
2317are permitted in any medium without royalty provided the copyright
2318notice and this notice are preserved.
2319
2320Local Variables:
2321mode: change-log
2322left-margin: 8
2323fill-column: 74
2324version-control: never
2325End: