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