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