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