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