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