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