binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2020-09-29 Mark Wielaard <mark@klomp.org>
2
3 * dwarf.c (display_loclists_list): Handle DW_LLE_start_end and
4 DW_LLE_start_length. Only add base_address for DW_LLE_offset_pair.
5
6 2020-09-25 Alan Modra <amodra@gmail.com>
7
8 * elfcomm.c (byte_put_little_endian, byte_put_big_endian): Support
9 more field sizes.
10 * readelf.c (target_specific_reloc_handling <MSP430>): Limit
11 allowed reloc_size. Don't read_leb128 outside of section.
12
13 2020-09-23 Mark Wielaard <mark@klomp.org>
14
15 * dwarf.c (process_debug_info): Print Unit Type for DWARF5.
16 * testsuite/binutils-all/dw5.W: Adjust expected output.
17 * testsuite/binutils-all/dwarf-attributes.W: Likewise.
18
19 2020-09-23 Mark Wielaard <mark@klomp.org>
20
21 * dwarf.c (read_and_display_attr_value): Handle DW_FORM_ref_addr
22 for dwarf_version 5 just as version 3 and 4 (only 2 is
23 different).
24 (process_debug_info): Allow DW_UT_partial.
25
26 2020-09-24 Nick Clifton <nickc@redhat.com>
27
28 PR 26662
29 * doc/binutils.texi (nm): Document that 'c' is used for small
30 common symbols.
31
32 2020-09-21 Ludovic Courtès <ludo@gnu.org>
33
34 * doc/binutils.texi (objcopy, strip): Say that
35 '--strip-unneeded' implies '--strip-debug'.
36
37 2020-09-16 Anatoly Parshintsev <kupokupokupopo@gmail.com>
38
39 * verilog.c (verilog_write_address): Properly handle 64-bit
40 addresses to avoid truncation of the high part.
41
42 2020-09-16 Alan Modra <amodra@gmail.com>
43
44 * nm.c (print_symbol): Adjust elf_symbol_from invocation.
45 * objcopy.c (is_hidden_symbol): Likewise.
46
47 2020-09-15 Nick Clifton <nickc@redhat.com>
48
49 * README-how-to-make-a-release (https): Add a reminder to create a
50 new Bugzilla tag for the point release, once it has been published.
51
52 2020-09-11 H.J. Lu <hongjiu.lu@intel.com>
53
54 * readelf.c (get_note_type): Support NT_X86_CET.
55
56 2020-09-11 Nick Clifton <nickc@redhat.com>
57
58 PR 26595
59 * dwarf.c (load_separate_debug_info): Return NULL rather than
60 FALSE in error situations.
61 (load_separate_debug_file): Move code to load debug links to ...
62 (check_for_and_load_links): ... here. New function. Load
63 separate debug information pointed to by debuglink and
64 debugaltlink sections. Recursively scan newly loaded debug
65 information for more links and load them too.
66
67 2020-09-09 Alan Modra <amodra@gmail.com>
68
69 PR 26578
70 * dwarf.c (parse_gnu_debugaltlink): Don't alloc build_id_data.
71 (load_separate_debug_files): Use a stack var for build_id_data.
72
73 2020-09-08 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR ld/26587
76 * testsuite/binutils-all/objcopy.exp: Pass --disable-reloc-section
77 to ld on PE targets for PR 25662 test.
78
79 2020-09-08 Jozef Lawrynowicz <jozef.l@mittosystems.com>
80 Kuan-Lin Chen <kuanlinchentw@gmail.com>
81
82 * readelf.c (target_specific_reloc_handling): Handle
83 R_MSP430{,X}_GNU_{SET,SUB}_ULEB128.
84
85 2020-09-02 Alan Modra <amodra@gmail.com>
86
87 * objdump.c (disassemble_bytes): Use an unsigned type for "addend".
88
89 2020-08-30 Alan Modra <amodra@gmail.com>
90
91 * readelf.c (print_gnu_build_attribute_name): Use unsigned long
92 long for "bytes".
93
94 2020-08-28 Nick Clifton <nickc@redhat.com>
95
96 PR 26548
97 * dwarf.c (read_leb128): When checking for overflow of a signed
98 read, use a signed shift.
99
100 2020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
101
102 * readelf.c (get_csky_section_type_name): New.
103 (get_section_type_name): Add handler for CSKY.
104 (display_csky_attribute): New.
105 (process_arch_specific): Add handler for CSKY.
106 * testsuite/binutils-all/strip-3.d: Remove .csky.attributes
107 section.
108
109 2020-08-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
110
111 * readelf.c (get_msp430x_section_type_name): Rename to ...
112 (get_msp430_section_type_name): ... this.
113 (get_section_type_name): Use get_msp430_section_type_name.
114 (display_msp430x_attribute): Rename to ...
115 (display_msp430_attribute): ... this.
116 (process_arch_specific): Use display_msp430_attribute.
117
118 2020-08-27 John David Anglin <danglin@gcc.gnu.org>
119
120 PR 26356
121 * testsuite/binutils-all/objcopy.exp (objcopy --reverse-bytes): Add
122 "-j $PRIVATE$" to command on hppa*-*-hpux*.
123 * testsuite/lib/utils-lib.exp (default_binutils_run): Remove existing
124 dollar-sign quotes before quoting. Do this prior to generating log
125 output.
126
127 2020-08-27 Ralf Habacker <ralf.habacker@freenet.de>
128
129 PR 26088
130 * mclex.c (skip_until_eol): If eol was found, increment line
131 number.
132
133 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
134
135 * objdump.c (dump_ctf_errs): Unquote CTF error messages.
136 * readelf.c (dump_ctf_errs): Likewise.
137
138 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
139
140 * objdump.c (dump_ctf_archive_member): Move error-
141 reporting...
142 (dump_ctf_errs): ... into this separate function.
143 (dump_ctf): Call it on open errors.
144 * readelf.c (dump_ctf_archive_member): Move error-
145 reporting...
146 (dump_ctf_errs): ... into this separate function. Support
147 calls with NULL fp. Adjust for new err parameter to
148 ctf_errwarning_next.
149 (dump_section_as_ctf): Call it on open errors.
150
151 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
152
153 * Makefile.am (readelf_LDADD): Move $(LIBINTL) after $(LIBCTF_NOBFD).
154 * Makefile.in: Regenerated.
155
156 2020-08-26 Nick Clifton <nickc@redhat.com>
157
158 PR 26405
159 * readelf.c (get_segment_type): Handle OpenBSD segment types.
160
161 2020-08-26 Alan Modra <amodra@gmail.com>
162
163 PR 26412
164 * objcopy.c (copy_object): Don't fwrite NULL contents.
165
166 2020-08-26 Katayama Hirofumi <katayama.hirofumi.mz@gmail.com>
167
168 PR 26340
169 * rcparse.y (AUTOCHECKBOX): Add WS_TABSTOP to the base style.
170
171 2020-08-24 Alan Modra <amodra@gmail.com>
172
173 * readelf.c (dump_section_as_strings) Avoid false positive
174 "may be used uninitialised".
175
176 2020-08-22 H.J. Lu <hongjiu.lu@intel.com>
177
178 PR ld/26382
179 * nm.c (print_symname): Display only one '@' for undefined
180 versioned symbols.
181 * doc/binutils.texi: Update nm version information.
182
183 2020-08-21 Mark Wielaard <mark@klomp.org>
184
185 * testsuite/binutils-all/readelf.exp (readelf_wi_test): Also
186 recognize DW_LANG_C11.
187
188 2020-08-19 Alan Modra <amodra@gmail.com>
189
190 PR 26349
191 * readelf.c (dump_relocations): Use BFD_VMA_FMT to print offset
192 and info fields.
193 (dump_section_as_strings): Don't use %tx to display offset.
194
195 2020-08-14 Alan Modra <amodra@gmail.com>
196
197 PR 26388
198 * dwarf.c (free_debug_memory): Free alloc_num_debug_info_entries
199 of debug_information. Correct test of max_loc_offsets and
200 max_range_lists.
201 * rddbg.c (read_debugging_info): Free dhandle on error.
202
203 2020-08-14 Alan Modra <amodra@gmail.com>
204
205 * testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d.
206
207 2020-08-13 Alan Modra <amodra@gmail.com>
208
209 PR 26348
210 * objcopy.c (copy_object): Report file name with endian error.
211 Error and return on abfd->read_only.
212
213 2020-08-12 Tom Tromey <tromey@adacore.com>
214
215 * dwarf-mode.el (Version): Now 1.6.
216 (dwarf-die-button-action): Tighten DIE reference regexp.
217 (dwarf-font-lock-keywords): Update name regexp.
218
219 2020-08-12 Nick Clifton <nickc@redhat.com>
220
221 PR binutils/26331
222 * readelf.c (do_demangle): New option flag.
223 (print_symbol): If do_demangle is enabled, demangle the symbol.
224 (enum long_option_values): New enum to hold long option values.
225 (options): Add demangle, no-demangle, recursion-limit and
226 no-recursion-limit options. Alpha sort the table.
227 (usage): Describe the new options.
228 (parse_args): Handle the new options.
229 * NEWS: Mention the new feature.
230 * doc/binutils.texi: Document the new feature.
231 * testsuite/binutils-all/readelf.exp: Test the new feature.
232 * testsuite/binutils-all/mangled.s: New file - assembler source.
233 * testsuite/binutils-all/readelf.demangled: New file - expected
234 output from readelf.
235
236 2020-08-12 Nick Clifton <nickc@redhat.com>
237
238 * po/sr.po: Updated Serbian translation.
239
240 2020-08-10 H.J. Lu <hongjiu.lu@intel.com>
241
242 PR binutils/26302
243 * nm.c (with_symbol_versions): Removed.
244 (long_option_values): Add OPTION_WITH_SYMBOL_VERSIONS.
245 (long_options): Update --with-symbol-versions entry.
246 (print_symbol): Remove the with_symbol_versions check.
247 (main): Add OPTION_WITH_SYMBOL_VERSIONS for backward
248 compatibility.
249 * doc/binutils.texi: Remove --with-symbol-versions.
250
251 2020-08-05 Alan Modra <amodra@gmail.com>
252
253 PR 26337
254 * objdump.c (load_specific_debug_section): Revert last change.
255
256 2020-08-05 Alan Modra <amodra@gmail.com>
257
258 PR 26337
259 * objdump.c (load_specific_debug_section): Don't malloc space for
260 section contents, use bfd_malloc_and_get_section.
261
262 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
263
264 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
265 * Makefile.in, doc/Makefile.in: Regenerate.
266 * configure: Regenerate.
267
268 2020-07-30 H.J. Lu <hongjiu.lu@intel.com>
269
270 * testsuite/binutils-all/i386/compressed-1a.d: Pass --gdwarf-3
271 to assembler.
272 * testsuite/binutils-all/i386/compressed-1b.d: Likewise.
273 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
274 * testsuite/binutils-all/x86-64/compressed-1a.d: Likewise.
275 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
276 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
277
278 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
279
280 * testsuite/binutils-all/mips/global-local-symtab-sort-o32.d:
281 New test.
282 * testsuite/binutils-all/mips/global-local-symtab-sort-o32t.d:
283 New test.
284 * testsuite/binutils-all/mips/global-local-symtab-sort-n32.d:
285 New test.
286 * testsuite/binutils-all/mips/global-local-symtab-sort-n32t.d:
287 New test.
288 * testsuite/binutils-all/mips/global-local-symtab-sort-n64.d:
289 New test.
290 * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d:
291 New test.
292 * testsuite/binutils-all/mips/global-local-symtab-final-o32.d:
293 New test.
294 * testsuite/binutils-all/mips/global-local-symtab-final-n32.d:
295 New test.
296 * testsuite/binutils-all/mips/global-local-symtab-final-n64.d:
297 New test.
298 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
299
300 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
301
302 * testsuite/binutils-all/mips/global-local-symtab-o32.d: New
303 test.
304 * testsuite/binutils-all/mips/global-local-symtab-o32t.d: New
305 test.
306 * testsuite/binutils-all/mips/global-local-symtab-n32.d: New
307 test.
308 * testsuite/binutils-all/mips/global-local-symtab-n32t.d: New
309 test.
310 * testsuite/binutils-all/mips/global-local-symtab-n64.d: New
311 test.
312 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
313
314 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
315
316 PR binutils/26301
317 * configure: Regenerated.
318
319 2020-07-28 H.J. Lu <hongjiu.lu@intel.com>
320
321 PR binutils/26301
322 * configure: Regenerated.
323
324 2020-07-27 Alan Modra <amodra@gmail.com>
325
326 * objdump.c (dump_section): Don't return without calling
327 process_section_p.
328
329 2020-07-27 H.J. Lu <hongjiu.lu@intel.com>
330
331 * doc/binutils.texi: Replace preceeded with preceded.
332
333 2020-07-26 Maciej W. Rozycki <macro@linux-mips.org>
334
335 * testsuite/binutils-all/mips/mips.exp (run_dump_test_abi)
336 (run_dump_test_o32, run_dump_test_n32, run_dump_test_n64): New
337 procedures.
338 (has_newabi): Remove variable.
339 (has_abi, abi_asflags, abi_ldflags): New associative array
340 variables.
341 (irixemul): New variable.
342 Replace `run_dump_test' calls where applicable throughout with
343 `run_dump_test_o32', `run_dump_test_n32' and `run_dump_test_n64'
344 as appropriate. Use `noarch' for tests that require their own
345 architecture setting.
346 * testsuite/binutils-all/mips/mips-ase-1.d: Remove GAS flags.
347 * testsuite/binutils-all/mips/mips-ase-2.d: Likewise.
348 * testsuite/binutils-all/mips/mips-ase-3.d: Likewise.
349 * testsuite/binutils-all/mips/mips-note-2-n32.d: Likewise.
350 * testsuite/binutils-all/mips/mips-note-2-n64.d: Likewise.
351 * testsuite/binutils-all/mips/mips-note-2.d: Likewise.
352 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Likewise.
353 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
354 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
355 * testsuite/binutils-all/mips/mips-reginfo-n32.d: Likewise.
356 * testsuite/binutils-all/mips/mips-reginfo.d: Likewise.
357 * testsuite/binutils-all/mips/mips16-extend-noinsn.d: Likewise.
358 * testsuite/binutils-all/mips/mips16-pcrel.d: Likewise.
359 * testsuite/binutils-all/mips/mips16-alias.d: Remove `-32' from
360 GAS flags.
361 * testsuite/binutils-all/mips/mips16-extend-insn.d: Likewise.
362 * testsuite/binutils-all/mips/mips16-noalias.d: Likewise.
363 * testsuite/binutils-all/mips/mips16-undecoded.d: Likewise.
364 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: Likewise.
365 * testsuite/binutils-all/mips/mips16e2-undecoded.d: Likewise.
366 * testsuite/binutils-all/mips/mixed-micromips.d: Likewise.
367 * testsuite/binutils-all/mips/mixed-mips16.d: Likewise.
368
369 2020-07-24 Aaron Merey <amerey@redhat.com>
370
371 * Makefile.am: Replace LIBDEBUGINFOD with DEBUGINFOD_LIBS.
372 * Makefile.in: Rebuild.
373 * configure: Rebuild.
374 * doc/Makefile.in: Rebuild.
375
376 2020-07-24 Nick Clifton <nickc@redhat.com>
377
378 * README-how-to-make-a-release: Various small updates whilst
379 creating the 2.35 release.
380
381 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
382
383 * testsuite/lib/binutils-common.exp (run_dump_test): Add 'cc'
384 option.
385
386 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
387
388 * objdump.c (dump_ctf_archive_member): Remove linefeeds.
389 (dump_ctf): Likewise.
390
391 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
392
393 * objdump.c (ctf_archive_member): Print CTF errors and warnings.
394 * readelf.c (dump_ctf_archive_member): Likewise.
395
396 2020-07-22 Nick Clifton <nickc@redhat.com>
397
398 * readelf.c (parse_args): Silence potential warnings about a
399 memory resource leak when allocating space for ctf option values.
400 (dump_section_as_ctf): Fix typo checking dump_ctf_strtab_name
401 variable.
402
403 2020-07-21 Nick Clifton <nickc@redhat.com>
404
405 * po/sv.po: Updated Swedish translation.
406
407 2020-07-14 Claudiu Zissulescu <claziss@gmail.com>
408
409 * testsuite/binutils-all/arc/double_regs.s: New test.
410 * testsuite/binutils-all/arc/objdump.exp: Add the above test.
411
412 2020-07-13 Nick Clifton <nickc@redhat.com>
413
414 * po/fr.po: Updated French translation.
415
416 2020-07-13 Alan Modra <amodra@gmail.com>
417
418 * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept
419 optional machine-os arg.
420
421 2020-07-11 H.J. Lu <hongjiu.lu@intel.com>
422
423 * readelf.c (decode_x86_feature_2): Handle
424 GNU_PROPERTY_X86_FEATURE_2_TMM.
425
426 2020-07-10 Tom de Vries <tdevries@suse.de>
427
428 * dwarf.c (display_debug_lines_decoded): Don't emit meaningless
429 information in the end_sequence row.
430 * testsuite/binutils-all/dw5.W: Update.
431 * testsuite/binutils-all/objdump.WL: Update.
432
433 2020-07-09 Alan Modra <amodra@gmail.com>
434
435 * dlltool.c: Remove powerpc PE support and comments.
436 * configure.ac: Remove powerpc PE dlltool config.
437 * configure: Regenerate.
438
439 2020-07-09 Nick Clifton <nickc@redhat.com>
440
441 * rclex.c: Add OWNERDRAW keyword.
442 * rcparse.y: Add OWNERDRAW token.
443 (menuitem_flag) Add BITMAP and OWNERDRAW entries.
444 * resrc.c (write_rc_menuitems): Add support for OWNERDRAW and
445 BITMAP flags.
446 * windres.c (extended_menuitems): Likewise.
447 * testsuite/binutils-all/windres/menuitem_flags.rc: New test.
448
449 2020-07-09 Alan Modra <amodra@gmail.com>
450
451 * readelf (slurp_hppa_unwind_table): Set table_len before use
452 in relocation sanity checks.
453
454 2020-07-07 Alan Modra <amodra@gmail.com>
455
456 * testsuite/binutils-all/ar.exp: Use is_xcoff_format.
457 * testsuite/binutils-all/nm.exp: Likewise.
458 * testsuite/binutils-all/copy-2.d: Run only for elf and pe targets.
459 * testsuite/binutils-all/copy-3.d: Run only for elf targets.
460 * testsuite/binutils-all/set-section-alignment.d: Likewise.
461 * testsuite/binutils-all/copy-4.d: Don't run for xcoff.
462
463 2020-07-07 Alan Modra <amodra@gmail.com>
464
465 * testsuite/lib/binutils-common.exp (is_xcoff_format): New.
466 * testsuite/binutils-all/objcopy.exp (pr25662): Exclude xcoff.
467
468 2020-07-06 Nick Clifton <nickc@redhat.com>
469
470 * po/bg.po: Updated Bulgarian translation.
471 * po/pt.po: Updated Portuguese translation.
472 * po/uk.po: Updated Ukranian translation.
473
474 2020-07-06 Alan Modra <amodra@gmail.com>
475
476 * readelf.c (print_dynamic_symbol): Don't sprintf to buffer to
477 find string length.
478
479 2020-07-04 Nick Clifton <nickc@redhat.com>
480
481 * configure: Regenerate.
482 * po/binutils.pot: Regenerate.
483
484 2020-07-04 Nick Clifton <nickc@redhat.com>
485
486 Binutils 2.35 branch created.
487
488 2020-07-02 Nick Clifton <nickc@redhat.com>
489
490 PR 26028
491 * readelf.c (print_symbol): Handle truncation of symbol names.
492 (options): Add -T/--silent-truncation option.
493 (parse_args): Handle the option.
494 (print_dynamic_symbol): Correct calculation of width available to
495 display symbol name.
496 * doc/binutils.texi: Document the -T option to readelf.
497 * NEWS: Mention the new feature.
498
499 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
500
501 * NEWS: Mention x86 NaCl target support removal.
502 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): Remove
503 x86 NaCl target support.
504 * testsuite/binutils-all/elfedit-1.d: Likewise.
505 * testsuite/binutils-all/i386/i386.exp: Likewise.
506 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
507 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
508 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
509 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
510 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
511 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
512 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
513 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
514 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
515 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
516 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
517 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
518
519 2020-06-30 Nick Clifton <nickc@redhat.com>
520
521 * dwarf.c (read_and_display_attr_value): Support
522 DW_FORM_GNU_strp_alt when used with DW_AT_dwo_name and
523 DW_AT_comp_dir.
524
525 2020-06-30 Alan Modra <amodra@gmail.com>
526
527 * testsuite/binutils-all/readelf.exp (readelf_dump_test): Remove
528 xfail for nds32.
529
530 2020-06-29 Hans-Peter Nilsson <hp@bitrange.com>
531
532 * dwarf.c (display_debug_str_offsets): Rename local variable
533 index to idx. Move to top of function.
534
535 2020-06-29 Alan Modra <amodra@gmail.com>
536
537 * dwarf.c: Use C style comments.
538 * resrc.c: Likewise.
539
540 2020-06-27 Alan Modra <amodra@gmail.com>
541
542 * elfcomm.c (setup_nested_archive): Set nested_arch->file to NULL
543 after freeing.
544 (release_archive): Set fields of arch to NULL after freeing.
545
546 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
547
548 * readelf.c (dump_section_as_ctf): Support .ctf archives using
549 ctf_arc_bufopen. Automatically load the .ctf member of such
550 archives as the parent of all other members, unless specifically
551 overridden via --ctf-parent. Split out dumping code into...
552 (dump_ctf_archive_member): ... here, as in objdump, and call
553 it once per archive member.
554 (dump_ctf_indent_lines): Code style fix.
555
556 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
557
558 * configure.ac [--enable-libctf]: New, default yes.
559 Set ENABLE_LIBCTF accordingly.
560 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF and LIBCTF_NOBFD.
561 * configure: Regenerate.
562 * config.in: Regenerate.
563 * Makefile.in: Regenerate.
564 * aclocal.m4: Regenerate.
565 * objdump.c (usage): Conditionalize portions on ENABLE_LIBCTF.
566 (option_values): Likewise.
567 (long_options): Likewise.
568 (main): Likewise.
569 (dump_ctf_indent_lines): Conditionalize out when !ENABLE_LIBCTF.
570 (make_ctfsect): Likewise.
571 (dump_ctf_archive_member): Likewise.
572 (dump_ctf) [ENABLE_LIBCTF]: Likewise.
573 (dump_ctf) [!ENABLE_LIBCTF]: New empty stub.
574 * readelf.c (options): Conditionalize portions on ENABLE_LIBCTF.
575 (usage): Likewise.
576 (process_section_contents): Likewise.
577 (shdr_to_ctf_sect): Conditionalize out when !ENABLE_LIBCTF.
578 (dump_ctf_indent_lines): Likewise.
579 (dump_section_as_ctf) [ENABLE_LIBCTF]: Likewise.
580
581 2020-06-26 Jan Beulich <jbeulich@suse.com>
582
583 * doc/binutils.texi: Adjust description of x86's -Msuffix. Drop
584 redundant text from x86 specific part of -M section.
585
586 2020-06-26 Pat Bernardi <bernardi@adacore.com>
587
588 * readelf.c (display_m68k_gnu_attribute): New function.
589 (process_arch_specific): Call display_m68k_gnu_attribute for EM_68K.
590
591 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
592
593 PR binutils/26160
594 * testsuite/binutils-all/pr26160.dwp.bz2: New file.
595 * testsuite/binutils-all/pr26160.r: Likewise.
596 * testsuite/binutils-all/readelf.exp: Run PR binutils/26160 test.
597
598 2020-06-23 Nick Clifton <nickc@redhat.com>
599
600 PR 26160
601 * dwarf.c (fetch_indexed_string): Detect and handle old style
602 .debug_str_offset tables.
603 (display_debug_str_offsets): Likewise. Also add support for
604 .debug_str_offsets.dwo sections.
605
606 2020-06-23 H.J. Lu <hongjiu.lu@intel.com>
607
608 PR binutils/26112
609 * testsuite/binutils-all/pr26112.o.bz2: New file.
610 * testsuite/binutils-all/pr26112.r: Likewise.
611 * testsuite/binutils-all/readelf.exp: Run PR binutils/26112 test.
612
613 2020-06-23 Alan Modra <amodra@gmail.com>
614
615 * testsuite/binutils-all/objdump.exp (bintest.a): Correct
616 remote_file delete command.
617
618 2020-06-22 Nick Clifton <nickc@redhat.com>
619
620 PR 26112
621 * dwarf.c (display_debug_str_offsets): Add code to display the
622 contents of the .debug_str_offsets section.
623 (display_debug_macro): Add support for DW_MACRO_define_strx and
624 DW_MACRO_undef_strx.
625
626 2020-06-22 Saagar Jha <saagar@saagarjha.com>
627
628 * od-macho.c: Dump linkedit data for new load commands.
629
630 2020-06-19 Alan Modra <amodra@gmail.com>
631
632 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
633 * testsuite/lib/binutils-common.exp (check_relro_support): New proc.
634 (run_dump_test): Use check_relro_support to decide whether to pass
635 extra ld option "-z norelro".
636
637 2020-06-11 Alan Modra <amodra@gmail.com>
638
639 * readelf.c (process_mips_specific): Don't alloc memory for
640 Elf_Internal_Options.
641
642 2020-06-11 Alan Modra <amodra@gmail.com>
643
644 * readelf.c (process_mips_specific): Assert size of internal
645 types match size of external types, and simplify allocation of
646 internal buffer. Catch possible integer overflow when sanity
647 checking option size. Don't assume options are a regular array.
648 Sanity check reginfo option against option size. Use PRI macros
649 when printing.
650
651 2020-06-10 Ralf Habacker <ralf.habacker@freenet.de>
652
653 PR 26082
654 * mclex.c (yylex): Reject lines that reach end-of-file without a
655 terminating newline character.
656
657 2020-06-08 Nick Clifton <nickc@redhat.com>
658
659 PR 26093
660 * doc/binutils.texi (strings): Fix typo.
661
662 2020-06-08 Nick Clifton <nickc@redhat.com>
663
664 PR 26086
665 * dwarf.c (process_debug_info): Check that there is space in the
666 debug_information array before filling in an entry.
667
668 2020-06-06 Alan Modra <amodra@gmail.com>
669
670 * doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
671
672 2020-06-05 Joel Anderson <joelanderson333@gmail.com>
673
674 PR 26082
675 * mclex.c (yylex): Add test for an empty input stream.
676
677 2020-06-04 Stephen Casner <casner@acm.org>
678
679 * testsuite/binutils-all/pr25662-pdp11.s: Alternate source file
680 for test using section pseudo-ops compatible with pdp11.
681 * testsuite/binutils-all/objcopy.exp: Select alternate source.
682
683 2020-06-04 Jose E. Marchesi <jose.marchesi@oracle.com>
684
685 * objdump.c (disassemble_data): Set disasm_info.endian_code to
686 disasm_info.endian after the latter is initialized to the
687 endianness reported by BFD.
688
689 2020-06-04 Alan Modra <amodra@gmail.com>
690
691 * testsuite/binutils-all/i386/i386.exp: Remove global directive
692 outside proc body.
693 * testsuite/binutils-all/x86-64/objects.exp: Likewise.
694 * testsuite/binutils-all/x86-64/x86-64.exp: Likewise.
695
696 2020-06-03 Joel Anderson <joelanderson333@gmail.com>
697
698 * windmc.h (struct mc_node): Add id_typecast field.
699 * mcparse.y (message): Initialise the id_typecast field.
700 * windmc.c (write_dbg): Use the id_typecast field as a parameter
701 when calling write_dbg_define.
702 (write_header): Likewise.
703
704 2020-06-03 Alan Modra <amodra@gmail.com>
705
706 PR 26069
707 * objcopy.c (copy_relocations_in_section): Free relpp on error.
708 Don't accidentally free isection->orelocation.
709
710 2020-06-02 Alan Modra <amodra@gmail.com>
711
712 * testsuite/binutils-all/ar.exp (obj): Set up object file name
713 extension. Use throughout. Don't completely exclude non-ELF
714 alpha targets. Run long_filenames test for tic30. Exclude thin
715 archive tests for aix, ecoff and vms.
716 * estsuite/binutils-all/objdump.exp (obj): Set up object file name
717 extension. Use throughout. Don't exclude non-ELF alpha targets
718 from "bintest.a".
719
720 2020-05-28 Max Filippov <jcmvbkbc@gmail.com>
721
722 * MAINTAINERS (Xtensa): Add myself as maintainer.
723
724 2020-05-23 Alan Modra <amodra@gmail.com>
725
726 * testsuite/binutils-all/ar.exp (many_files): New test.
727
728 2020-05-21 Alan Modra <amodra@gmail.com>
729
730 * addr2line.c: Replace "if (x) free (x)" with "free (x)" throughout.
731 * dlltool.c: Likewise.
732 * elfcomm.c: Likewise.
733 * rddbg.c: Likewise.
734 * readelf.c: Likewise.
735 * stabs.c: Likewise.
736 * windmc.c: Likewise.
737 * windres.c: Likewise.
738 * wrstabs.c: Likewise.
739
740 2020-05-21 Alan Modra <amodra@gmail.com>
741
742 * readelf.c (get_num_dynamic_syms): Bounds check mipsxlat array
743 access.
744
745 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
746
747 * dwarf.c: Updated since DECLARE_CSR is changed.
748
749 2020-05-19 H.J. Lu <hjl.tools@gmail.com>
750
751 PR binutils/25809
752 * readelf.c (process_program_headers): Warn if the PT_DYNAMIC
753 segment doesn't match the .dynamic section and checks are
754 enabled.
755 (struct filedata): Add dynamic_symtab_section and
756 dynamic_strtab_section fields.
757 (process_section_headers): Set dynamic_symtab_section to the
758 .dynsym section. Set dynamic_strtab_section to the .dynstr
759 section.
760 (process_dynamic_section): Warn if the .dynsym section doesn't
761 match DT_SYMTAB and DT_SYMENT or the .dynstr section doesn't
762 DT_STRTAB and DT_STRSZ. But only if checks are enabled.
763
764 2020-05-19 Alan Modra <amodra@gmail.com>
765
766 * ar.c (map_over_members, get_pos_bfd, delete_members, move_members),
767 (replace_members): Use bfd_get_filename rather than accessing
768 bfd->filename directly.
769 * arsup.c (map_over_list, ar_delete, ar_replace, ar_extract): Likewise.
770 * binemul.c (do_ar_emul_append): Likewise.
771 * coffgrok.c (coff_grok): Likewise.
772
773 2020-05-18 Stafford Horne <shorne@gmail.com>
774
775 * MAINTAINERS (OR1K): Add myself as maintainer.
776
777 2020-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * doc/binutils.texi: Mention 'entry address' in the set-start and
780 adjust-start options descriptions.
781
782 2020-05-05 Nick Clifton <nickc@redhat.com>
783
784 * dwarf.c (do_checks): New global variable.
785 (display_formatted_table): Warn about an unexpected number of
786 columns in the table, if checks are enabled. Do not complain
787 about the lack of data following the number of entries in the
788 table if the table is empty.
789 (display_debug_lines_decoded): Only warn about an unexpected
790 number of columns in a table if checks are enabled.
791 * dwarf.h (do_checks): Add a prototype.
792 * elfcomm.c (error): Remove weak attribute.
793 (warn): Likewise.
794 * readelf.c (do_checks): Delete.
795 (warn): Delete.
796 (process_section_headers): Only warn about empty sections if
797 checks are enabled.
798
799 2020-05-04 Fangrui Song <maskray@google.com>
800
801 * objcopy.c (copy_object): Allow empty section.
802 * testsuite/binutils-all/update-section.exp: Add test.
803
804 2020-05-04 Nick Clifton <nickc@redhat.com>
805
806 PR 25917
807 * dwarf.c (display_debug_lines_decoded): Warn if encountering a
808 supicious number of entries for DWARF-5 format directory and file
809 name tables. Do not display file name table header if the table
810 is empty. Do not allocate space for empty tables.
811
812 2020-05-04 Alan Modra <amodra@gmail.com>
813
814 * readelf.c (process_nds32_specific): Check size of .nds32_e_flags
815 section. Don't assume endian of host matches nds32 target. Free
816 buffer.
817
818 2020-05-01 Alan Modra <amodra@gmail.com>
819 Haim Shimonovich <Haim.Shimonovich@ceva-dsp.com>
820
821 * objdump.c (disassemble_bytes): Don't scan for zeros when
822 disassembling zeros. Translate "resuming at file offset" message.
823 Formatting. Replace some signed variables with unsigned.
824
825 2020-04-30 Alex Coplan <alex.coplan@arm.com>
826
827 * testsuite/binutils-all/aarch64/in-order-all.d: Update to use new
828 disassembly.
829 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
830
831 2020-04-30 Nick Clifton <nickc@redhat.com>
832
833 * testsuite/lib/binutils-common.exp (check_pie_support): New
834 proc.
835
836 2020-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
837
838 * dwarf.c (display_debug_ranges): Ignore duplicate entries in
839 range_entries for the same offset.
840
841 2020-04-29 Nick Clifton <nickc@redhat.com>
842
843 * readelf.c (warn): New function - like elfcomm.c version but only
844 produces output if warnings are enabled.
845 (struct options): Add --lint and --enable-checks.
846 (usage): Add entry for --lint.
847 (parse_args): Handle -L. If checks are enabled but no dumps have
848 been selected then enable all dumps.
849 (process_section_headers): Replace long if-then-else sequence with
850 a switch. Add warning messages for empty SHT_REL, SHT_RELA and
851 SHT_PROGBITS sections.
852 (process_file): Do not complain if the file is an archive and lint
853 mode has been enabled.
854 * elfcomm.c (error): Make the function weak.
855 (warn): Likewise.
856 * NEWS: Mention the new feature.
857 * doc/binutils.texi: Document the new feature.
858 * dwarf.h (report_leb_status): Add file name and line number
859 parameters. Include them in the diagnostic output.
860 (READ_ULEB): Pass file and line number to report_leb_status.
861 (READ_SLEB): Likewise.
862 * dwarf.c (read_and_print_leb128): Pass file and line number to
863 report_leb_status.
864 * testsuite/binutils-all/readelf.exp: Add test of new feature.
865 * testsuite/binutils-all/zero-sec.s: New test source file.
866 * testsuite/binutils-all/zero-sec.r: Expected output from new
867 test.
868
869 2020-04-29 Nick Clifton <nickc@redhat.com>
870
871 * po/sr.po: Updated Serbian translation.
872
873 2020-04-26 Alan Modra <amodra@gmail.com>
874
875 * readelf.c (get_num_dynamic_syms): Check DT_MIPS_XHASH was
876 read before dereferencing, and gracefully return. Remove
877 gnu_hash_error variable. Free gnu hash arrays if number of
878 syms found is zero.
879
880 2020-04-24 Alan Modra <amodra@gmail.com>
881
882 * readelf.c (get_num_dynamic_syms): Check for nbuckets and nchains
883 non-zero.
884 (process_dynamic_section): Call get_num_dynamic_syms once rather
885 than in segment loop. Break out of segment loop on a successful
886 load of dynamic symbols. Formatting.
887 (process_object): Return error status from process_dynamic_section.
888
889 2020-04-23 Anton Kolesov <anton.kolesov@synopsys.com>
890
891 * elf-bfd.h (elfcore_write_arc_v2): Add prototype.
892 * elf.c (elfcore_grok_arc_v2): New function.
893 (elfcore_grok_note): Call the new function to handle the corresponding
894 note.
895 (elfcore_write_arc_v2): New function.
896 (elfcore_write_register_note): Call the new function to handle the
897 corresponding pseudo-sections.
898
899 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
900
901 PR ld/25861
902 * readelf.c (is_none_reloc): Recognize
903 BFD_RELOC_XTENSA_PDIFF{8,16,32} and
904 BFD_RELOC_XTENSA_NDIFF{8,16,32}.
905
906 2020-04-22 Nick Clifton <nickc@redhat.com>
907
908 * MAINTAINERS: Remove Chris Faylor as the ix86 PE maintainer.
909
910 2020-04-22 Alan Modra <amodra@gmail.com>
911
912 * readelf.c (archive_file_offset, archive_file_size, dynamic_addr),
913 (dynamic_size, dynamic_nent, dynamic_strings, dynamic_strings_length),
914 (num_dynamic_syms, nbuckets, nchains, buckets, chains),
915 (ngnubuckets, gnubuckets, gnuchains, mipsxlat, ngnuchains),
916 (gnusymidx, dynamic_symbols, dynamic_syminfo, dynamic_syminfo_offset),
917 (dynamic_syminfo_nent, program_interpreter, dynamic_info),
918 (dynamic_info_DT_GNU_HASH, dynamic_info_DT_MIPS_XHASH, version_info),
919 (dynamic_section, symtab_shndx_list, group_count, section_groups),
920 (section_headers_groups): Move to struct filedata. Update use
921 throughout file.
922
923 2020-04-22 Alan Modra <amodra@gmail.com>
924
925 * readelf.c (struct dump_data): New, used..
926 (cmdline): ..here, and..
927 (struct filedata): ..here. Adjust all uses.
928 (request_dump_bynumber, request_dump, parse_args): Pass in a
929 struct dump_data* rather than Filedata*. Adjust callers.
930 (main): Don't set cmdline.file_name.
931
932 2020-04-20 Alan Modra <amodra@gmail.com>
933
934 * readelf.c (process_symbol_table): Clear ngnuchains, ngnubuckets
935 and nbuckets.
936
937 2020-04-20 Alan Modra <amodra@gmail.com>
938
939 * readelf.c (process_section_headers): Free dynamic symbols etc.
940 earlier.
941
942 2020-04-20 Alan Modra <amodra@gmail.com>
943
944 * readelf.c (get_num_dynamic_syms): Formatting. Don't return
945 on error without freeing.
946 (process_dynamic_section): Don't recreate dynamic symbols from
947 dynamic tag info when the dynamic symbols have already been
948 read via section headers.
949
950 2020-04-17 Fredrik Strupe <fredrik@strupe.net>
951
952 * testsuite/binutils-all/arm/vdup-cond.d: New test for testing that
953 conditional VDUP instructions are disassembled correctly.
954 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
955 vdup-cond.d.
956 * testsuite/binutils-all/arm/vdup-thumb.d: New test for testing
957 that VDUP instructions (which are conditional in A32) can be
958 disassembled in thumb mode.
959 * testsuite/binutils-all/arm/vdup-cond.s: New file used by
960 vdup-thumb.d.
961
962 2020-04-17 Alan Modra <amodra@gmail.com>
963
964 PR 25840
965 * debug.c (debug_class_type_samep): Don't segfault on NULL type.
966
967 2020-04-16 Alan Modra <amodra@gmail.com>
968
969 * doc/binutils.texi: Mention --no-show-raw-insn in objdump
970 --no-addresses description.
971
972 2020-04-15 Alan Modra <amodra@gmail.com>
973
974 * objdump.c (no_addresses): New static var.
975 (usage): Print help for --no-addresses.
976 (long_options): Add --no-addresses entry.
977 (objdump_print_addr_with_sym, objdump_print_addr): Omit symbol address.
978 (disassemble_bytes): Don't print current line address, or reloc
979 address.
980 * doc/binutils.texi: Document objdump --no-addresses.
981
982 2020-04-15 Alan Modra <amodra@gmail.com>
983
984 PR 25822
985 * readelf.c (get_num_dynamic_syms): Don't set num_of_syms when
986 reading buckets or chains fails.
987
988 2020-04-15 Alan Modra <amodra@gmail.com>
989
990 * readelf.c (process_symbol_table): Zero gnubuckets, gnuchains
991 etc. after freeing.
992
993 2020-04-15 Alan Modra <amodra@gmail.com>
994
995 * readelf.c (get_group_flags): Translate text.
996 (get_file_type, get_symbol_binding, get_symbol_type),
997 (get_ppc64_symbol_other, get_symbol_other): Increase size of buffer.
998
999 2020-04-15 Alan Modra <amodra@gmail.com>
1000
1001 PR 25821
1002 * readelf.c (get_num_dynamic_syms): Typo fix.
1003
1004 2020-04-14 Alan Modra <amodra@gmail.com>
1005
1006 * readelf.c (process_mips_specific): Free eopt and iopt. Avoid
1007 possibility of overflow when checking number of conflicts.
1008
1009 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 PR binutils/25707
1012 * readelf.c (nbuckets): New.
1013 (nchains): Likewise.
1014 (buckets): Likewise.
1015 (chains): Likewise.
1016 (ngnubuckets): Likewise.
1017 (gnubuckets): Likewise.
1018 (gnuchains): Likewise.
1019 (mipsxlat): Likewise.
1020 (ngnuchains): Likewise.
1021 (gnusymidx): Likewise.
1022 (VALID_SYMBOL_NAME): Likewise.
1023 (VALID_DYNAMIC_NAME): Use it.
1024 (get_dynamic_data): Moved before process_dynamic_section.
1025 (get_num_dynamic_syms): New function.
1026 (process_dynamic_section): Use DT_SYMTAB, DT_SYMENT, DT_HASH,
1027 DT_GNU_HASH and DT_MIPS_XHASH to reconstruct dynamic symbol
1028 table. Use DT_STRTAB and DT_STRSZ to reconstruct dynamic string
1029 table.
1030 (get_symbol_index_type): Don't print "bad section index" when
1031 there is no section header.
1032 (print_dynamic_symbol): Rewrite.
1033 (process_symbol_table): Call print_dynamic_symbol to dump dynamic
1034 symbol table.
1035
1036 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1037
1038 * testsuite/lib/binutils-common.exp (supports_gnu_osabi): Don't
1039 enable on *-*-solaris*.
1040
1041 2020-03-30 Nick Clifton <nickc@redhat.com>
1042
1043 PR binutils/25662
1044 * objcopy.c (copy_object): When copying PE format files set the
1045 timestamp field in the pe_data structure if the preserve_dates
1046 flag is set.
1047 * testsuite/binutils-all/objcopy.exp (objcopy_test) Use
1048 --preserve-dates in place of the -p option, in order to make its
1049 effect more obvious.
1050
1051 2020-03-28 Alan Modra <amodra@gmail.com>
1052
1053 * testsuite/binutils-all/objcopy.exp (objcopy_test): Only
1054 clear_xfail hppa*-*-*elf*. Revert mips xfails.
1055
1056 2020-03-28 Alan Modra <amodra@gmail.com>
1057
1058 * testsuite/binutils-all/objcopy.exp (objcopy_test): Move xfails
1059 from here to calls. Remove "m8*-*-*" entry. Don't xfail tic54x
1060 but do xfail spu, mipstx39 and mips-sgi-irix for the executable
1061 test. Pass "-p" to objcopy for the executable test.
1062
1063 2020-03-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1064
1065 PR binutils/25662
1066 * testsuite/binutils-all/objcopy.exp (objcopy_test): Add argument to
1067 specify whether an object file or executable should be built and tested.
1068 Change test names to report whether an object file or executable is
1069 being tested.
1070 * testsuite/binutils-all/pr25662.ld: New test.
1071 * testsuite/binutils-all/pr25662.s: New test.
1072
1073 2020-03-27 Alan Modra <amodra@gmail.com>
1074
1075 * readelf.c (process_archive): Don't double free qualified_name.
1076 Don't break out of loop with "negative" archive_file_size, just
1077 set file offset to max.
1078
1079 2020-03-25 Alan Modra <amodra@gmail.com>
1080
1081 * readelf.c (process_archive): Prevent endless loop.
1082
1083 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1084
1085 PR binutils/25708
1086 * nm.c (print_symname): Replace _bfd_elf_get_symbol_version_name
1087 with bfd_get_symbol_version_string.
1088 (print_symbo): Pass TRUE to bfd_get_symbol_version_string.
1089 * objdump.c (objdump_print_symname): Likewise.
1090
1091 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1092
1093 PR binutils/25708
1094 * nm.c (SYM_NAME): Removed.
1095 (print_symname): Add a pointer to struct extended_symbol_info
1096 argument. Call _bfd_elf_get_symbol_version_name to get symbol
1097 version.
1098 (print_symdef_entry): Pass NULL to print_symname.
1099 (print_symbol_info_bsd): Update call to print_symname.
1100 (print_symbol_info_sysv): Likewise.
1101 (print_symbol_info_posix): Likewise.
1102
1103 2020-03-24 Alan Modra <amodra@gmail.com>
1104
1105 * readelf.c (process_mips_specific): Free iconf on error path.
1106
1107 2020-03-23 Nick Clifton <nickc@redhat.com>
1108
1109 PR 25714
1110 * wrstabs.c (stab_pop_type): Replace assertion with error return.
1111 * write_stabs_in_sections_debugging_info: Likewise.
1112 * stab_enum_type: Likewise.
1113 * stab_modify_type: Likewise.
1114 * stab_struct_field: Likewise.
1115 * stab_end_struct_type: Likewise.
1116 * stab_start_class_type: Likewise.
1117 * stab_class_static_member: Likewise.
1118 * stab_class_baseclass: Likewise.
1119 * stab_class_start_method: Likewise.
1120 * stab_class_method_var: Likewise.
1121 * stab_class_end_method: Likewise.
1122 * stab_end_class_type: Likewise.
1123 * stab_typedef_type: Likewise.
1124 * stab_start_function: Likewise.
1125 * stab_end_block: Likewise.
1126 * stab_lineno: Likewise.
1127
1128 2020-03-20 Nick Clifton <nickc@redhat.com>
1129
1130 * readelf.c (get_compression_header): Add ATTRIBUTE_WARN_UNUSED_RESULT.
1131 (process_section_headers): Check the return value from
1132 get_compression_header.
1133 (dump_section_as_strings): Likewise.
1134 (dump_section_as_bytes): Likewise.
1135 (load_specific_debug_section): Likewise.
1136
1137 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
1138
1139 * ar.c (main): Update bfd_plugin_set_program_name call.
1140 * nm.c (main): Likewise.
1141
1142 2020-03-19 Nick Clifton <nickc@redhat.com>
1143
1144 PR 25676
1145 * testsuite/binutils-all/dw4.s: New test source file.
1146 * testsuite/binutils-all/nm.exp: Run the new test.
1147
1148 2020-03-19 H.J. Lu <hongjiu.lu@intel.com>
1149
1150 * readelf.c (process_symbol_table): Use unsigned long for si.
1151
1152 2020-03-19 Alan Modra <amodra@gmail.com>
1153
1154 * elfcomm.c: Don't include bfd.h or bucomm.h.
1155 (program_name): Declare.
1156 (process_archive_index_and_symbols): Replace bfd_boolean with int,
1157 and substitute FALSE and TRUE.
1158 (setup_archive, setup_nested_archive): Likewise.
1159 * elfcomm.h: Likewise.
1160
1161 2020-03-19 Alan Modra <amodra@gmail.com>
1162
1163 * readelf.c (process_archive): Always return via path freeing
1164 memory. Formatting.
1165
1166 2020-03-19 Alan Modra <amodra@gmail.com>
1167
1168 * readelf.c (process_netbsd_elf_note): Validate descsz before
1169 accessing descdata. Formatting.
1170
1171 2020-03-19 Alan Modra <amodra@gmail.com>
1172
1173 * elfcomm.c (setup_archive): Make file_size an off_t. Comment.
1174 * elfcomm.h (setup_archive): Update prototype.
1175
1176 2020-03-16 Alan Modra <amodra@gmail.com>
1177
1178 * readelf.c (get_symbols): New function.
1179 (process_relocs, ia64_process_unwind, hppa_process_unwind),
1180 (arm_process_unwind, get_symbol_for_build_attribute): Use it.
1181
1182 2020-03-16 Alan Modra <amodra@gmail.com>
1183
1184 * unwind-ia64.c (unw_decode_uleb128): Prevent overlarge shifts.
1185 Detect shift overflows and check that terminating byte is found.
1186 Print an error on a bad uleb128.
1187
1188 2020-03-14 Alan Modra <amodra@gmail.com>
1189
1190 * readelf.c (process_file): Clean ba_cache.
1191
1192 2020-03-14 Alan Modra <amodra@gmail.com>
1193
1194 * elfcomm.h (setup_archive): Update prototype.
1195 * elfcomm.c (setup_archive): Add file_size parameter and sanity
1196 check longnames_size.
1197 (setup_nested_archive): Get file size and pass to setup_archive.
1198 * elfedit.c (process_archive): Likewise.
1199 * readelf.c (process_archive): Pass filedata->file_size to
1200 setup_archive.
1201
1202 2020-03-14 Alan Modra <amodra@gmail.com>
1203
1204 * readelf.c (dump_section_as_strings): Free memory on error exit.
1205 (dump_section_as_bytes, process_notes_at): Likewise.
1206 (get_build_id): Free enote.
1207
1208 2020-03-13 Kamil Rytarowski <n54@gmx.com>
1209
1210 * readelf.c (get_netbsd_elfcore_note_type): Add support for
1211 NT_NETBSDCORE_LWPSTATUS notes.
1212
1213 2020-03-13 Alan Modra <amodra@gmail.com>
1214
1215 * elfcomm.c (get_archive_member_name): Always return malloc'd
1216 string or NULL.
1217 * elfedit.c (process_archive): Tidy memory on all return paths.
1218 * readelf.c (process_archive): Likewise.
1219 (process_symbol_table): Likewise.
1220 (ba_cache): New, replacing ..
1221 (get_symbol_for_build_attribute): ..static vars here. Free
1222 strtab and symtab before loading new ones. Reject symtab without
1223 valid strtab in loop, breaking out of loop on valid symtab.
1224 (process_file): Free ba_cache symtab and strtab here, resetting
1225 ba_cache.
1226
1227 2020-03-12 Alan Modra <amodra@gmail.com>
1228
1229 * readelf.c (process_section_headers): Don't just set
1230 filedata->section_headers NULL, free it first. Similarly for
1231 dynamic_symbols, dynamic_strings, dynamic_syminfo and
1232 symtab_shndx_list. Zero associated counts too.
1233 (process_object): Free symtab_shndx_list.
1234 (process_file): Free various allocated filedata tables.
1235
1236 2020-03-11 Nick Clifton <nickc@redhat.com>
1237
1238 PR 25611
1239 PR 25614
1240 * dwarf.h (DWARF2_Internal_LineInfo): Add li_address_size and
1241 li_segment_size fields.
1242 * dwarf.c (read_debug_line_header): Record the address size and
1243 segment selector size values (if present) in the lineinfo
1244 structure.
1245 (display_formatted_table): Warn if the format count is empty but
1246 the table itself is not empty.
1247 Display the format count and entry count at the start of the table
1248 dump.
1249 (display_debug_lines_raw): Display the address size and segement
1250 selector size fields, if present.
1251 * testsuite/binutils-all/dw5.W: Update expected output.
1252
1253 2020-03-11 Alan Modra <amodra@gmail.com>
1254
1255 PR 25651
1256 * objcopy.c (copy_object): Test "gaps" not gap_fill_set or
1257 pad_to_set on second block of code dealing with padding.
1258 Replace "c" with "num_sec" and don't recalculate number of
1259 sections on second block. Size arrays using sizeof (element)
1260 rather than sizeof (element type).
1261
1262 2020-03-10 Alan Modra <amodra@gmail.com>
1263
1264 * objdump.c (disassemble_section): Don't call qsort unless
1265 sym count is at least two.
1266 (disassemble_data): Don't call memcpy with NULL src.
1267
1268 2020-03-09 Alan Modra <amodra@gmail.com>
1269
1270 PR 25645
1271 * readelf.c (dump_ia64_vms_dynamic_fixups): Pass size and nmemb
1272 to get_data rather than multiplying.
1273 (dump_ia64_vms_dynamic_relocs): Likewise.
1274 (process_version_sections): Correct order of size and nmemb args
1275 in get_data call.
1276 (process_mips_specific): Likewise.
1277
1278 2020-03-08 H.J. Lu <hongjiu.lu@intel.com>
1279
1280 * readelf.c (get_dynamic_data): Replace "memory chekers" with
1281 "memory checkers" in comments.
1282
1283 2020-03-06 Simon Marchi <simon.marchi@efficios.com>
1284
1285 PR 25491
1286 * doc/Makefile.am: Rename MOSTLYCLEANFILES to MAINTAINERCLEANFILES.
1287 * doc/Makefile.in: Re-generate.
1288
1289 2020-03-06 Nick Clifton <nickc@redhat.com>
1290
1291 * objcopy.c (check_new_section_flags): New function. Reject the
1292 SEC_COFF_SHARED flag if the target is not a COFF binary.
1293 (copy_object): Call check_new_section_flags.
1294 (setup_section): Likewise.
1295 * doc/binutils.texi (objcopy): Add a note that the 'share' section
1296 flag cannot be applied to ELF binaries.
1297
1298 2020-03-06 Alan Modra <amodra@gmail.com>
1299
1300 PR 25637
1301 * objcopy.c (filter_symbols): Correct rem_leading_char logic.
1302
1303 2020-03-05 Alan Modra <amodra@gmail.com>
1304
1305 PR 25629
1306 * objcopy.c (filter_symbols): Don't segfault on NULL
1307 prefix_symbols_string.
1308
1309 2020-03-04 Christian Eggers <ceggers@gmx.de>
1310
1311 * objcopy.c (copy_object): Convert from bytes to octets for
1312 --gap-fill and --pad-to.
1313
1314 2020-03-03 Nick Clifton <nickc@redhat.com>
1315
1316 PR 25625
1317 * prdbg.c (pr_tag_type): Remove call to abort.
1318
1319 2020-03-02 Aaron Merey <amerey@redhat.com>
1320
1321 * binutils/testsuite/binutils-all/debuginfod.exp: Improve port
1322 selection.
1323
1324 2020-03-02 Nick Clifton <nickc@redhat.com>
1325
1326 PR 25543
1327 * readelf.c (dump_section_as_strings): Display new-line characters
1328 as \n and then insert a line break.
1329 * testsuite/binutils-all/pr25543.s: New test.
1330 * testsuite/binutils-all/pr25543.d: Test driver.
1331 * testsuite/binutils-all/readelf.exp: Run the new test.
1332
1333 2020-02-27 Nick Clifton <nickc@redhat.com>
1334
1335 PR 25526
1336 * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
1337 get_data is unable to load the string table.
1338
1339 2020-02-26 Alan Modra <amodra@gmail.com>
1340
1341 * elfedit.c: Indent labels correctly.
1342 * readelf.c: Likewise.
1343 * resres.c: Likewise.
1344
1345 2020-02-25 H.J. Lu <hongjiu.lu@intel.com>
1346
1347 PR binutils/25584
1348 * ar.c (main): Pass 0 to bfd_plugin_set_program_name.
1349 * nm.c (main): Pass 1 to bfd_plugin_set_program_name.
1350
1351 2020-02-24 Nick Clifton <nickc@redhat.com>
1352
1353 PR 25499
1354 * doc/binutils.texi (objdump): Fix typo in description of
1355 objdump's -g option.
1356
1357 2020-02-20 Nelson Chu <nelson.chu@sifive.com>
1358
1359 * dwarf.c (regname_internal_riscv): Updated since the DECLARE_CSR
1360 is changed.
1361
1362 2020-02-19 Jordan Rupprecht <rupprecht@google.com>
1363
1364 * objdump.c (show_line): call bfd_demangle when using do_demangle.
1365
1366 2020-02-19 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * configure: Regenerate.
1369
1370 2020-02-10 Fangrui Song <maskray@google.com>
1371
1372 * objcopy.c (parse_flags): Handle "exclude".
1373 * doc/binutils.texi: Document the support.
1374
1375 2020-02-10 Aaron Merey <amerey@redhat.com>
1376
1377 * binutils/testsuite/binutils-all/debuginfod.exp:
1378 Replace set ::env with setenv.
1379 Start server before setting environment variable.
1380 Specify tmpdir as the location of the server's
1381 database.
1382 Check additional server metrics at start-up.
1383
1384 2020-02-07 Nick Clifton <nickc@redhat.com>
1385
1386 * README-how-to-make-a-release: Add note about updating the
1387 GAS/NEWS URL in the next release.
1388
1389 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1390
1391 PR 25469
1392 * readelf.c (get_machine_flags): Add support for Z80N machine
1393 number.
1394
1395 2020-02-07 Nick Clifton <nickc@redhat.com>
1396
1397 * dwarf.c (display_debug_lines_decoded): Force a NUL termination
1398 of the truncated file name.
1399
1400 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * objdump.c (print_jump_visualisation): New function.
1403 (disassemble_bytes): Call new function.
1404
1405 2020-02-06 Alan Modra <amodra@gmail.com>
1406
1407 * testsuite/lib/binutils-common.exp (match_target): Accept '!' before
1408 TCL procedure.
1409 (supports_gnu_osabi): New procedure.
1410 (is_generic): New, from ld-lib.exp.
1411 (supports_gnu_unique): Use the above.
1412
1413 2020-02-04 Alan Modra <amodra@gmail.com>
1414
1415 * Makefile.am (CFILES): Add od-elf32_avr.c.
1416 * Makefile.in: Regenerate.
1417 * po/POTFILES.in: Regenerate.
1418
1419 2020-02-03 Andreas Schwab <schwab@linux-m68k.org>
1420
1421 * readelf.c (dump_relocations, dump_relocations)
1422 (decode_arm_unwind_bytecode, process_dynamic_section)
1423 (get_symbol_visibility, get_alpha_symbol_other): Add newline to
1424 error message.
1425
1426 2020-02-03 Sergei Trofimovich <siarheit@google.com>
1427
1428 * coffdump.c (program_name): Drop redundant definition.
1429 * srconv.c (program_name): Likewise
1430 * sysdump.c (program_name): Likewise
1431
1432 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1433
1434 PR gas/25380
1435 * objdump.c (sym_ok): Return FALSE if 2 sections are in the
1436 same file with different section pointers.
1437
1438 2020-02-01 Nick Clifton <nickc@redhat.com>
1439
1440 * README-how-to-make-a-release: Update with more details on the
1441 release making process.
1442
1443 2020-01-31 Nick Clifton <nickc@redhat.com>
1444
1445 * po/sv.po: Updated Swedish translation.
1446
1447 2020-01-28 Nick Clifton <nickc@redhat.com>
1448
1449 * readelf.c (get_build_id): Simplify warning message about corrupt
1450 notes encountered whilst scanning for the build-id.
1451
1452 2020-01-27 Roland McGrath <mcgrathr@google.com>
1453
1454 * objcopy.c (compare_gnu_build_notes): Fix comparison results
1455 for overlapping ranges so that (A == B) == (B == A) holds.
1456
1457 2020-01-27 Alan Modra <amodra@gmail.com>
1458
1459 * testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
1460 case statement with switch statement.
1461
1462 2020-01-24 Nick Clifton <nickc@redhat.com>
1463
1464 * readelf.c (get_build_id): Fix warning messages about corrupt
1465 notes.
1466
1467 2020-01-23 Nick Clifton <nickc@redhat.com>
1468
1469 * po/fr.po: Updated French translation.
1470
1471 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1472
1473 PR 25417
1474 * readelf.c (get_alpha_symbol_other): Fix error message typo.
1475
1476 2020-01-20 Nick Clifton <nickc@redhat.com>
1477
1478 * po/pt.po: Updated Portuguese translation.
1479 * po/uk.po: Updated Ukranian translation.
1480
1481 2020-01-18 Nick Clifton <nickc@redhat.com>
1482
1483 * README-how-to-make-a-release: Update notes on how to cut a
1484 branch for a release.
1485
1486 2020-01-18 Nick Clifton <nickc@redhat.com>
1487
1488 * configure: Regenerate.
1489 * po/binutils.pot: Regenerate.
1490
1491 2020-01-18 Nick Clifton <nickc@redhat.com>
1492
1493 Binutils 2.34 branch created.
1494
1495 2020-01-17 Thomas Troeger <tstroege@gmx.de>
1496
1497 * objdump.c (jump_info_visualize_address): Discard jumps that are
1498 no longer needed.
1499 (disassemble_bytes): Only compute the maximum level if jumps were
1500 detected.
1501
1502 2020-01-13 Nick Clifton <nickc@redhat.com>
1503
1504 * objdump.c (disassemble_bytes): Remove C99-ism.
1505 * testsuite/binutils-all/debuginfod.exp: New tests.
1506
1507 2020-01-13 Thomas Troeger <tstroege@gmx.de>
1508
1509 * objdump.c (visualize_jumps, color_output, extended_color_output)
1510 (detected_jumps): New variables.
1511 (usage): Add the new jump visualization options.
1512 (option_values): Add new option value.
1513 (long_options): Add the new option.
1514 (jump_info_new, jump_info_free): New functions.
1515 (jump_info_min_address, jump_info_max_address): Likewise.
1516 (jump_info_end_address, jump_info_is_start_address): Likewise.
1517 (jump_info_is_end_address, jump_info_size): Likewise.
1518 (jump_info_unlink, jump_info_insert): Likewise.
1519 (jump_info_add_front, jump_info_move_linked): Likewise.
1520 (jump_info_intersect, jump_info_merge): Likewise.
1521 (jump_info_sort, jump_info_visualize_address): Likewise.
1522 (disassemble_jumps): New function - used to locate jumps.
1523 (disassemble_bytes): Add ascii art generation.
1524 (disassemble_section): Add scan to locate jumps.
1525 (main): Parse the new visualization option.
1526 * doc/binutils.texi: Document the new feature.
1527 * NEWS: Mention the new feature.
1528
1529 2020-01-13 Alan Modra <amodra@gmail.com>
1530
1531 PR 25360
1532 PR 25361
1533 * dwarf.c (display_debug_frames): Move fde_fc earlier. Free
1534 fde_fc col_type and col_offset.
1535 * readelf.c (apply_relocations): Move symsec check earlier.
1536 (free_debug_section): Free reloc_info.
1537 (process_notes_at): Free pnotes on error path.
1538 (process_object): Free dump_sects here..
1539 (process_archive): ..not here.
1540
1541 2020-01-13 Alan Modra <amodra@gmail.com>
1542
1543 PR 25362
1544 * nm.c (display_rel_file): Free dyn_syms.
1545
1546 2020-01-09 Nick Clifton <nickc@redhat.com>
1547
1548 PR 25220
1549 * objcopy.c (empty_name): New variable.
1550 (need_sym_before): Prevent an attempt to free a static variable.
1551 (filter_symbols): Avoid strcmp test by checking for pointer
1552 equality.
1553
1554 2020-01-09 Nick Clifton <nickc@redhat.com>
1555
1556 * po/zh_TW.po: Updated Traditional Chinese translation.
1557
1558 2020-01-09 Aaron Merey <amerey@redhat.com>
1559
1560 * Makefile.am (readelf_LDADD, objdump_LDADD): Add libdebuginfod.
1561 * Makefile.in: Regenerate.
1562 * NEWS: Update.
1563 * config.in: Regenerate.
1564 * configure: Regenerate.
1565 * configure.ac: Call AC_DEBUGINFOD.
1566 * doc/Makefile.in: Regenerate.
1567 * doc/binutils.texi: Add section on using binutils
1568 with debuginfod.
1569 * dwarf.c (debuginfod_fetch_separate_debug_info): New function.
1570 Query debuginfod servers for the target debug file.
1571 (load_separate_debug_info): Call
1572 debuginfod_fetch_separate_debug_info if configured with
1573 debuginfod.
1574 (load_separate_debug_files): Add file argument to
1575 load_separate_debug_info calls.
1576 * dwarf.h (get_build_id): Add declaration.
1577 * objdump.c (get_build_id): New function. Get build-id of file.
1578 * readelf.c (get_build_id): Likewise.
1579 * testsuite/binutils-all/debuginfod.exp: New tests.
1580 * testsuite/binutils-all/linkdebug.s: Add .note.gnu.build-id
1581 section.
1582
1583 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1584
1585 * readelf.c: Add support for new Z*) relocations and machine
1586 types.
1587
1588 2020-01-01 Alan Modra <amodra@gmail.com>
1589
1590 Update year range in copyright notice of all files.
1591
1592 For older changes see ChangeLog-2019
1593 \f
1594 Copyright (C) 2020 Free Software Foundation, Inc.
1595
1596 Copying and distribution of this file, with or without modification,
1597 are permitted in any medium without royalty provided the copyright
1598 notice and this notice are preserved.
1599
1600 Local Variables:
1601 mode: change-log
1602 left-margin: 8
1603 fill-column: 74
1604 version-control: never
1605 End:
This page took 0.067687 seconds and 5 git commands to generate.