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