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