binutils: Make DWARF register name lookup be via a function pointer
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1296bc99
AB
12019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * dwarf.c (typedef dwarf_regname_lookup_ftype): New typedef.
4 (dwarf_regnames_lookup_func): New static global.
5 (init_dwarf_regnames_i386): Set dwarf_regnames_lookup_func.
6 (init_dwarf_regnames_iamcu): Likewise.
7 (init_dwarf_regnames_x86_64): Likewise.
8 (init_dwarf_regnames_aarch64): Likewise.
9 (init_dwarf_regnames_s390): Likewise.
10 (init_dwarf_regnames_riscv): Likewise.
11 (init_dwarf_regnames_by_elf_machine_code): Reset
12 dwarf_regnames_lookup_func to NULL.
13 (init_dwarf_regnames_by_bfd_arch_and_mach): Likewise.
14 (regname_internal_by_table_only): New function.
15 (regname): Make use of dwarf_regnames_lookup_func.
16
99f6fdd9
AB
172019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * dwarf.c (init_dwarf_regnames_i386): Make static.
20 (init_dwarf_regnames_iamcu): Make static.
21 (init_dwarf_regnames_x86_64): Make static.
22 (init_dwarf_regnames_aarch64): Make static.
23 (init_dwarf_regnames_s390): Make static.
24 (init_dwarf_regnames_riscv): Make static.
25 * dwarf.h (init_dwarf_regnames_i386): Delete declaration.
26 (init_dwarf_regnames_iamcu): Delete declaration.
27 (init_dwarf_regnames_x86_64): Delete declaration.
28 (init_dwarf_regnames_aarch64): Delete declaration.
29 (init_dwarf_regnames_s390): Delete declaration.
30 (init_dwarf_regnames_riscv): Delete declaration.
31
229a22cf
AB
322019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * dwarf.c (init_dwarf_regnames_by_bfd_arch_and_mach): New
35 function.
36 * dwarf.h (init_dwarf_regnames_by_bfd_arch_and_mach): Declare.
37 * objdump.c (dump_dwarf): Call new function instead of calling
38 specific initialization routines. Restrucure so that eh_addr_size
39 is still calculated correctly.
40
955ff7fc
AB
412019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * dwarf.c (init_dwarf_regnames): Renamed to...
44 (init_dwarf_regnames_by_elf_machine_code): ...this.
45 * dwarf.h (init_dwarf_regnames): Renamed to...
46 (init_dwarf_regnames_by_elf_machine_code): ...this.
47 * readelf.c (process_file_header): Update call to use new name.
48
d9acf707
AB
492019-11-22 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * dwarf.c (frame_need_space): Compare dwarf_regnames_count against
52 0, and only warn about large numbers of registers if the number is
53 more than the dwarf_regnames_count.
54
61826503
CE
552019-11-25 Christian Eggers <ceggers@gmx.de>
56
57 * objdump.c (disassemble_data): Provide section parameter to
58 bfd_octets_per_byte.
59 (dump_section): likewise
60 (dump_section_header): likewise. Show SEC_ELF_OCTETS flag if set.
61
e19511a6
AM
622019-11-21 Alan Modra <amodra@gmail.com>
63
64 PR 273
65 * size.c (sysv_internal_sizer, sysv_internal_printer): Exclude
66 sections with no flag bits set.
67 * testsuite/binutils-all/size.exp: Allow $CODE$ as a text section.
68
f76d7958
NC
692019-11-21 Nick Clifton <nickc@redhat.com>
70
71 * objcopy.c (merge_gnu_build_notes): Allow for the possibility
72 that the new notes might actually be larger than the original
73 notes.
74
5b537ffc
AM
752019-11-21 Alan Modra <amodra@gmail.com>
76
77 * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite
78 with positive logic and add more target triples.
79
f2032b67
AM
802019-11-19 Alan Modra <amodra@gmail.com>
81
82 PR 24499
83 * objcopy.c (copy_file): Ignore --add-gnu-debuglink for archives.
84
6765ee18
AM
852019-11-19 Alan Modra <amodra@gmail.com>
86
87 PR 24968
88 * objcopy.c (copy_object): For ELF output and non-ELF input without
89 arch, take arch from output file if not given by -B. Don't
90 bfd_get_arch_info when we already have iarch.
91
dd68a12b
AM
922019-11-19 Alan Modra <amodra@gmail.com>
93
94 PR 25191
95 * objcopy.c (is_nondebug_keep_contents_section): Use bfd_get_flavour.
96 (copy_object): Likewise.
97 (setup_section): Likewise. If flavour of input and output files
98 differ, restrict section flags to the intersection of input and
99 output bfd_applicable_section_flags.
100
df56ecde
AM
1012019-11-19 Alan Modra <amodra@gmail.com>
102
103 * bucomm.c (bfd_nonfatal_message): Add a space between program
104 name and file.
105
1f67cf98
AM
1062019-11-18 Alan Modra <amodra@gmail.com>
107
108 PR 25198
109 * prdbg.c (tg_start_class_type): Correct scope of idbuf.
110
831bd6aa
AM
1112019-11-08 Alan Modra <amodra@gmail.com>
112
113 PR 25172
114 * objdump.c (usage): Correct --stop-address description.
115
e264b5b7
NC
1162019-11-07 Nick Clifton <nickc@redhat.com>
117
118 * ar.c (open_output_file): Check for filename validity before
119 prefixing with output directory.
120 Display the constructed output filename if in verbose mode.
121 (extract_file): Let open_output_file display the filename.
122
ef07b808
NC
1232019-11-07 Nick Clifton <nickc@redhat.com>
124
125 * objcopy.c (copy_object): Skip note sections that do not have
126 an output section. Always copy note sections, even if no
127 changes are made.
128
75802ccb
CE
1292019-11-06 Christian Eggers <ceggers@gmx.de>
130
131 * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
132 comment. Catch potential integer overflow and fix off by one
133 error whilst checking reloc location against section size.
134 (apply_relocations): Use IN_RANGE macro.
135
64f52b3e
FS
1362019-11-04 Fangrui Song <maskray@google.com>
137
138 * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
139 (SECTION_CONTEXT_KEEP): Define. Adjust other SECTION_CONTEXT macros.
140 (copy_usage): Describe --keep-section.
141 (strip_usage): Likewise.
142 (copy_main): Handle SECTION_CONTEXT_KEEP.
143 (strip_main): Likewise.
144 (is_strip_section_1): Likewise.
145 * testsuite/binutils-all/objcopy.exp: Add tests.
146 * testsuite/binutils-all/keep-section-1.d: New test driver file.
147 * testsuite/binutils-all/keep-section-2.d: Likewise.
148 * doc/binutils.texi: Document the new feature.
149 * NEWS: Mention the new feature.
150
a712c56a
NC
1512019-10-20 Palmer Dabbelt <palmer@sifive.com>
152
153 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
154
197245e3
FS
1552019-10-30 Fangrui Song <i@maskray.me>
156 Nick Clifton <nickc@redhat.com>
157
158 * ar.c (emum long option numbers): Declare. Use to provide
159 numerical values for long options.
160 (long_options): Add --output option.
161 (usage): Mention the --output option.
162 (open_output_file): New function. Create a filepath for an output
163 file and open it.
164 (extract_file): Use open_output_file().
165 (open_output_file):
166 * testsuite/binutils-all/ar.exp: Add a test of the new feature.
167 * doc/binutils.texi: Document the new feature.
168 * NEWS: Mention the new feature.
169
1cc3da76
AM
1702019-10-26 Alan Modra <amodra@gmail.com>
171
172 * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
173 note2.
174
760ddef4
L
1752019-10-25 H.J. Lu <hongjiu.lu@intel.com>
176
177 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
178
256878f3
L
1792019-10-25 H.J. Lu <hongjiu.lu@intel.com>
180
181 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
182
5c49f2cd
NC
1832019-10-25 Nick Clifton <nickc@redhat.com>
184
185 * objcopy.c (struct merged_note_section): New structure. Used to
186 chain together details of mergeable note sections.
187 (is_merged_note_section): Rename to is_megreable_note_section and
188 return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
189 as a prefix.
190 (num_bytes): Delete
191 (objcoopy_internal_note): Add padded_namesz field.
192 (DEBUG_MERGE): New macro. Set to non-zero to enable debugging of
193 the note merging code.
194 (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
195 overlapping notes or adjoining notes.
196 (contained_by, is_deleted_note, is_version_note)
197 (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
198 (merge_gnu_build_notes): Rework. Sort notes into a mergeable
199 order first. Merge them. Then sort them into an ascending
200 address order before writing them out.
201 (copy_object): Handle more than one mergeable note section.
202 * testsuite/binutils-all/note-2-32.d: Update for new merging
203 behaviour.
204 * testsuite/binutils-all/note-2-32.s: Likewise.
205 * testsuite/binutils-all/note-2-64.d: Likewise.
206 * testsuite/binutils-all/note-2-64.s: Likewise.
207 * testsuite/binutils-all/note-3-32.d: Likewise.
208 * testsuite/binutils-all/note-3-32.s: Likewise.
209 * testsuite/binutils-all/note-3-64.d: Likewise.
210 * testsuite/binutils-all/note-3-64.s: Likewise.
211 * testsuite/binutils-all/note-4-32.d: Likewise.
212 * testsuite/binutils-all/note-4-32.s: Likewise.
213 * testsuite/binutils-all/note-4-64.d: Likewise.
214 * testsuite/binutils-all/note-4-64.s: Likewise.
215 * testsuite/binutils-all/note-6-32.s: New test source file.
216 * testsuite/binutils-all/note-6-64.s: New test source file.
217 * testsuite/binutils-all/note-6-32.d: New test driver file.
218 * testsuite/binutils-all/note-6-64.d: New test driver file.
219 * testsuite/binutils-all/objcopy.exp: Run the new test.
220
c0c121b0
AM
2212019-10-25 Alan Modra <amodra@gmail.com>
222
223 * readelf.c (process_program_headers): Check PT_PHDR p_offset
224 as well as p_vaddr. Use p_filesz, not p_memsz, in vaddr test.
225
95cc7c16
AM
2262019-10-21 Alan Modra <amodra@gmail.com>
227
228 PR 452
229 PR 25104
230 * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
231 * doc/binutils.texi (extract from archive): Mention
232 restrictions when extracting from archives with full paths.
233 (ar P): Update to current P support.
234 (ar -X32_64): Fix spelling.
235
6ce9ba7a
AM
2362019-10-14 Alan Modra <amodra@gmail.com>
237
238 * objcopy.c (compare_section_lma): Correct comment. Dereference
239 section pointer earlier and lose unnecessary const. Style fixes.
240 Add final sort by id.
241
4786fbf3
NC
2422019-10-13 Nick Clifton <nickc@redhat.com>
243
244 * README-how-to-make-a-release: Add a note to reset the
245 development flag back to true after making a point release.
246
03d0d46a
NC
2472019-10-12 Nick Clifton <nickc@redhat.com>
248
249 * README-how-to-make-a-release: Tweak a few sections based on the
250 results of the 2.33.1 release.
251
b0531efe
NC
2522019-10-11 Nick Clifton <nickc@redhat.com>
253
254 * po/zh_TW.po: Updated Chinese (traditional) translation.
255
b7d9d3ee
AM
2562019-10-09 Alan Modra <amodra@gmail.com>
257
258 PR 25079
259 * ar.c (decode_options): Don't try for command options if
260 write_armap or mri_mode is selected.
261
c0ea7c52
JL
2622019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
263
264 * readelf.c (display_msp430_gnu_attribute): New.
265 (process_arch_specific): Use msp430 specific handler for GNU
266 attributes.
267
d344b407
NA
2682019-09-30 Nick Alcock <nick.alcock@oracle.com>
269
270 * objdump.c (main): Fix tabdamage.
271 * readelf.c (CTF_DUMP): Likewise.
272 (options): Likewise.
273 (dump_section_as_ctf): Likewise.
274
fd86991b
NA
2752019-08-03 Nick Alcock <nick.alcock@oracle.com>
276
277 * objdump.c (dump_ctf): Use the default CTF archive member as the
278 parent even when no parent section is specified.
279 (dump_ctf_archive_member): Only import from the parent
280 if this is not the default ".ctf" member.
281
87279e3c
NA
2822019-09-23 Nick Alcock <nick.alcock@oracle.com>
283
284 * Makefile.am (LIBCTF): Mention the .la file.
285 (LIBCTF_NOBFD): New.
286 (readelf_DEPENDENCIES): Use it.
287 (readelf_LDADD): Likewise.
288 * Makefile.in: Regenerated.
289
616febde
NA
2902019-07-13 Nick Alcock <nick.alcock@oracle.com>
291
292 * readelf.c (dump_ctf_symtab_name): Give default value.
293 (dump_ctf_strtab_name): Likewise.
294 (dump_section_as_ctf): Allow for the null string.
295
9b32cba4
NA
2962019-07-08 Nick Alcock <nick.alcock@oracle.com>
297
298 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
299 * readelf.c (dump_section_as_ctf): Likewise.
300
de4859ea
NC
3012019-10-02 Niklas Gürtler <profclonk@gmail.com>
302
303 PR 24942
304 * objcopy.c (copy_usage): Update description of
305 --set-section-alignment.
306 (copy_main): Interpret numeric argument of --set-section-alignment
307 as a byte alignment, not a power of two alignment.
308 * doc/binutils.texi: Update description of
309 --set-section-alignment.
310 * testsuite/binutils-all/set-section-alignment.d: New test.
311 * testsuite/binutils-all/objcopy.exp: Run the new test.
312
663f67df
AM
3132019-09-30 Alan Modra <amodra@gmail.com>
314
315 PR 25046
316 * readelf.c (process_program_headers): Clear dynamic_addr and
317 dynamic_size earlier.
318
352f6bc3
AM
3192019-09-24 Alan Modra <amodra@gmail.com>
320
321 PR 25031
322 * nm.c (print_format_string): New.
323 (get_print_format): Delete saved_format. Move earlier.
324 (set_print_width): Call get_print_format.
325 (print_value): Use print_format_string.
326
aa739c59
AM
3272019-09-23 Alan Modra <amodra@gmail.com>
328
329 * dlltool.c: Include coff-bfd.h.
330
b3fe587e
AM
3312019-09-23 Alan Modra <amodra@gmail.com>
332
333 PR 25018
334 * dwarf.c (get_type_signedness): Delete ineffective pointer
335 comparison check. Properly range check uvalue offset on
336 recursive call.
337 (read_and_display_attr_value): Range check uvalue offset before
338 calling get_type_signedness.
339
00f93c44
AM
3402019-09-20 Alan Modra <amodra@gmail.com>
341
342 * ar.c (write_archive): Use bfd_set_thin_archive.
343
4e28d4cc
TC
3442019-09-18 Tamar Christina <tamar.christina@arm.com>
345
346 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
347
fd361982
AM
3482019-09-18 Alan Modra <amodra@gmail.com>
349
350 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
351 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
352 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
353 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
354 throughout for bfd section macro and function changes.
355
e6f7f6d1
AM
3562019-09-18 Alan Modra <amodra@gmail.com>
357
358 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
359 * objcopy.c: Likewise.
360 * objdump.c: Likewise.
361 * rdcoff.c: Likewise.
362 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
363 (filter_symbols): Likewise.
364
2b44a6a2
SM
3652019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
368 cxxfilt.man and binutils.info.
369 (MAINTAINERCLEANFILES): Remove.
370 * doc/Makefile.in: Re-generate.
371
89ae5e69
SM
3722019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
373
374 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
375 * doc/Makefile.in: Re-generate.
376
95103a84
SM
3772019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
378
379 * doc/Makefile.am (install-data-loca): Remove target.
380 (DISTCLEANFILES): Remove variable.
381 * doc/Makefile.in: Re-generate.
382
e0b2a78c
SM
3832019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
384
385 * Makefile.in: Re-generate.
386 * configure: Re-generate.
387 * doc/Makefile.in: Re-generate.
388
bb695960
PB
3892019-09-16 Phil Blundell <pb@pbcl.net>
390
391 * Makefile.in, configure. doc/Makefile.in: Regenerated.
392
1ff5d5c4
TT
3932019-09-11 Tom Tromey <tom@tromey.com>
394
395 * objcopy.c (copy_archive): Update.
396 * bucomm.h (make_tempname, make_tempdir): Make argument const.
397 * bucomm.c (make_tempname, make_tempdir): Make argument const.
398
0a4632b5
AM
3992019-09-11 Alan Modra <amodra@gmail.com>
400
401 PR 24907
402 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
403 lines. Correct max_reloc_offset_into_insn test.
404
aebcfb76
NC
4052019-09-10 Nick Clifton <nickc@redhat.com>
406
407 PR 24907
408 * objdump.c (null_print): New function.
409 (disassemble_bytes): Delete previous_octets local and replace with
410 a test of the max_reloc_offset_into_insn field of the
411 bfd_arch_info structure. If a reloc is a potential match for the
412 next insn, then perform a dummy disassembly in order to calculate
413 its real length.
414
60391a25
PB
4152019-09-09 Phil Blundell <pb@pbcl.net>
416
417 binutils 2.33 branch created.
418
b16c44de
AM
4192019-09-06 Alan Modra <amodra@gmail.com>
420
421 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
422 (print_object_filename_posix, print_archive_filename_bsd),
423 (print_archive_filename_sysv, print_archive_filename_posix),
424 (print_archive_member_bsd, print_archive_member_sysv),
425 (print_archive_member_posix): Constify parameter.
426 (struct output_fns <print_object_filename, print_archive_filename>),
427 (<print_archive_member>): Likewise.
428 * objcopy.c (copy_archive): Add cast for make_tempdir.
429
a85eba51
AM
4302019-08-29 Alan Modra <amodra@gmail.com>
431
432 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
433
fa463e9f
N
4342019-08-28 Niklas Gürtler <profclonk@gmail.com>
435
436 PR 24942
437 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
438 (struct section_list): Add alignment field.
439 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
440 (copy_options): Add --set-section-alignment.
441 (copy_usage): Describe --set-section-alignment.
442 (find_section_list): Initialise the alignment field.
443 (setup_section): Handle the alignment field.
444 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
445 * doc/binutils.texi: Document the new feature.
446 * NEWS: Mention the new feature.
447
a1c110a3
NC
4482019-08-28 Nick Clifton <nickc@redhat.com>
449
450 PR 24931
451 * objdump.c (source_comment): New static variable.
452 (option_values): Add OPTION_SOURCE_COMMENT.
453 (long_opions): Add --source-comment.
454 (print_line): If source comment is set, use it as a prefix to the
455 source code line.
456 (main): Handle OPTION_SOURCE_COMMENT.
457 * doc/binutils.texi: Document the new option.
458 * NEWS: Mention the new feature.
459 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
460 of the -S and --source-comment options.
461
ec1b0fbb
NC
4622019-08-27 Nick Clifton <nickc@redhat.com>
463
464 PR 24510
465 * dwarf.c (MAX_CU_NESTING): New constant.
466 (level_type_signed): New static array.
467 (skip_attr_bytes): New function.
468 (get_type_signedness): New function.
469 (read_and_print_leb128): New function.
470 (display_discr_list): New function.
471 (read_and_display_attr_value): Add start parameter.
472 Use new functions when handling DW_AT_type and DW_AT_discr_list.
473 (read_and_display_attr): Add start parameter. Pass to
474 read_and_display_attr_value.
475 (process_debug_info): Update call to read_and_display_attr.
476 (display_formatted_table): Likewise.
477 (display_debug_lines_decoded): Likewise. Also add start
478 parameter.
479 (display_debug_lines): Likewise.
480 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
481 lists.
482 * testsuite/binutils-all/dwarf-attributes.W: Update expected
483 output.
484
37606e67
AM
4852019-08-26 Alan Modra <amodra@gmail.com>
486
487 PR 24938
488 * debug.c (debug_write_type): Call empty_type for NULL type here..
489 (debug_write_type): ..rather than in just one case here.
490
afc72f15
NC
4912019-08-23 Nick Clifton <nickc@redhat.com>
492
493 PR 24829
494 * dwarf.c (check_uvalue): New function. Ensures that a block's
495 size is valid.
496 (read_and_display_attr_value): Use check_value when processsing
497 DW_FORM_block<n> attributes.
498
93d6a337
NC
4992019-08-22 Nick Clifton <nickc@redhat.com>
500
501 PR 24921
502 * dwarf.c (process_cu_tu_index): Handle the case where a table
503 does not have any columns.
504
d292364e
AM
5052019-08-19 Alan Modra <amodra@gmail.com>
506
507 PR 24898
508 * dwarf.c (display_debug_frames): Use the read_cie check and error
509 for augmentation data length.
510
d367307b
AM
5112019-08-17 Alan Modra <amodra@gmail.com>
512
513 PR 24911
514 * dwarf.c (comp_addr_base): Dereference args.
515
0b8b7609
AM
5162019-08-16 Alan Modra <amodra@gmail.com>
517
518 PR 24909
519 PR 23499
520 * readelf.c (get_symbol_version_string): Set sym_info earlier.
521
6ae978f1
NC
5222019-08-15 Nick Clifton <nickc@redhat.com>
523
524 PR 24767
525 * doc/binutils.texi (nm): Document the 'n' symbol type.
526
9177214a
CV
5272019-08-15 Christophe Vidal <support@krizalys.com>
528
529 * docs/binutils.texi: Fixed notice message disassembler options
530 section of the man page.
531
f16a9783
MS
5322019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
533
534 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
535 (get_mips_section_type_name): Return MI{S_XHASH name string.
536 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
537 info.
538 (process_symbol_table): Initialize the .MIPS.xhash section
539 pointer. Adjust the readelf output to support the new section.
540 (process_object): Set the .MIPS.xhash dynamic info to zero.
541
2b2ed245
TC
5422019-08-09 Tamar Christina <tamar.christina@arm.com>
543
544 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
545 * testsuite/binutils-all/arm/in-order.d: Likewise.
546 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
547 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
548
dbe15e4e
NC
5492019-08-08 Nick Clifton <nickc@redhat.com>
550
551 PR 24887
552 * readelf.c (process_notes_at): Left justify the "Data size"
553 column heading.
554 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
555 * testsuite/binutils-all/i386/ibt.d: Likewise.
556 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
557 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
558 * testsuite/binutils-all/i386/shstk.d: Likewise.
559 * testsuite/binutils-all/note-2-32.d: Likewise.
560 * testsuite/binutils-all/note-2-64.d: Likewise.
561 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
562 * testsuite/binutils-all/x86-64/empty.d: Likewise.
563 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
564 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
565 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
566 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
567 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
568 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
569 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
570 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
571 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
572 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
573 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
574 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
575 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
576 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
577
7d55c1d6
NC
5782019-08-08 Nick Clifton <nickc@redhat.com>
579
580 * testsuite/gentestdlls.c (main): Move declaration of loop
581 variable outside of the for() statement.
582
178d8719
JR
5832019-08-08 Jordan Rupprecht <rupprecht@google.com>
584
585 * readelf.c (process_note): Mask unknown description data bytes.
586
7c1c1904
AM
5872019-08-08 Alan Modra <amodra@gmail.com>
588
589 * readelf.c (get_data): Improve overflow checks.
590
f927cc8f
NC
5912019-08-07 Nick Clifton <nickc@redhat.com>
592
593 PR 24777
594 * doc/binutils.texi: Ensure consistent formating of title strings
595 for man pages. Extend the title of the size man page to be more
596 informative.
597
7cd00957
OM
5982019-08-07 Omair Majid <omajid@redhat.com>
599
600 * testsuite/binutils-all/objdump.exp
601 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
602 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
603 introduced machine types.
604 * testsuite/gentestdlls.c (write_simple_dll): New function.
605 (main): Generate simple and Linux-specific variants of pei-i386
606 and pei-x86-64 files so both can be used by tests.
607
90679903
AM
6082019-08-07 Alan Modra <amodra@gmail.com>
609
610 PR 24876
611 * readelf.c (dump_ia64_unwind): Check that buffer is large
612 enough for "stamp" before reading.
613
276cbbdf
NC
6142019-08-05 Nick Clifton <nickc@redhat.com>
615
616 PR 24874
617 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
618 note being a version note.
619 Remove spurious debugging fprintf.
620
e17869db
NC
6212019-08-05 Nick Clifton <nickc@redhat.com>
622
623 PR 24829
624 * readelf.c (apply_relocations): Catch potential integer overflow
625 whilst checking reloc location against section size.
626
97c0a079
AM
6272019-08-02 Alan Modra <amodra@gmail.com>
628
629 PR 24871
630 * readelf.c (ABSADDR): Delete.
631 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
632
cc5277b1
ML
6332019-07-29 Martin Liska <mliska@suse.cz>
634
635 PR 24768
636 * nm.c (filter_symbols): Set report_plugin_err if
637 error is reported.
638 (display_rel_file): Report error for a missing LTO plugin.
639
8e2e3c6c
AM
6402019-07-26 Alan Modra <amodra@gmail.com>
641
642 PR 24798
643 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
644 systems by casting ncols and nslots expressions to size_t. Display
645 number of columns and slots before giving up due to buffer overflow.
646 Use %u to display unsigned ints. Perform more pointer wrap tests.
647
d079b9c0 6482019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
649
650 PR 24809
651 * dwarf.c (display_debug_names): Display the contents of the
652 augmentation string, if it is printable.
653
2e6be59c
NC
6542019-07-25 Nick Clifton <nickc@redhat.com>
655
656 PR 24837
657 * readelf.c (process_mips_specific): Check for buffer overflow
658 before reading reginfo information.
659
2f86d559
NC
6602019-07-24 Nick Clifton <nickc@redhat.com>
661
662 PR 13256
663 * ar.c (decode_options): Restart option scanning if no operation
664 is detected and argument remain to be scanned.
665
2e8136f9
NC
6662019-07-23 Nick Clifton <nickc@redhat.com>
667
668 PR 24818
669 * objdump.c (is_relocateable): Delete.
670 (load_specific_debug_section): Test the abfd for relocations
671 directly, rather than relying upon is_relocateable.
672 (dump_dwarf): Delete initlialization of is_relocateable.
673
df3a023b
AM
6742019-07-23 Alan Modra <amodra@gmail.com>
675
676 * readelf.c (get_parisc_segment_type): Split off hpux entries..
677 (get_ia64_segment_type): ..and these..
678 (get_hpux_segment_type): ..to here.
679 (get_segment_type): Condition GNU_MBIND on osabi. Use
680 get_hpux_segment_type.
681 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
682 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
683
acea835f
AM
6842019-07-23 Alan Modra <amodra@gmail.com>
685
686 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
687 file used to set this variable.
688
1dd1bc4d
OM
6892019-07-23 Omar Majid <omajid@redhat.com>
690
691 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
692 (GENTESTDLLSPROG): Define.
693 (TEST_PROGS): Add GENTESTDLLSPROG.
694 * Makefile.in: Regenerate.
695 * testsuite/binutils-all/objdump.exp
696 (test_objdump_dotnet_assemblies): New proc.
697 Run the new proc.
698 * testsuite/gentestdlls.c: New source file.
699
781152ec
NC
7002019-06-28 Nick Clifton <nickc@redhat.com>
701
702 PR 24707
703 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
704 the symbol table is too large. Skip this check for MMO format
705 files.
781152ec 706
a68aa5d3
NC
7072019-06-26 Nick Clifton <nickc@redhat.com>
708
709 PR 24703
710 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
711 indicate this in the output.
712 (bfd_nonfatal_message): Likewise.
713
3e50a591
JB
7142019-06-25 Jan Beulich <jbeulich@suse.com>
715
716 * readelf.c (dump_ctf_indent_lines): Rename local variable
717 "spaces" to "blanks".
718
63160fc9
JB
7192019-06-25 Jan Beulich <jbeulich@suse.com>
720
721 * objdump.c (dump_ctf_indent_lines): Rename local variable
722 "spaces" to "blanks".
723
3a3a077c
AM
7242019-06-14 Alan Modra <amodra@gmail.com>
725
726 * Makefile.in: Regenerate.
727 * aclocal.m4: Regenerate.
728 * doc/Makefile.in: Regenerate.
729
9abca702
CZ
7302019-06-12 Christos Zoulas <christos@zoulas.com>
731
732 PR 24663
733 * readelf.c (process_netbsd_elf_note): Add support for
734 NT_NETBSD_PAX.
735 (process_note): Add support for PaX notes.
736
c0d38b0e
CZ
7372019-06-12 Christos Zoulas <christos@zoulas.com>
738
739 PR 24665
740 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
741 core notes.
742
540e6170
CZ
7432019-06-12 Christos Zoulas <christos@zoulas.com>
744
745 PR 24664
746 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
747 auxv notes.
748
2057d69d
CZ
7492019-06-11 Christos Zoulas <christos@zoulas.com>
750
751 PR 24662
752 * readelf.c (get_alpha_symbol_other): New function.
753 (get_symbol_other): Use for Alpha symbols.
754 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
755
c93dbb25
CZ
7562019-06-11 Christos Zoulas <christos@zoulas.com>
757
758 PR 24661
759 * readelf.c (decode_arm_unwind): Ensure that the local variable
760 'addr' is always initialised.
761
c6a636ce
NC
7622019-06-10 Christos Zoulas <christos@zoulas.com>
763
764 PR 24651
765 * strings.c (print_strings): Use %u to print unsigned values in
766 decimal.
767
2e02f296
CZ
7682019-06-10 Christos Zoulas <christos@zoulas.com>
769
770 PR 24649
771 * arsup.c (ar_open): Use asprintf in place of xmalloc and
772 sprintf.
773
79b377b3
NC
7742019-06-03 Nick Clifton <nickc@redhat.com>
775
776 Revert:
777 2019-05-29 Nick Clifton <nickc@redhat.com>
778
779 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
780 targets.
781 (HAVE_LIBCTF): Define if libctf support is available.
782 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
783 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
784 defined.
785 * readelf.c: Likewise.
786 * configure: Regenerate.
787 * Makefile.in: Regenerate.
788 * config.in: Regenerate.
789
a0486bac
JM
7902019-05-30 Nick Alcock <nick.alcock@oracle.com>
791
792 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
793 cts_offset.
794 * readelf.c (shdr_to_ctf_sect): Likewise.
795
ae9ac79e
NC
7962019-05-30 Nick Clifton <nickc@redhat.com>
797
798 PR 24627
799 * readelf.c (process_version_sections): Add 0x prefix to address
800 display. Correct indentation.
801
6ff185b8
AM
8022019-05-30 Alan Modra <amodra@gmail.com>
803
804 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
805 s12z to targets not supporting this feature.
806
1336939d
AM
8072019-05-30 Alan Modra <amodra@gmail.com>
808
809 * testsuite/lib/binutils-common.exp (run_dump_test): Support
810 tcl procedures for xfail args.
811
e33f2313
NC
8122019-05-29 Nick Clifton <nickc@redhat.com>
813
814 * README-how-to-make-a-release: Add libctf to list of directories
815 that need updates in their ChangeLogs.
816
90bd5423
NC
8172019-05-29 Nick Clifton <nickc@redhat.com>
818
819 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
820 targets.
821 (HAVE_LIBCTF): Define if libctf support is available.
822 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
823 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
824 defined.
825 * readelf.c: Likewise.
826 * configure: Regenerate.
827 * Makefile.in: Regenerate.
828 * config.in: Regenerate.
829
88981b15
NA
8302019-05-28 Nick Alcock <nick.alcock@oracle.com>
831
832 * MAINTAINERS: Add myself as CTF maintainer.
833
7d9813f1
NA
8342019-05-28 Nick Alcock <nick.alcock@oracle.com>
835
836 * objdump.c (ctf-api.h): New include.
837 (dump_ctf_section_info): New variable.
838 (dump_ctf_section_name): Likewise.
839 (usage): Describe new options.
840 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
841 (main): Use them to add --ctf and --ctf-parent.
842 (read_section_stabs): Add new parameter, entsize_ptr.
843 (find_stabs_section): Adjust accordingly.
844 (make_ctfsect): New.
845 (dump_ctf_indent_lines): New.
846 (dump_ctf_archive_member): New.
847 (dump_ctf): New.
848 (dump_bfd): Call it. Free resources afterwards.
849 * readelf.c (ctf-api.h): New include.
850 (CTF_DUMP): New.
851 (static bfd_boolean do_ctf): Likewise.
852 (dump_ctf_parent_name): Likewise.
853 (dump_ctf_symtab_name): Likewise.
854 (dump_ctf_strtab_name): Likewise.
855 (OPTION_CTF_DUMP): Likewise.
856 (OPTION_CTF_PARENT): Likewise.
857 (OPTION_CTF_SYMBOLS): Likewise.
858 (OPTION_CTF_STRINGS): Likewise.
859 (options): Add them.
860 (usage): Likewise.
861 (parse_args): Handle the new options, requesting CTF_DUMP.
862 (process_section_contents): Handle CTF_DUMP.
863 (shdr_to_ctf_sect): New.
864 (dump_ctf_indent_lines): New.
865 (dump_section_as_ctf): New.
866 (main): Free resources.
867 * Makefile.am (LIBCTF): New variable.
868 (objdump_DEPENDENCIES): Use it.
869 (readelf_DEPENDENCIES): Likewise.
870 (objdump_LDADD): Likewise.
871 (readelf_LDADD): Likewise.
872 * aclocal.m4: Regenerated.
873 * Makefile.in: Likewise.
874
875 * doc/binutils.texi (objdump): Document the new options.
876 (readelf): Likewise.
877 * doc/ctf.options.texi: New.
878 * doc/Makefile.in: Regenerated.
879 * NEWS: Mention the new feature.
880
61dd8e19
AM
8812019-05-27 Alan Modra <amodra@gmail.com>
882
883 * readelf.c (process_section_groups): Continue processing groups
884 when sh_entsize exceeds group size.
885
2301ed1c
SN
8862019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
887
888 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
889 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
890 (get_symbol_other): Call get_aarch64_symbol_other.
891
dd7efa79
PB
8922019-05-24 Alan Modra <amodra@gmail.com>
893
894 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
895
27830e0d
JM
8962019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
897
898 * MAINTAINERS: Add myself as the maintainer for BPF.
899
aca4efc7
JM
9002019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
901
902 * readelf.c: Include elf/bpf.h.
903 (guess_is_rela): Hanle EM_BPF.
904 (dump_relocations): Likewise.
905 (is_32bit_abs_reloc): Likewise.
906 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
907 ELF targets.
908
fab7c86e
TC
9092019-05-21 Tamar Christina <tamar.christina@arm.com>
910
911 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
912 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
913 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
914
d8734380
FS
9152019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
916
917 PR 14798
918 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
919 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
920
999b073b
NC
9212019-05-20 Nick Clifton <nickc@redhat.com>
922
923 * po/ca.po: Updated Catalan translation.
924
514bbb0f
AV
9252019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
926
927 * NEWS: Mention Armv8.1-M Mainline and MVE.
928
a7ad558c
AV
9292019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
930
931 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
932 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
933
37d0d091
JH
9342019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
935
936 PR 19921
937 * objcopy.c: Add new option --verilog-data-width. Use it to set
938 the value of VerilogDataWidth.
939 * doc/binutils.texi: Document the new option.
940 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
941 * testsuite/binutils-all/verilog-1.hex: New file.
942 * testsuite/binutils-all/verilog-2.hex: New file.
943 * testsuite/binutils-all/verilog-4.hex: New file.
944 * testsuite/binutils-all/verilog-8.hex: New file.
945 * NEWS: Mention the new feature.
946
391bf891
AM
9472019-05-10 Alan Modra <amodra@gmail.com>
948
949 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
950 (test_objdump_content_limited): Add text arg, use in place of .text.
951 (bintest_signed.o): Call get_standard_section_names for name of
952 text section.
953
2379f9c4
FS
9542019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
955
956 * objdump.c (sign_extend_address): New function.
957 (dump_bfd): Sign-extend user-specified start/stop addresses
958 for targets that need it.
959 * testsuite/binutils-all/objdump.exp: Add tests for objdump
960 with start and stop addresses in higher address ranges.
961
2ecde2b6
MM
9622019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
963
964 * testsuite/binutils-all/objdump.exp: Correct executable
965 spelling.
966 * testsuite/binutils-all/compress.exp: Likewise.
967
25a02744
NC
9682019-05-01 Nick Clifton <nickc@redhat.com>
969
970 PR 24507
971 * nm.c: (print_format): New variable.
972 (value_format_32bit, value_format_64bit): Delete.
973 (set_print_radix): Remove code to alter value_format strings.
974 (set_output_format): Record chosen format in print_format.
975 (get_print_format): New function - constructs a printf formatting
976 string according to the requirements of size, radix, and output
977 format.
978 (print_value): Use get_print_format.
979 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
980 and "nm -t d".
981
8107ddce
AM
9822019-04-30 Alan Modra <amodra@gmail.com>
983
984 * wrstabs.c (stab_start_class_type): Add assert to work around
985 gcc9 warning. Tidy.
986
1b8dd643
NC
9872019-04-24 Nick Clifton <nickc@redhat.com>
988
989 * objcopy.c (strip_main): Do not enable note merging by default if
990 just stripping debug or dwo information.
991 * doc/binutils.texi (strip): Update documentation.
992
624a2451
NC
9932019-04-23 Nick Clifton <nickc@redhat.com>
994
995 * README-how-to-make-a-release: Add note to update the symbolic
996 link from "docs" to "docs-2.x" on the sourceware website.
997
a0fb9615
AM
9982019-04-16 Alan Modra <amodra@gmail.com>
999
1000 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
1001 * testsuite/binutils-all/copy-3.d: Likewise.
1002
031254f2
AV
10032019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1004
1005 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
1006
462cac58
L
10072019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 * readelf.c (decode_x86_isa): Handle
1010 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
1011 * testsuite/binutils-all/i386/pr21231b.d: Updated.
1012 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
1013
82b53593
L
10142019-04-08 H.J. Lu <hongjiu.lu@intel.com>
1015
1016 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
1017
05805feb
TC
10182019-03-26 Tamar Christina <tamar.christina@arm.com>
1019
1020 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
1021 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
1022 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
1023 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
1024 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
1025 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
1026 * testsuite/binutils-all/arm/in-order.d: Likewise.
1027 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
1028 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
1029 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
1030
5fb812fc
NC
10312019-03-26 Nick Clifton <nickc@redhat.com>
1032
1033 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
1034 FRV and MEP.
1035
e8fba7f6
AM
10362019-03-26 Alan Modra <amodra@gmail.com>
1037
1038 * objdump.c (dump_relocs_in_section): Warning fix.
1039
796d6298
TC
10402019-03-25 Tamar Christina <tamar.christina@arm.com>
1041
1042 * testsuite/binutils-all/arm/in-order-all.d: New test.
1043 * testsuite/binutils-all/arm/in-order.d: New test.
1044 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
1045 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
1046 * testsuite/binutils-all/arm/out-of-order.T: New test.
1047 * testsuite/binutils-all/arm/out-of-order.d: New test.
1048 * testsuite/binutils-all/arm/out-of-order.s: New test.
1049
1050
60df3720
TC
10512019-03-25 Tamar Christina <tamar.christina@arm.com>
1052
1053 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
1054 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
1055 * testsuite/binutils-all/aarch64/out-of-order.d:
1056
51457761
TC
10572019-03-25 Tamar Christina <tamar.christina@arm.com>
1058
1059 * testsuite/binutils-all/aarch64/in-order.d: New test.
1060 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
1061 well.
1062
53b2f36b
TC
10632019-03-25 Tamar Christina <tamar.christina@arm.com>
1064
1065 * objdump.c (disassemble_bytes): Pass stop_offset.
1066 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
1067 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
1068 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
1069
63455780
NC
10702019-03-19 Nick Clifton <nickc@redhat.com>
1071
1072 PR 24360
1073 * objdump.c (load_specific_debug_section): Check that the amount
1074 of memory to be allocated matches the size of the section.
1075
1dbade74
SD
10762019-03-13 Sudakshina Das <sudi.das@arm.com>
1077
1078 * readelf.c (get_aarch64_dynamic_type): Add case for
1079 DT_AARCH64_PAC_PLT.
1080 (dynamic_section_aarch64_val): Likewise.
1081
37c18eed
SD
10822019-03-13 Sudakshina Das <sudi.das@arm.com>
1083 Szabolcs Nagy <szabolcs.nagy@arm.com>
1084
1085 * readelf.c (get_aarch64_dynamic_type): New.
1086 (get_dynamic_type): Use above for EM_AARCH64.
1087 (dynamic_section_aarch64_val): New.
1088 (process_dynamic_section): Use above for EM_AARCH64.
1089
cd702818
SD
10902019-03-13 Sudakshina Das <sudi.das@arm.com>
1091
1092 * readelf.c (decode_aarch64_feature_1_and): New.
1093 (print_gnu_property_note): Add case for AArch64 gnu notes.
1094
7a6e0d89
AM
10952019-03-12 Alan Modra <amodra@gmail.com>
1096
1097 * objdump.c (load_specific_debug_section): Don't compare section
1098 size against file size.
1099 (dump_relocs_in_section): Don't compare reloc size against file size.
1100 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
1101
88c9190b
NC
11022019-03-05 Nick Clifton <nickc@redhat.com>
1103
1104 PR 24295
1105 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
1106
4933ff73
NC
11072019-03-05 Nick Clifton <nickc@redhat.com>
1108
1109 * po/sv.po: Updated Swedish translation.
1110
093f70cc
MM
11112019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
1112
1113 PR 24287
1114 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
1115 of "lmap" with a "foreach" loop.
1116
f5f20315
NC
11172019-03-04 Nick Clifton <nickc@redhat.com>
1118
1119 PR 24281
1120 * objcopy.c (copy_archive): Do not copy thin archives.
1121
52d6f3ee
MM
11222019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1123
1124 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
1125
39f0547e
NC
11262019-02-25 Nick Clifton <nickc@redhat.com>
1127
1128 * objdump.c (sym_ok): New function.
1129 (find_symbol_for_address): Use new function.
1130 (disassemble_section): Compare sections by name, not pointer.
1131 (dump_dwarf): Move code to initialise byte_get pointer and iterate
1132 over separate debug files from here to ...
1133 (dump_bfd): ... here. Add parameter indicating that a separate
1134 debug info file is being dumped. For main file, pull in the
1135 symbol tables from all separate debug info files.
1136 (display_object): Update call to dump_bfd.
1137 * doc/binutils.texi: Document extened behaviour of the
1138 --dwarf=follow-links option.
1139 * NEWS: Mention this new feature.
1140 * testsuite/binutils-all/objdump.WK2: Update expected output.
1141 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
1142 options and dump file parameters.
1143 Add extra test.
1144 * testsuite/binutils-all/objdump.WK3: New file.
1145 * testsuite/binutils-all/readelf.exp: Change expected output for
1146 readelf -wKis test.
1147 * testsuite/binutils-all/readelf.wKis: New file.
1148
24841daa
NC
11492019-02-22 Nick Clifton <nickc@redhat.com>
1150
1151 PR 23843
1152 * dwarf.h (struct separate_info): New structure for containing
1153 information on separate debug info files.
1154 * dwarf.c (struct dwo_info): New structure for containing dwo
1155 links.
1156 (first_dwo_info): Chain of dwo_info structures.
1157 (first_separate_file): Chain of separate_info structures.
1158 (separate_debug_file, separate_debug_filename): Delete.
1159 (fetch_alt_indirect_string): Scan all separate debug info files
1160 for the requested string.
1161 (add_dwo_info): New function.
1162 (add_dwo_name): New function.
1163 (add_dwo_dir): New function.
1164 (add_dwo_id: New function.
1165 (free_dwo_info): New function.
1166 (read_and_display_attr_value): Store DWO data using the new
1167 functions.
1168 (load_debug_section_with_follow): If necessary, scan the list of
1169 separate debug info files for the requested section.
1170 (add_separate_debug_file): New function.
1171 (load_separate_debug_info): Call add_separate_debug_file to store
1172 the information on the newly loaded file.
1173 (load_dwo_file): Likewise.
1174 (load_separate_debif_file): Rename to load_separate_debug_files.
1175 Change return type to boolean. If following links then attempt to
1176 load all separate debug info files, not just the first one.
1177 (free_debug_memory): Release memory in dwo_info and separate_info
1178 chains.
1179 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
1180 * readelf.c (process_object): Likewise.
1181 * doc/debug.options.texi: Update descriptions of links and
1182 follow-links options.
1183 * testsuite/binutils-all/objdump.WK2: Update expected output.
1184 * testsuite/binutils-all/readelf.k2: Likewise.
1185 * NEWS: Announce the new feature.
1186
5cacf1c8
NC
11872019-02-21 Nick Clifton <nickc@redhat.com>
1188
1189 PR 24247
1190 * unwind-ia64.c: Include sysdep.h.
1191 (unw_decode_x1): Check current pointer against end pointer before
1192 accessing memory.
1193 (unw_decode_x2): Likewise.
1194 (unw_decode_x3): Likewise.
1195 (unw_decode_x4): Likewise.
1196 (unw_decode_r2): Likewise.
1197 (unw_decode_p2_p5): Likewise.
1198 (unw_decode_p7_p10): Likewise.
1199 (unw_decode): Likewise.
1200
8d18bf79
NC
12012019-02-20 Nick Clifton <nickc@redhat.com>
1202
3ca60c57
NC
1203 PR 24246
1204 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1205
171375c6
NC
1206 PR 24244
1207 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
1208 prevent walking off the end of the buffer.
1209 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
1210 (unw_decode_x2): Likewise.
1211 (unw_decode_x3): Likewise.
1212 (unw_decode_x4): Likewise.
1213 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
1214 (unw_decode_r3): Likewise.
1215 (unw_decode_p7_p10): Likewise.
1216 (unw_decode_b2): Likewise.
1217 (unw_decode_b3_x4): Likewise.
1218
7fc0c668
NC
1219 PR 24243
1220 * readelf.c (process_mips_specific): Check for an options section
1221 that is too small to even contain a single option.
8d18bf79 1222
171375c6
NC
1223 PR 24242
1224 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1225
c22b42ce
AM
12262019-02-20 Alan Modra <amodra@gmail.com>
1227
1228 PR 24132
1229 PR 24138
1230 * readelf.c (get_data): Avoid possibility of overflow when
1231 checking for a read that may extend past end of file.
1232 (process_program_headers): Likewise.
1233
7d272a55
AM
12342019-02-20 Alan Modra <amodra@gmail.com>
1235
1236 PR 24233
1237 * objdump.c (dump_bfd_private_header): Print warning if
1238 bfd_print_private_bfd_data returns false.
1239
04d7fa21
NC
12402019-02-12 Nick Clifton <nickc@redhat.com>
1241
1242 PR 23440
1243 * README-how-to-make-a-release: Use git clean to delete spurious
1244 files from the local source repository.
1245
46cbf38d
AB
12462019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1247
1248 * size.c (berkeley_format): Delete.
1249 (enum output_format): New enum.
1250 (selected_output_format): New variable.
1251 (usage): Update to mention GNU format.
1252 (main): Update to extract options, and select format as needed.
1253 Handle GNU format where needed.
1254 (berkeley_sum): Renamed to...
1255 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
1256 (berkeley_format): Renamed to...
1257 (berkeley_or_gnu_format): ...this, and updated to handle both
1258 formats.
1259 (print_sizes): Handle GNU format.
1260 * doc/binutils.texi (size): Document new GNU format.
1261 * testsuite/binutils-all/size.exp: Add test of extended
1262 functionality.
1263 * NEWS: Mention new functionality.
1264
96fd92af
AB
12652019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * doc/binutils.texi (size): Update example output for Berkeley
1268 format output.
1269
2012bf01
NC
12702019-02-07 Nick Clifton <nickc@redhat.com>
1271
1272 * README-how-to-make-a-release: Add a note about updating the
1273 obsolete targets in the bfd/config.bfd file.
1274
082cbd3b
NC
12752019-02-04 Nick Clifton <nickc@redhat.com>
1276
1277 * README-how-to-make-a-release: Add more notes on making a release.
1278
18344509
NC
12792019-01-25 Nick Clifton <nickc@redhat.com>
1280
1281 PR 24131
1282 * readelf.c (process_notes_at): Prevent an illegal memory access
1283 when the note's namesize is zero.
1284 (decode_tic6x_unwind_bytecode): Add code to handle the case where
1285 no registers are specified in a frame pop instruction.
1286
9ed1348c
NC
12872019-01-25 Nick Clifton <nickc@redhat.com>
1288
1289 * po/bg.po: Updated Bulgarian translation.
1290
d9938630
NC
12912019-01-23 Nick Clifton <nickc@redhat.com>
1292
1293 * po/fr.po: Updated French translation.
1294 * po/pt.po: Updated Portuguese translation.
1295
375cd423
NC
12962019-01-21 Nick Clifton <nickc@redhat.com>
1297
1298 * po/uk.po: Updated Ukranian translation.
1299
f48dfe41
NC
13002019-01-19 Nick Clifton <nickc@redhat.com>
1301
1302 * configure: Regenerate.
1303 * binutils/po/binutils.pot.
1304
1305 * README-how-to-make-a-release: Update description on how to make
1306 a branch.
1307
f974f26c
NC
13082018-06-24 Nick Clifton <nickc@redhat.com>
1309
1310 2.32 branch created.
1311
baae986a
NC
13122019-01-17 Nick Clifton <nickc@redhat.com>
1313
1314 * objdump.c (disassemble_section): When disassembling from a
1315 symbol only stop at the next symbol if the original symbol was not
1316 a function symbol. Otherwise continue disassembling until a new
1317 function is reached.
1318 * testsuite/binutils-all/objdump.exp: Add tests of extended
1319 functionality.
1320 * testsuite/binutils-all/disasm.s: New test source file.
1321
2dc8dd17
JW
13222019-01-16 Kito Cheng <kito@andestech.com>
1323 Nelson Chu <nelson@andestech.com>
1324
1325 * readelf.c (get_riscv_section_type_name): New function.
1326 (get_section_type_name): Add handler for RISC-V.
1327 (riscv_attr_tag_t): Declare.
1328 (riscv_attr_tag): New.
1329 (display_riscv_attribute): New function.
1330 (process_attributes): Add handler for RISC-V.
1331 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1332 section.
1333
12add40e
NC
13342019-01-10 Nick Clifton <nickc@redhat.com>
1335
1336 PR 23963
1337 * objdump.c (sanitize_string): New function. Removes control
1338 characters from symbol names.
1339 (dump_section_header): Use new function.
1340 (objdump_print_symname): Likewise.
1341 (objdump_print_addr_with_sym): Likewise.
1342 (show_line): Likewise.
1343 (disassemble_bytes): Likewise.
1344 (disassemble_section): Likewise.
1345 (load_specific_debug_section): Likewise.
1346 (read_section_stabs): Likewise.
1347 (print_section_stabs): Likewise.
1348 (dump_section): Likewise.
1349 (dump_reloc_set): Likewise.
1350 (dump_relocs_in_section): Likewise.
1351 (dump_bfd): Likewise.
1352 (display_any_bfd): Likewise.
1353
28e817cc
NC
13542019-01-09 Nick Clifton <nickc@redhat.com>
1355
c0b0b1c2 1356 PR 24049
28e817cc
NC
1357 * readelf.c (process_archive): Use arch.file_name in error
1358 messages until the qualified name is available.
1359
3107326d
AP
13602019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1361
1362 * configure: Regenerate.
1363
923c6a75
AM
13642019-01-09 Alan Modra <amodra@gmail.com>
1365
1366 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1367 unconditionally to tests needing the option rather than via a
1368 list of targets.
1369
236f4ebe
NC
13702019-01-08 Nick Clifton <nickc@redhat.com>
1371
1372 PR 24044
1373 * cxxfilt.c (hp_symbol_characters): Delete.
1374 (main): Remove depcreated demangling styles.
1375 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1376 demangling opnames.
1377 * testsuite/binutils-all/cxxfilt.exp: Use the
1378 --no-strip-underscore option for targets that do prefix their
1379 symbols with underscores.
923c6a75 1380 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 1381
e3ecd631
TC
13822019-01-08 Tamar Christina <tamar.christina@arm.com>
1383
1384 PR 24065
1385 * testsuite/binutils-all/copy-6.d: New test.
1386 * testsuite/binutils-all/objcopy.exp: Use it.
1387
171b8e19
AM
13882019-01-08 Alan Modra <amodra@gmail.com>
1389
1390 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1391 $srcdir/$subdir to source file name if it starts with "./".
1392
13932019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1394
f87673e0
YS
1395 * readelf.c (get_machine_flags): Add RXv3 output.
1396
11fa9f13
NC
13972019-01-04 Nick Clifton <nickc@redhat.com>
1398
1399 PR 24005
1400 * objdump.c (load_specific_debug_section): Check for integer
1401 overflow before attempting to allocate contents.
1402
cf0ad5bb
NC
14032019-01-04 Nick Clifton <nickc@redhat.com>
1404
1405 PR 24001
1406 * objcopy.c (copy_object): Free dhandle after writing out the
1407 debug information.
1408 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1409 information.
1410
11fa9f13 1411
82704155
AM
14122019-01-01 Alan Modra <amodra@gmail.com>
1413
1414 Update year range in copyright notice of all files.
1415
d5c04e1b 1416For older changes see ChangeLog-2018
3499769a 1417\f
d5c04e1b 1418Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
1419
1420Copying and distribution of this file, with or without modification,
1421are permitted in any medium without royalty provided the copyright
1422notice and this notice are preserved.
1423
1424Local Variables:
1425mode: change-log
1426left-margin: 8
1427fill-column: 74
1428version-control: never
1429End:
This page took 0.261299 seconds and 4 git commands to generate.