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