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