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