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