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