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