]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
PR25046, readelf "Reading xxx bytes extends past end of file for dynamic section"
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2019-09-30 Alan Modra <amodra@gmail.com>
2
3 PR 25046
4 * readelf.c (process_program_headers): Clear dynamic_addr and
5 dynamic_size earlier.
6
7 2019-09-24 Alan Modra <amodra@gmail.com>
8
9 PR 25031
10 * nm.c (print_format_string): New.
11 (get_print_format): Delete saved_format. Move earlier.
12 (set_print_width): Call get_print_format.
13 (print_value): Use print_format_string.
14
15 2019-09-23 Alan Modra <amodra@gmail.com>
16
17 * dlltool.c: Include coff-bfd.h.
18
19 2019-09-23 Alan Modra <amodra@gmail.com>
20
21 PR 25018
22 * dwarf.c (get_type_signedness): Delete ineffective pointer
23 comparison check. Properly range check uvalue offset on
24 recursive call.
25 (read_and_display_attr_value): Range check uvalue offset before
26 calling get_type_signedness.
27
28 2019-09-20 Alan Modra <amodra@gmail.com>
29
30 * ar.c (write_archive): Use bfd_set_thin_archive.
31
32 2019-09-18 Tamar Christina <tamar.christina@arm.com>
33
34 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
35
36 2019-09-18 Alan Modra <amodra@gmail.com>
37
38 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
39 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
40 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
41 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
42 throughout for bfd section macro and function changes.
43
44 2019-09-18 Alan Modra <amodra@gmail.com>
45
46 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
47 * objcopy.c: Likewise.
48 * objdump.c: Likewise.
49 * rdcoff.c: Likewise.
50 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
51 (filter_symbols): Likewise.
52
53 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
56 cxxfilt.man and binutils.info.
57 (MAINTAINERCLEANFILES): Remove.
58 * doc/Makefile.in: Re-generate.
59
60 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
61
62 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
63 * doc/Makefile.in: Re-generate.
64
65 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
66
67 * doc/Makefile.am (install-data-loca): Remove target.
68 (DISTCLEANFILES): Remove variable.
69 * doc/Makefile.in: Re-generate.
70
71 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
72
73 * Makefile.in: Re-generate.
74 * configure: Re-generate.
75 * doc/Makefile.in: Re-generate.
76
77 2019-09-16 Phil Blundell <pb@pbcl.net>
78
79 * Makefile.in, configure. doc/Makefile.in: Regenerated.
80
81 2019-09-11 Tom Tromey <tom@tromey.com>
82
83 * objcopy.c (copy_archive): Update.
84 * bucomm.h (make_tempname, make_tempdir): Make argument const.
85 * bucomm.c (make_tempname, make_tempdir): Make argument const.
86
87 2019-09-11 Alan Modra <amodra@gmail.com>
88
89 PR 24907
90 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
91 lines. Correct max_reloc_offset_into_insn test.
92
93 2019-09-10 Nick Clifton <nickc@redhat.com>
94
95 PR 24907
96 * objdump.c (null_print): New function.
97 (disassemble_bytes): Delete previous_octets local and replace with
98 a test of the max_reloc_offset_into_insn field of the
99 bfd_arch_info structure. If a reloc is a potential match for the
100 next insn, then perform a dummy disassembly in order to calculate
101 its real length.
102
103 2019-09-09 Phil Blundell <pb@pbcl.net>
104
105 binutils 2.33 branch created.
106
107 2019-09-06 Alan Modra <amodra@gmail.com>
108
109 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
110 (print_object_filename_posix, print_archive_filename_bsd),
111 (print_archive_filename_sysv, print_archive_filename_posix),
112 (print_archive_member_bsd, print_archive_member_sysv),
113 (print_archive_member_posix): Constify parameter.
114 (struct output_fns <print_object_filename, print_archive_filename>),
115 (<print_archive_member>): Likewise.
116 * objcopy.c (copy_archive): Add cast for make_tempdir.
117
118 2019-08-29 Alan Modra <amodra@gmail.com>
119
120 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
121
122 2019-08-28 Niklas Gürtler <profclonk@gmail.com>
123
124 PR 24942
125 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
126 (struct section_list): Add alignment field.
127 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
128 (copy_options): Add --set-section-alignment.
129 (copy_usage): Describe --set-section-alignment.
130 (find_section_list): Initialise the alignment field.
131 (setup_section): Handle the alignment field.
132 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
133 * doc/binutils.texi: Document the new feature.
134 * NEWS: Mention the new feature.
135
136 2019-08-28 Nick Clifton <nickc@redhat.com>
137
138 PR 24931
139 * objdump.c (source_comment): New static variable.
140 (option_values): Add OPTION_SOURCE_COMMENT.
141 (long_opions): Add --source-comment.
142 (print_line): If source comment is set, use it as a prefix to the
143 source code line.
144 (main): Handle OPTION_SOURCE_COMMENT.
145 * doc/binutils.texi: Document the new option.
146 * NEWS: Mention the new feature.
147 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
148 of the -S and --source-comment options.
149
150 2019-08-27 Nick Clifton <nickc@redhat.com>
151
152 PR 24510
153 * dwarf.c (MAX_CU_NESTING): New constant.
154 (level_type_signed): New static array.
155 (skip_attr_bytes): New function.
156 (get_type_signedness): New function.
157 (read_and_print_leb128): New function.
158 (display_discr_list): New function.
159 (read_and_display_attr_value): Add start parameter.
160 Use new functions when handling DW_AT_type and DW_AT_discr_list.
161 (read_and_display_attr): Add start parameter. Pass to
162 read_and_display_attr_value.
163 (process_debug_info): Update call to read_and_display_attr.
164 (display_formatted_table): Likewise.
165 (display_debug_lines_decoded): Likewise. Also add start
166 parameter.
167 (display_debug_lines): Likewise.
168 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
169 lists.
170 * testsuite/binutils-all/dwarf-attributes.W: Update expected
171 output.
172
173 2019-08-26 Alan Modra <amodra@gmail.com>
174
175 PR 24938
176 * debug.c (debug_write_type): Call empty_type for NULL type here..
177 (debug_write_type): ..rather than in just one case here.
178
179 2019-08-23 Nick Clifton <nickc@redhat.com>
180
181 PR 24829
182 * dwarf.c (check_uvalue): New function. Ensures that a block's
183 size is valid.
184 (read_and_display_attr_value): Use check_value when processsing
185 DW_FORM_block<n> attributes.
186
187 2019-08-22 Nick Clifton <nickc@redhat.com>
188
189 PR 24921
190 * dwarf.c (process_cu_tu_index): Handle the case where a table
191 does not have any columns.
192
193 2019-08-19 Alan Modra <amodra@gmail.com>
194
195 PR 24898
196 * dwarf.c (display_debug_frames): Use the read_cie check and error
197 for augmentation data length.
198
199 2019-08-17 Alan Modra <amodra@gmail.com>
200
201 PR 24911
202 * dwarf.c (comp_addr_base): Dereference args.
203
204 2019-08-16 Alan Modra <amodra@gmail.com>
205
206 PR 24909
207 PR 23499
208 * readelf.c (get_symbol_version_string): Set sym_info earlier.
209
210 2019-08-15 Nick Clifton <nickc@redhat.com>
211
212 PR 24767
213 * doc/binutils.texi (nm): Document the 'n' symbol type.
214
215 2019-08-15 Christophe Vidal <support@krizalys.com>
216
217 * docs/binutils.texi: Fixed notice message disassembler options
218 section of the man page.
219
220 2019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
221
222 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
223 (get_mips_section_type_name): Return MI{S_XHASH name string.
224 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
225 info.
226 (process_symbol_table): Initialize the .MIPS.xhash section
227 pointer. Adjust the readelf output to support the new section.
228 (process_object): Set the .MIPS.xhash dynamic info to zero.
229
230 2019-08-09 Tamar Christina <tamar.christina@arm.com>
231
232 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
233 * testsuite/binutils-all/arm/in-order.d: Likewise.
234 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
235 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
236
237 2019-08-08 Nick Clifton <nickc@redhat.com>
238
239 PR 24887
240 * readelf.c (process_notes_at): Left justify the "Data size"
241 column heading.
242 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
243 * testsuite/binutils-all/i386/ibt.d: Likewise.
244 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
245 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
246 * testsuite/binutils-all/i386/shstk.d: Likewise.
247 * testsuite/binutils-all/note-2-32.d: Likewise.
248 * testsuite/binutils-all/note-2-64.d: Likewise.
249 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
250 * testsuite/binutils-all/x86-64/empty.d: Likewise.
251 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
252 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
253 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
254 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
255 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
256 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
257 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
258 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
259 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
260 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
261 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
262 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
263 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
264 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
265
266 2019-08-08 Nick Clifton <nickc@redhat.com>
267
268 * testsuite/gentestdlls.c (main): Move declaration of loop
269 variable outside of the for() statement.
270
271 2019-08-08 Jordan Rupprecht <rupprecht@google.com>
272
273 * readelf.c (process_note): Mask unknown description data bytes.
274
275 2019-08-08 Alan Modra <amodra@gmail.com>
276
277 * readelf.c (get_data): Improve overflow checks.
278
279 2019-08-07 Nick Clifton <nickc@redhat.com>
280
281 PR 24777
282 * doc/binutils.texi: Ensure consistent formating of title strings
283 for man pages. Extend the title of the size man page to be more
284 informative.
285
286 2019-08-07 Omair Majid <omajid@redhat.com>
287
288 * testsuite/binutils-all/objdump.exp
289 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
290 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
291 introduced machine types.
292 * testsuite/gentestdlls.c (write_simple_dll): New function.
293 (main): Generate simple and Linux-specific variants of pei-i386
294 and pei-x86-64 files so both can be used by tests.
295
296 2019-08-07 Alan Modra <amodra@gmail.com>
297
298 PR 24876
299 * readelf.c (dump_ia64_unwind): Check that buffer is large
300 enough for "stamp" before reading.
301
302 2019-08-05 Nick Clifton <nickc@redhat.com>
303
304 PR 24874
305 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
306 note being a version note.
307 Remove spurious debugging fprintf.
308
309 2019-08-05 Nick Clifton <nickc@redhat.com>
310
311 PR 24829
312 * readelf.c (apply_relocations): Catch potential integer overflow
313 whilst checking reloc location against section size.
314
315 2019-08-02 Alan Modra <amodra@gmail.com>
316
317 PR 24871
318 * readelf.c (ABSADDR): Delete.
319 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
320
321 2019-07-29 Martin Liska <mliska@suse.cz>
322
323 PR 24768
324 * nm.c (filter_symbols): Set report_plugin_err if
325 error is reported.
326 (display_rel_file): Report error for a missing LTO plugin.
327
328 2019-07-26 Alan Modra <amodra@gmail.com>
329
330 PR 24798
331 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
332 systems by casting ncols and nslots expressions to size_t. Display
333 number of columns and slots before giving up due to buffer overflow.
334 Use %u to display unsigned ints. Perform more pointer wrap tests.
335
336 2019-07-25 Tom Tromey <tromey@adacore.com>
337
338 PR 24809
339 * dwarf.c (display_debug_names): Display the contents of the
340 augmentation string, if it is printable.
341
342 2019-07-25 Nick Clifton <nickc@redhat.com>
343
344 PR 24837
345 * readelf.c (process_mips_specific): Check for buffer overflow
346 before reading reginfo information.
347
348 2019-07-24 Nick Clifton <nickc@redhat.com>
349
350 PR 13256
351 * ar.c (decode_options): Restart option scanning if no operation
352 is detected and argument remain to be scanned.
353
354 2019-07-23 Nick Clifton <nickc@redhat.com>
355
356 PR 24818
357 * objdump.c (is_relocateable): Delete.
358 (load_specific_debug_section): Test the abfd for relocations
359 directly, rather than relying upon is_relocateable.
360 (dump_dwarf): Delete initlialization of is_relocateable.
361
362 2019-07-23 Alan Modra <amodra@gmail.com>
363
364 * readelf.c (get_parisc_segment_type): Split off hpux entries..
365 (get_ia64_segment_type): ..and these..
366 (get_hpux_segment_type): ..to here.
367 (get_segment_type): Condition GNU_MBIND on osabi. Use
368 get_hpux_segment_type.
369 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
370 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
371
372 2019-07-23 Alan Modra <amodra@gmail.com>
373
374 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
375 file used to set this variable.
376
377 2019-07-23 Omar Majid <omajid@redhat.com>
378
379 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
380 (GENTESTDLLSPROG): Define.
381 (TEST_PROGS): Add GENTESTDLLSPROG.
382 * Makefile.in: Regenerate.
383 * testsuite/binutils-all/objdump.exp
384 (test_objdump_dotnet_assemblies): New proc.
385 Run the new proc.
386 * testsuite/gentestdlls.c: New source file.
387
388 2019-06-28 Nick Clifton <nickc@redhat.com>
389
390 PR 24707
391 * objdump.c (slurp_symtab): Fail with a helpful error message if
392 the symbol table is too large. Skip this check for MMO format
393 files.
394
395 2019-06-26 Nick Clifton <nickc@redhat.com>
396
397 PR 24703
398 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
399 indicate this in the output.
400 (bfd_nonfatal_message): Likewise.
401
402 2019-06-25 Jan Beulich <jbeulich@suse.com>
403
404 * readelf.c (dump_ctf_indent_lines): Rename local variable
405 "spaces" to "blanks".
406
407 2019-06-25 Jan Beulich <jbeulich@suse.com>
408
409 * objdump.c (dump_ctf_indent_lines): Rename local variable
410 "spaces" to "blanks".
411
412 2019-06-14 Alan Modra <amodra@gmail.com>
413
414 * Makefile.in: Regenerate.
415 * aclocal.m4: Regenerate.
416 * doc/Makefile.in: Regenerate.
417
418 2019-06-12 Christos Zoulas <christos@zoulas.com>
419
420 PR 24663
421 * readelf.c (process_netbsd_elf_note): Add support for
422 NT_NETBSD_PAX.
423 (process_note): Add support for PaX notes.
424
425 2019-06-12 Christos Zoulas <christos@zoulas.com>
426
427 PR 24665
428 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
429 core notes.
430
431 2019-06-12 Christos Zoulas <christos@zoulas.com>
432
433 PR 24664
434 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
435 auxv notes.
436
437 2019-06-11 Christos Zoulas <christos@zoulas.com>
438
439 PR 24662
440 * readelf.c (get_alpha_symbol_other): New function.
441 (get_symbol_other): Use for Alpha symbols.
442 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
443
444 2019-06-11 Christos Zoulas <christos@zoulas.com>
445
446 PR 24661
447 * readelf.c (decode_arm_unwind): Ensure that the local variable
448 'addr' is always initialised.
449
450 2019-06-10 Christos Zoulas <christos@zoulas.com>
451
452 PR 24651
453 * strings.c (print_strings): Use %u to print unsigned values in
454 decimal.
455
456 2019-06-10 Christos Zoulas <christos@zoulas.com>
457
458 PR 24649
459 * arsup.c (ar_open): Use asprintf in place of xmalloc and
460 sprintf.
461
462 2019-06-03 Nick Clifton <nickc@redhat.com>
463
464 Revert:
465 2019-05-29 Nick Clifton <nickc@redhat.com>
466
467 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
468 targets.
469 (HAVE_LIBCTF): Define if libctf support is available.
470 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
471 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
472 defined.
473 * readelf.c: Likewise.
474 * configure: Regenerate.
475 * Makefile.in: Regenerate.
476 * config.in: Regenerate.
477
478 2019-05-30 Nick Alcock <nick.alcock@oracle.com>
479
480 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
481 cts_offset.
482 * readelf.c (shdr_to_ctf_sect): Likewise.
483
484 2019-05-30 Nick Clifton <nickc@redhat.com>
485
486 PR 24627
487 * readelf.c (process_version_sections): Add 0x prefix to address
488 display. Correct indentation.
489
490 2019-05-30 Alan Modra <amodra@gmail.com>
491
492 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
493 s12z to targets not supporting this feature.
494
495 2019-05-30 Alan Modra <amodra@gmail.com>
496
497 * testsuite/lib/binutils-common.exp (run_dump_test): Support
498 tcl procedures for xfail args.
499
500 2019-05-29 Nick Clifton <nickc@redhat.com>
501
502 * README-how-to-make-a-release: Add libctf to list of directories
503 that need updates in their ChangeLogs.
504
505 2019-05-29 Nick Clifton <nickc@redhat.com>
506
507 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
508 targets.
509 (HAVE_LIBCTF): Define if libctf support is available.
510 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
511 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
512 defined.
513 * readelf.c: Likewise.
514 * configure: Regenerate.
515 * Makefile.in: Regenerate.
516 * config.in: Regenerate.
517
518 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
519
520 * MAINTAINERS: Add myself as CTF maintainer.
521
522 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
523
524 * objdump.c (ctf-api.h): New include.
525 (dump_ctf_section_info): New variable.
526 (dump_ctf_section_name): Likewise.
527 (usage): Describe new options.
528 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
529 (main): Use them to add --ctf and --ctf-parent.
530 (read_section_stabs): Add new parameter, entsize_ptr.
531 (find_stabs_section): Adjust accordingly.
532 (make_ctfsect): New.
533 (dump_ctf_indent_lines): New.
534 (dump_ctf_archive_member): New.
535 (dump_ctf): New.
536 (dump_bfd): Call it. Free resources afterwards.
537 * readelf.c (ctf-api.h): New include.
538 (CTF_DUMP): New.
539 (static bfd_boolean do_ctf): Likewise.
540 (dump_ctf_parent_name): Likewise.
541 (dump_ctf_symtab_name): Likewise.
542 (dump_ctf_strtab_name): Likewise.
543 (OPTION_CTF_DUMP): Likewise.
544 (OPTION_CTF_PARENT): Likewise.
545 (OPTION_CTF_SYMBOLS): Likewise.
546 (OPTION_CTF_STRINGS): Likewise.
547 (options): Add them.
548 (usage): Likewise.
549 (parse_args): Handle the new options, requesting CTF_DUMP.
550 (process_section_contents): Handle CTF_DUMP.
551 (shdr_to_ctf_sect): New.
552 (dump_ctf_indent_lines): New.
553 (dump_section_as_ctf): New.
554 (main): Free resources.
555 * Makefile.am (LIBCTF): New variable.
556 (objdump_DEPENDENCIES): Use it.
557 (readelf_DEPENDENCIES): Likewise.
558 (objdump_LDADD): Likewise.
559 (readelf_LDADD): Likewise.
560 * aclocal.m4: Regenerated.
561 * Makefile.in: Likewise.
562
563 * doc/binutils.texi (objdump): Document the new options.
564 (readelf): Likewise.
565 * doc/ctf.options.texi: New.
566 * doc/Makefile.in: Regenerated.
567 * NEWS: Mention the new feature.
568
569 2019-05-27 Alan Modra <amodra@gmail.com>
570
571 * readelf.c (process_section_groups): Continue processing groups
572 when sh_entsize exceeds group size.
573
574 2019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
575
576 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
577 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
578 (get_symbol_other): Call get_aarch64_symbol_other.
579
580 2019-05-24 Alan Modra <amodra@gmail.com>
581
582 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
583
584 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
585
586 * MAINTAINERS: Add myself as the maintainer for BPF.
587
588 2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
589
590 * readelf.c: Include elf/bpf.h.
591 (guess_is_rela): Hanle EM_BPF.
592 (dump_relocations): Likewise.
593 (is_32bit_abs_reloc): Likewise.
594 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
595 ELF targets.
596
597 2019-05-21 Tamar Christina <tamar.christina@arm.com>
598
599 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
600 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
601 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
602
603 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
604
605 PR 14798
606 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
607 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
608
609 2019-05-20 Nick Clifton <nickc@redhat.com>
610
611 * po/ca.po: Updated Catalan translation.
612
613 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
614
615 * NEWS: Mention Armv8.1-M Mainline and MVE.
616
617 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
618
619 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
620 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
621
622 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
623
624 PR 19921
625 * objcopy.c: Add new option --verilog-data-width. Use it to set
626 the value of VerilogDataWidth.
627 * doc/binutils.texi: Document the new option.
628 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
629 * testsuite/binutils-all/verilog-1.hex: New file.
630 * testsuite/binutils-all/verilog-2.hex: New file.
631 * testsuite/binutils-all/verilog-4.hex: New file.
632 * testsuite/binutils-all/verilog-8.hex: New file.
633 * NEWS: Mention the new feature.
634
635 2019-05-10 Alan Modra <amodra@gmail.com>
636
637 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
638 (test_objdump_content_limited): Add text arg, use in place of .text.
639 (bintest_signed.o): Call get_standard_section_names for name of
640 text section.
641
642 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
643
644 * objdump.c (sign_extend_address): New function.
645 (dump_bfd): Sign-extend user-specified start/stop addresses
646 for targets that need it.
647 * testsuite/binutils-all/objdump.exp: Add tests for objdump
648 with start and stop addresses in higher address ranges.
649
650 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
651
652 * testsuite/binutils-all/objdump.exp: Correct executable
653 spelling.
654 * testsuite/binutils-all/compress.exp: Likewise.
655
656 2019-05-01 Nick Clifton <nickc@redhat.com>
657
658 PR 24507
659 * nm.c: (print_format): New variable.
660 (value_format_32bit, value_format_64bit): Delete.
661 (set_print_radix): Remove code to alter value_format strings.
662 (set_output_format): Record chosen format in print_format.
663 (get_print_format): New function - constructs a printf formatting
664 string according to the requirements of size, radix, and output
665 format.
666 (print_value): Use get_print_format.
667 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
668 and "nm -t d".
669
670 2019-04-30 Alan Modra <amodra@gmail.com>
671
672 * wrstabs.c (stab_start_class_type): Add assert to work around
673 gcc9 warning. Tidy.
674
675 2019-04-24 Nick Clifton <nickc@redhat.com>
676
677 * objcopy.c (strip_main): Do not enable note merging by default if
678 just stripping debug or dwo information.
679 * doc/binutils.texi (strip): Update documentation.
680
681 2019-04-23 Nick Clifton <nickc@redhat.com>
682
683 * README-how-to-make-a-release: Add note to update the symbolic
684 link from "docs" to "docs-2.x" on the sourceware website.
685
686 2019-04-16 Alan Modra <amodra@gmail.com>
687
688 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
689 * testsuite/binutils-all/copy-3.d: Likewise.
690
691 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
692
693 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
694
695 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
696
697 * readelf.c (decode_x86_isa): Handle
698 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
699 * testsuite/binutils-all/i386/pr21231b.d: Updated.
700 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
701
702 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
703
704 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
705
706 2019-03-26 Tamar Christina <tamar.christina@arm.com>
707
708 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
709 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
710 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
711 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
712 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
713 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
714 * testsuite/binutils-all/arm/in-order.d: Likewise.
715 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
716 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
717 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
718
719 2019-03-26 Nick Clifton <nickc@redhat.com>
720
721 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
722 FRV and MEP.
723
724 2019-03-26 Alan Modra <amodra@gmail.com>
725
726 * objdump.c (dump_relocs_in_section): Warning fix.
727
728 2019-03-25 Tamar Christina <tamar.christina@arm.com>
729
730 * testsuite/binutils-all/arm/in-order-all.d: New test.
731 * testsuite/binutils-all/arm/in-order.d: New test.
732 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
733 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
734 * testsuite/binutils-all/arm/out-of-order.T: New test.
735 * testsuite/binutils-all/arm/out-of-order.d: New test.
736 * testsuite/binutils-all/arm/out-of-order.s: New test.
737
738
739 2019-03-25 Tamar Christina <tamar.christina@arm.com>
740
741 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
742 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
743 * testsuite/binutils-all/aarch64/out-of-order.d:
744
745 2019-03-25 Tamar Christina <tamar.christina@arm.com>
746
747 * testsuite/binutils-all/aarch64/in-order.d: New test.
748 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
749 well.
750
751 2019-03-25 Tamar Christina <tamar.christina@arm.com>
752
753 * objdump.c (disassemble_bytes): Pass stop_offset.
754 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
755 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
756 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
757
758 2019-03-19 Nick Clifton <nickc@redhat.com>
759
760 PR 24360
761 * objdump.c (load_specific_debug_section): Check that the amount
762 of memory to be allocated matches the size of the section.
763
764 2019-03-13 Sudakshina Das <sudi.das@arm.com>
765
766 * readelf.c (get_aarch64_dynamic_type): Add case for
767 DT_AARCH64_PAC_PLT.
768 (dynamic_section_aarch64_val): Likewise.
769
770 2019-03-13 Sudakshina Das <sudi.das@arm.com>
771 Szabolcs Nagy <szabolcs.nagy@arm.com>
772
773 * readelf.c (get_aarch64_dynamic_type): New.
774 (get_dynamic_type): Use above for EM_AARCH64.
775 (dynamic_section_aarch64_val): New.
776 (process_dynamic_section): Use above for EM_AARCH64.
777
778 2019-03-13 Sudakshina Das <sudi.das@arm.com>
779
780 * readelf.c (decode_aarch64_feature_1_and): New.
781 (print_gnu_property_note): Add case for AArch64 gnu notes.
782
783 2019-03-12 Alan Modra <amodra@gmail.com>
784
785 * objdump.c (load_specific_debug_section): Don't compare section
786 size against file size.
787 (dump_relocs_in_section): Don't compare reloc size against file size.
788 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
789
790 2019-03-05 Nick Clifton <nickc@redhat.com>
791
792 PR 24295
793 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
794
795 2019-03-05 Nick Clifton <nickc@redhat.com>
796
797 * po/sv.po: Updated Swedish translation.
798
799 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
800
801 PR 24287
802 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
803 of "lmap" with a "foreach" loop.
804
805 2019-03-04 Nick Clifton <nickc@redhat.com>
806
807 PR 24281
808 * objcopy.c (copy_archive): Do not copy thin archives.
809
810 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
811
812 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
813
814 2019-02-25 Nick Clifton <nickc@redhat.com>
815
816 * objdump.c (sym_ok): New function.
817 (find_symbol_for_address): Use new function.
818 (disassemble_section): Compare sections by name, not pointer.
819 (dump_dwarf): Move code to initialise byte_get pointer and iterate
820 over separate debug files from here to ...
821 (dump_bfd): ... here. Add parameter indicating that a separate
822 debug info file is being dumped. For main file, pull in the
823 symbol tables from all separate debug info files.
824 (display_object): Update call to dump_bfd.
825 * doc/binutils.texi: Document extened behaviour of the
826 --dwarf=follow-links option.
827 * NEWS: Mention this new feature.
828 * testsuite/binutils-all/objdump.WK2: Update expected output.
829 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
830 options and dump file parameters.
831 Add extra test.
832 * testsuite/binutils-all/objdump.WK3: New file.
833 * testsuite/binutils-all/readelf.exp: Change expected output for
834 readelf -wKis test.
835 * testsuite/binutils-all/readelf.wKis: New file.
836
837 2019-02-22 Nick Clifton <nickc@redhat.com>
838
839 PR 23843
840 * dwarf.h (struct separate_info): New structure for containing
841 information on separate debug info files.
842 * dwarf.c (struct dwo_info): New structure for containing dwo
843 links.
844 (first_dwo_info): Chain of dwo_info structures.
845 (first_separate_file): Chain of separate_info structures.
846 (separate_debug_file, separate_debug_filename): Delete.
847 (fetch_alt_indirect_string): Scan all separate debug info files
848 for the requested string.
849 (add_dwo_info): New function.
850 (add_dwo_name): New function.
851 (add_dwo_dir): New function.
852 (add_dwo_id: New function.
853 (free_dwo_info): New function.
854 (read_and_display_attr_value): Store DWO data using the new
855 functions.
856 (load_debug_section_with_follow): If necessary, scan the list of
857 separate debug info files for the requested section.
858 (add_separate_debug_file): New function.
859 (load_separate_debug_info): Call add_separate_debug_file to store
860 the information on the newly loaded file.
861 (load_dwo_file): Likewise.
862 (load_separate_debif_file): Rename to load_separate_debug_files.
863 Change return type to boolean. If following links then attempt to
864 load all separate debug info files, not just the first one.
865 (free_debug_memory): Release memory in dwo_info and separate_info
866 chains.
867 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
868 * readelf.c (process_object): Likewise.
869 * doc/debug.options.texi: Update descriptions of links and
870 follow-links options.
871 * testsuite/binutils-all/objdump.WK2: Update expected output.
872 * testsuite/binutils-all/readelf.k2: Likewise.
873 * NEWS: Announce the new feature.
874
875 2019-02-21 Nick Clifton <nickc@redhat.com>
876
877 PR 24247
878 * unwind-ia64.c: Include sysdep.h.
879 (unw_decode_x1): Check current pointer against end pointer before
880 accessing memory.
881 (unw_decode_x2): Likewise.
882 (unw_decode_x3): Likewise.
883 (unw_decode_x4): Likewise.
884 (unw_decode_r2): Likewise.
885 (unw_decode_p2_p5): Likewise.
886 (unw_decode_p7_p10): Likewise.
887 (unw_decode): Likewise.
888
889 2019-02-20 Nick Clifton <nickc@redhat.com>
890
891 PR 24246
892 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
893
894 PR 24244
895 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
896 prevent walking off the end of the buffer.
897 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
898 (unw_decode_x2): Likewise.
899 (unw_decode_x3): Likewise.
900 (unw_decode_x4): Likewise.
901 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
902 (unw_decode_r3): Likewise.
903 (unw_decode_p7_p10): Likewise.
904 (unw_decode_b2): Likewise.
905 (unw_decode_b3_x4): Likewise.
906
907 PR 24243
908 * readelf.c (process_mips_specific): Check for an options section
909 that is too small to even contain a single option.
910
911 PR 24242
912 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
913
914 2019-02-20 Alan Modra <amodra@gmail.com>
915
916 PR 24132
917 PR 24138
918 * readelf.c (get_data): Avoid possibility of overflow when
919 checking for a read that may extend past end of file.
920 (process_program_headers): Likewise.
921
922 2019-02-20 Alan Modra <amodra@gmail.com>
923
924 PR 24233
925 * objdump.c (dump_bfd_private_header): Print warning if
926 bfd_print_private_bfd_data returns false.
927
928 2019-02-12 Nick Clifton <nickc@redhat.com>
929
930 PR 23440
931 * README-how-to-make-a-release: Use git clean to delete spurious
932 files from the local source repository.
933
934 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * size.c (berkeley_format): Delete.
937 (enum output_format): New enum.
938 (selected_output_format): New variable.
939 (usage): Update to mention GNU format.
940 (main): Update to extract options, and select format as needed.
941 Handle GNU format where needed.
942 (berkeley_sum): Renamed to...
943 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
944 (berkeley_format): Renamed to...
945 (berkeley_or_gnu_format): ...this, and updated to handle both
946 formats.
947 (print_sizes): Handle GNU format.
948 * doc/binutils.texi (size): Document new GNU format.
949 * testsuite/binutils-all/size.exp: Add test of extended
950 functionality.
951 * NEWS: Mention new functionality.
952
953 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * doc/binutils.texi (size): Update example output for Berkeley
956 format output.
957
958 2019-02-07 Nick Clifton <nickc@redhat.com>
959
960 * README-how-to-make-a-release: Add a note about updating the
961 obsolete targets in the bfd/config.bfd file.
962
963 2019-02-04 Nick Clifton <nickc@redhat.com>
964
965 * README-how-to-make-a-release: Add more notes on making a release.
966
967 2019-01-25 Nick Clifton <nickc@redhat.com>
968
969 PR 24131
970 * readelf.c (process_notes_at): Prevent an illegal memory access
971 when the note's namesize is zero.
972 (decode_tic6x_unwind_bytecode): Add code to handle the case where
973 no registers are specified in a frame pop instruction.
974
975 2019-01-25 Nick Clifton <nickc@redhat.com>
976
977 * po/bg.po: Updated Bulgarian translation.
978
979 2019-01-23 Nick Clifton <nickc@redhat.com>
980
981 * po/fr.po: Updated French translation.
982 * po/pt.po: Updated Portuguese translation.
983
984 2019-01-21 Nick Clifton <nickc@redhat.com>
985
986 * po/uk.po: Updated Ukranian translation.
987
988 2019-01-19 Nick Clifton <nickc@redhat.com>
989
990 * configure: Regenerate.
991 * binutils/po/binutils.pot.
992
993 * README-how-to-make-a-release: Update description on how to make
994 a branch.
995
996 2018-06-24 Nick Clifton <nickc@redhat.com>
997
998 2.32 branch created.
999
1000 2019-01-17 Nick Clifton <nickc@redhat.com>
1001
1002 * objdump.c (disassemble_section): When disassembling from a
1003 symbol only stop at the next symbol if the original symbol was not
1004 a function symbol. Otherwise continue disassembling until a new
1005 function is reached.
1006 * testsuite/binutils-all/objdump.exp: Add tests of extended
1007 functionality.
1008 * testsuite/binutils-all/disasm.s: New test source file.
1009
1010 2019-01-16 Kito Cheng <kito@andestech.com>
1011 Nelson Chu <nelson@andestech.com>
1012
1013 * readelf.c (get_riscv_section_type_name): New function.
1014 (get_section_type_name): Add handler for RISC-V.
1015 (riscv_attr_tag_t): Declare.
1016 (riscv_attr_tag): New.
1017 (display_riscv_attribute): New function.
1018 (process_attributes): Add handler for RISC-V.
1019 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1020 section.
1021
1022 2019-01-10 Nick Clifton <nickc@redhat.com>
1023
1024 PR 23963
1025 * objdump.c (sanitize_string): New function. Removes control
1026 characters from symbol names.
1027 (dump_section_header): Use new function.
1028 (objdump_print_symname): Likewise.
1029 (objdump_print_addr_with_sym): Likewise.
1030 (show_line): Likewise.
1031 (disassemble_bytes): Likewise.
1032 (disassemble_section): Likewise.
1033 (load_specific_debug_section): Likewise.
1034 (read_section_stabs): Likewise.
1035 (print_section_stabs): Likewise.
1036 (dump_section): Likewise.
1037 (dump_reloc_set): Likewise.
1038 (dump_relocs_in_section): Likewise.
1039 (dump_bfd): Likewise.
1040 (display_any_bfd): Likewise.
1041
1042 2019-01-09 Nick Clifton <nickc@redhat.com>
1043
1044 PR 24049
1045 * readelf.c (process_archive): Use arch.file_name in error
1046 messages until the qualified name is available.
1047
1048 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1049
1050 * configure: Regenerate.
1051
1052 2019-01-09 Alan Modra <amodra@gmail.com>
1053
1054 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1055 unconditionally to tests needing the option rather than via a
1056 list of targets.
1057
1058 2019-01-08 Nick Clifton <nickc@redhat.com>
1059
1060 PR 24044
1061 * cxxfilt.c (hp_symbol_characters): Delete.
1062 (main): Remove depcreated demangling styles.
1063 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1064 demangling opnames.
1065 * testsuite/binutils-all/cxxfilt.exp: Use the
1066 --no-strip-underscore option for targets that do prefix their
1067 symbols with underscores.
1068 Update tests to eliminate those that use gnu v2 encoding.
1069
1070 2019-01-08 Tamar Christina <tamar.christina@arm.com>
1071
1072 PR 24065
1073 * testsuite/binutils-all/copy-6.d: New test.
1074 * testsuite/binutils-all/objcopy.exp: Use it.
1075
1076 2019-01-08 Alan Modra <amodra@gmail.com>
1077
1078 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1079 $srcdir/$subdir to source file name if it starts with "./".
1080
1081 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1082
1083 * readelf.c (get_machine_flags): Add RXv3 output.
1084
1085 2019-01-04 Nick Clifton <nickc@redhat.com>
1086
1087 PR 24005
1088 * objdump.c (load_specific_debug_section): Check for integer
1089 overflow before attempting to allocate contents.
1090
1091 2019-01-04 Nick Clifton <nickc@redhat.com>
1092
1093 PR 24001
1094 * objcopy.c (copy_object): Free dhandle after writing out the
1095 debug information.
1096 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1097 information.
1098
1099
1100 2019-01-01 Alan Modra <amodra@gmail.com>
1101
1102 Update year range in copyright notice of all files.
1103
1104 For older changes see ChangeLog-2018
1105 \f
1106 Copyright (C) 2019 Free Software Foundation, Inc.
1107
1108 Copying and distribution of this file, with or without modification,
1109 are permitted in any medium without royalty provided the copyright
1110 notice and this notice are preserved.
1111
1112 Local Variables:
1113 mode: change-log
1114 left-margin: 8
1115 fill-column: 74
1116 version-control: never
1117 End: