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