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