Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
760ddef4
L
12019-10-25 H.J. Lu <hongjiu.lu@intel.com>
2
3 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
4
256878f3
L
52019-10-25 H.J. Lu <hongjiu.lu@intel.com>
6
7 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
8
5c49f2cd
NC
92019-10-25 Nick Clifton <nickc@redhat.com>
10
11 * objcopy.c (struct merged_note_section): New structure. Used to
12 chain together details of mergeable note sections.
13 (is_merged_note_section): Rename to is_megreable_note_section and
14 return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
15 as a prefix.
16 (num_bytes): Delete
17 (objcoopy_internal_note): Add padded_namesz field.
18 (DEBUG_MERGE): New macro. Set to non-zero to enable debugging of
19 the note merging code.
20 (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
21 overlapping notes or adjoining notes.
22 (contained_by, is_deleted_note, is_version_note)
23 (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
24 (merge_gnu_build_notes): Rework. Sort notes into a mergeable
25 order first. Merge them. Then sort them into an ascending
26 address order before writing them out.
27 (copy_object): Handle more than one mergeable note section.
28 * testsuite/binutils-all/note-2-32.d: Update for new merging
29 behaviour.
30 * testsuite/binutils-all/note-2-32.s: Likewise.
31 * testsuite/binutils-all/note-2-64.d: Likewise.
32 * testsuite/binutils-all/note-2-64.s: Likewise.
33 * testsuite/binutils-all/note-3-32.d: Likewise.
34 * testsuite/binutils-all/note-3-32.s: Likewise.
35 * testsuite/binutils-all/note-3-64.d: Likewise.
36 * testsuite/binutils-all/note-3-64.s: Likewise.
37 * testsuite/binutils-all/note-4-32.d: Likewise.
38 * testsuite/binutils-all/note-4-32.s: Likewise.
39 * testsuite/binutils-all/note-4-64.d: Likewise.
40 * testsuite/binutils-all/note-4-64.s: Likewise.
41 * testsuite/binutils-all/note-6-32.s: New test source file.
42 * testsuite/binutils-all/note-6-64.s: New test source file.
43 * testsuite/binutils-all/note-6-32.d: New test driver file.
44 * testsuite/binutils-all/note-6-64.d: New test driver file.
45 * testsuite/binutils-all/objcopy.exp: Run the new test.
46
c0c121b0
AM
472019-10-25 Alan Modra <amodra@gmail.com>
48
49 * readelf.c (process_program_headers): Check PT_PHDR p_offset
50 as well as p_vaddr. Use p_filesz, not p_memsz, in vaddr test.
51
95cc7c16
AM
522019-10-21 Alan Modra <amodra@gmail.com>
53
54 PR 452
55 PR 25104
56 * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
57 * doc/binutils.texi (extract from archive): Mention
58 restrictions when extracting from archives with full paths.
59 (ar P): Update to current P support.
60 (ar -X32_64): Fix spelling.
61
6ce9ba7a
AM
622019-10-14 Alan Modra <amodra@gmail.com>
63
64 * objcopy.c (compare_section_lma): Correct comment. Dereference
65 section pointer earlier and lose unnecessary const. Style fixes.
66 Add final sort by id.
67
4786fbf3
NC
682019-10-13 Nick Clifton <nickc@redhat.com>
69
70 * README-how-to-make-a-release: Add a note to reset the
71 development flag back to true after making a point release.
72
03d0d46a
NC
732019-10-12 Nick Clifton <nickc@redhat.com>
74
75 * README-how-to-make-a-release: Tweak a few sections based on the
76 results of the 2.33.1 release.
77
b0531efe
NC
782019-10-11 Nick Clifton <nickc@redhat.com>
79
80 * po/zh_TW.po: Updated Chinese (traditional) translation.
81
b7d9d3ee
AM
822019-10-09 Alan Modra <amodra@gmail.com>
83
84 PR 25079
85 * ar.c (decode_options): Don't try for command options if
86 write_armap or mri_mode is selected.
87
c0ea7c52
JL
882019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
89
90 * readelf.c (display_msp430_gnu_attribute): New.
91 (process_arch_specific): Use msp430 specific handler for GNU
92 attributes.
93
d344b407
NA
942019-09-30 Nick Alcock <nick.alcock@oracle.com>
95
96 * objdump.c (main): Fix tabdamage.
97 * readelf.c (CTF_DUMP): Likewise.
98 (options): Likewise.
99 (dump_section_as_ctf): Likewise.
100
fd86991b
NA
1012019-08-03 Nick Alcock <nick.alcock@oracle.com>
102
103 * objdump.c (dump_ctf): Use the default CTF archive member as the
104 parent even when no parent section is specified.
105 (dump_ctf_archive_member): Only import from the parent
106 if this is not the default ".ctf" member.
107
87279e3c
NA
1082019-09-23 Nick Alcock <nick.alcock@oracle.com>
109
110 * Makefile.am (LIBCTF): Mention the .la file.
111 (LIBCTF_NOBFD): New.
112 (readelf_DEPENDENCIES): Use it.
113 (readelf_LDADD): Likewise.
114 * Makefile.in: Regenerated.
115
616febde
NA
1162019-07-13 Nick Alcock <nick.alcock@oracle.com>
117
118 * readelf.c (dump_ctf_symtab_name): Give default value.
119 (dump_ctf_strtab_name): Likewise.
120 (dump_section_as_ctf): Allow for the null string.
121
9b32cba4
NA
1222019-07-08 Nick Alcock <nick.alcock@oracle.com>
123
124 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
125 * readelf.c (dump_section_as_ctf): Likewise.
126
de4859ea
NC
1272019-10-02 Niklas Gürtler <profclonk@gmail.com>
128
129 PR 24942
130 * objcopy.c (copy_usage): Update description of
131 --set-section-alignment.
132 (copy_main): Interpret numeric argument of --set-section-alignment
133 as a byte alignment, not a power of two alignment.
134 * doc/binutils.texi: Update description of
135 --set-section-alignment.
136 * testsuite/binutils-all/set-section-alignment.d: New test.
137 * testsuite/binutils-all/objcopy.exp: Run the new test.
138
663f67df
AM
1392019-09-30 Alan Modra <amodra@gmail.com>
140
141 PR 25046
142 * readelf.c (process_program_headers): Clear dynamic_addr and
143 dynamic_size earlier.
144
352f6bc3
AM
1452019-09-24 Alan Modra <amodra@gmail.com>
146
147 PR 25031
148 * nm.c (print_format_string): New.
149 (get_print_format): Delete saved_format. Move earlier.
150 (set_print_width): Call get_print_format.
151 (print_value): Use print_format_string.
152
aa739c59
AM
1532019-09-23 Alan Modra <amodra@gmail.com>
154
155 * dlltool.c: Include coff-bfd.h.
156
b3fe587e
AM
1572019-09-23 Alan Modra <amodra@gmail.com>
158
159 PR 25018
160 * dwarf.c (get_type_signedness): Delete ineffective pointer
161 comparison check. Properly range check uvalue offset on
162 recursive call.
163 (read_and_display_attr_value): Range check uvalue offset before
164 calling get_type_signedness.
165
00f93c44
AM
1662019-09-20 Alan Modra <amodra@gmail.com>
167
168 * ar.c (write_archive): Use bfd_set_thin_archive.
169
4e28d4cc
TC
1702019-09-18 Tamar Christina <tamar.christina@arm.com>
171
172 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
173
fd361982
AM
1742019-09-18 Alan Modra <amodra@gmail.com>
175
176 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
177 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
178 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
179 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
180 throughout for bfd section macro and function changes.
181
e6f7f6d1
AM
1822019-09-18 Alan Modra <amodra@gmail.com>
183
184 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
185 * objcopy.c: Likewise.
186 * objdump.c: Likewise.
187 * rdcoff.c: Likewise.
188 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
189 (filter_symbols): Likewise.
190
2b44a6a2
SM
1912019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
192
193 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
194 cxxfilt.man and binutils.info.
195 (MAINTAINERCLEANFILES): Remove.
196 * doc/Makefile.in: Re-generate.
197
89ae5e69
SM
1982019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
199
200 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
201 * doc/Makefile.in: Re-generate.
202
95103a84
SM
2032019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
204
205 * doc/Makefile.am (install-data-loca): Remove target.
206 (DISTCLEANFILES): Remove variable.
207 * doc/Makefile.in: Re-generate.
208
e0b2a78c
SM
2092019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
210
211 * Makefile.in: Re-generate.
212 * configure: Re-generate.
213 * doc/Makefile.in: Re-generate.
214
bb695960
PB
2152019-09-16 Phil Blundell <pb@pbcl.net>
216
217 * Makefile.in, configure. doc/Makefile.in: Regenerated.
218
1ff5d5c4
TT
2192019-09-11 Tom Tromey <tom@tromey.com>
220
221 * objcopy.c (copy_archive): Update.
222 * bucomm.h (make_tempname, make_tempdir): Make argument const.
223 * bucomm.c (make_tempname, make_tempdir): Make argument const.
224
0a4632b5
AM
2252019-09-11 Alan Modra <amodra@gmail.com>
226
227 PR 24907
228 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
229 lines. Correct max_reloc_offset_into_insn test.
230
aebcfb76
NC
2312019-09-10 Nick Clifton <nickc@redhat.com>
232
233 PR 24907
234 * objdump.c (null_print): New function.
235 (disassemble_bytes): Delete previous_octets local and replace with
236 a test of the max_reloc_offset_into_insn field of the
237 bfd_arch_info structure. If a reloc is a potential match for the
238 next insn, then perform a dummy disassembly in order to calculate
239 its real length.
240
60391a25
PB
2412019-09-09 Phil Blundell <pb@pbcl.net>
242
243 binutils 2.33 branch created.
244
b16c44de
AM
2452019-09-06 Alan Modra <amodra@gmail.com>
246
247 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
248 (print_object_filename_posix, print_archive_filename_bsd),
249 (print_archive_filename_sysv, print_archive_filename_posix),
250 (print_archive_member_bsd, print_archive_member_sysv),
251 (print_archive_member_posix): Constify parameter.
252 (struct output_fns <print_object_filename, print_archive_filename>),
253 (<print_archive_member>): Likewise.
254 * objcopy.c (copy_archive): Add cast for make_tempdir.
255
a85eba51
AM
2562019-08-29 Alan Modra <amodra@gmail.com>
257
258 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
259
fa463e9f
N
2602019-08-28 Niklas Gürtler <profclonk@gmail.com>
261
262 PR 24942
263 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
264 (struct section_list): Add alignment field.
265 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
266 (copy_options): Add --set-section-alignment.
267 (copy_usage): Describe --set-section-alignment.
268 (find_section_list): Initialise the alignment field.
269 (setup_section): Handle the alignment field.
270 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
271 * doc/binutils.texi: Document the new feature.
272 * NEWS: Mention the new feature.
273
a1c110a3
NC
2742019-08-28 Nick Clifton <nickc@redhat.com>
275
276 PR 24931
277 * objdump.c (source_comment): New static variable.
278 (option_values): Add OPTION_SOURCE_COMMENT.
279 (long_opions): Add --source-comment.
280 (print_line): If source comment is set, use it as a prefix to the
281 source code line.
282 (main): Handle OPTION_SOURCE_COMMENT.
283 * doc/binutils.texi: Document the new option.
284 * NEWS: Mention the new feature.
285 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
286 of the -S and --source-comment options.
287
ec1b0fbb
NC
2882019-08-27 Nick Clifton <nickc@redhat.com>
289
290 PR 24510
291 * dwarf.c (MAX_CU_NESTING): New constant.
292 (level_type_signed): New static array.
293 (skip_attr_bytes): New function.
294 (get_type_signedness): New function.
295 (read_and_print_leb128): New function.
296 (display_discr_list): New function.
297 (read_and_display_attr_value): Add start parameter.
298 Use new functions when handling DW_AT_type and DW_AT_discr_list.
299 (read_and_display_attr): Add start parameter. Pass to
300 read_and_display_attr_value.
301 (process_debug_info): Update call to read_and_display_attr.
302 (display_formatted_table): Likewise.
303 (display_debug_lines_decoded): Likewise. Also add start
304 parameter.
305 (display_debug_lines): Likewise.
306 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
307 lists.
308 * testsuite/binutils-all/dwarf-attributes.W: Update expected
309 output.
310
37606e67
AM
3112019-08-26 Alan Modra <amodra@gmail.com>
312
313 PR 24938
314 * debug.c (debug_write_type): Call empty_type for NULL type here..
315 (debug_write_type): ..rather than in just one case here.
316
afc72f15
NC
3172019-08-23 Nick Clifton <nickc@redhat.com>
318
319 PR 24829
320 * dwarf.c (check_uvalue): New function. Ensures that a block's
321 size is valid.
322 (read_and_display_attr_value): Use check_value when processsing
323 DW_FORM_block<n> attributes.
324
93d6a337
NC
3252019-08-22 Nick Clifton <nickc@redhat.com>
326
327 PR 24921
328 * dwarf.c (process_cu_tu_index): Handle the case where a table
329 does not have any columns.
330
d292364e
AM
3312019-08-19 Alan Modra <amodra@gmail.com>
332
333 PR 24898
334 * dwarf.c (display_debug_frames): Use the read_cie check and error
335 for augmentation data length.
336
d367307b
AM
3372019-08-17 Alan Modra <amodra@gmail.com>
338
339 PR 24911
340 * dwarf.c (comp_addr_base): Dereference args.
341
0b8b7609
AM
3422019-08-16 Alan Modra <amodra@gmail.com>
343
344 PR 24909
345 PR 23499
346 * readelf.c (get_symbol_version_string): Set sym_info earlier.
347
6ae978f1
NC
3482019-08-15 Nick Clifton <nickc@redhat.com>
349
350 PR 24767
351 * doc/binutils.texi (nm): Document the 'n' symbol type.
352
9177214a
CV
3532019-08-15 Christophe Vidal <support@krizalys.com>
354
355 * docs/binutils.texi: Fixed notice message disassembler options
356 section of the man page.
357
f16a9783
MS
3582019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
359
360 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
361 (get_mips_section_type_name): Return MI{S_XHASH name string.
362 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
363 info.
364 (process_symbol_table): Initialize the .MIPS.xhash section
365 pointer. Adjust the readelf output to support the new section.
366 (process_object): Set the .MIPS.xhash dynamic info to zero.
367
2b2ed245
TC
3682019-08-09 Tamar Christina <tamar.christina@arm.com>
369
370 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
371 * testsuite/binutils-all/arm/in-order.d: Likewise.
372 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
373 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
374
dbe15e4e
NC
3752019-08-08 Nick Clifton <nickc@redhat.com>
376
377 PR 24887
378 * readelf.c (process_notes_at): Left justify the "Data size"
379 column heading.
380 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
381 * testsuite/binutils-all/i386/ibt.d: Likewise.
382 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
383 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
384 * testsuite/binutils-all/i386/shstk.d: Likewise.
385 * testsuite/binutils-all/note-2-32.d: Likewise.
386 * testsuite/binutils-all/note-2-64.d: Likewise.
387 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
388 * testsuite/binutils-all/x86-64/empty.d: Likewise.
389 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
390 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
391 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
392 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
393 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
394 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
395 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
396 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
397 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
398 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
399 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
400 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
401 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
402 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
403
7d55c1d6
NC
4042019-08-08 Nick Clifton <nickc@redhat.com>
405
406 * testsuite/gentestdlls.c (main): Move declaration of loop
407 variable outside of the for() statement.
408
178d8719
JR
4092019-08-08 Jordan Rupprecht <rupprecht@google.com>
410
411 * readelf.c (process_note): Mask unknown description data bytes.
412
7c1c1904
AM
4132019-08-08 Alan Modra <amodra@gmail.com>
414
415 * readelf.c (get_data): Improve overflow checks.
416
f927cc8f
NC
4172019-08-07 Nick Clifton <nickc@redhat.com>
418
419 PR 24777
420 * doc/binutils.texi: Ensure consistent formating of title strings
421 for man pages. Extend the title of the size man page to be more
422 informative.
423
7cd00957
OM
4242019-08-07 Omair Majid <omajid@redhat.com>
425
426 * testsuite/binutils-all/objdump.exp
427 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
428 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
429 introduced machine types.
430 * testsuite/gentestdlls.c (write_simple_dll): New function.
431 (main): Generate simple and Linux-specific variants of pei-i386
432 and pei-x86-64 files so both can be used by tests.
433
90679903
AM
4342019-08-07 Alan Modra <amodra@gmail.com>
435
436 PR 24876
437 * readelf.c (dump_ia64_unwind): Check that buffer is large
438 enough for "stamp" before reading.
439
276cbbdf
NC
4402019-08-05 Nick Clifton <nickc@redhat.com>
441
442 PR 24874
443 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
444 note being a version note.
445 Remove spurious debugging fprintf.
446
e17869db
NC
4472019-08-05 Nick Clifton <nickc@redhat.com>
448
449 PR 24829
450 * readelf.c (apply_relocations): Catch potential integer overflow
451 whilst checking reloc location against section size.
452
97c0a079
AM
4532019-08-02 Alan Modra <amodra@gmail.com>
454
455 PR 24871
456 * readelf.c (ABSADDR): Delete.
457 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
458
cc5277b1
ML
4592019-07-29 Martin Liska <mliska@suse.cz>
460
461 PR 24768
462 * nm.c (filter_symbols): Set report_plugin_err if
463 error is reported.
464 (display_rel_file): Report error for a missing LTO plugin.
465
8e2e3c6c
AM
4662019-07-26 Alan Modra <amodra@gmail.com>
467
468 PR 24798
469 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
470 systems by casting ncols and nslots expressions to size_t. Display
471 number of columns and slots before giving up due to buffer overflow.
472 Use %u to display unsigned ints. Perform more pointer wrap tests.
473
d079b9c0 4742019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
475
476 PR 24809
477 * dwarf.c (display_debug_names): Display the contents of the
478 augmentation string, if it is printable.
479
2e6be59c
NC
4802019-07-25 Nick Clifton <nickc@redhat.com>
481
482 PR 24837
483 * readelf.c (process_mips_specific): Check for buffer overflow
484 before reading reginfo information.
485
2f86d559
NC
4862019-07-24 Nick Clifton <nickc@redhat.com>
487
488 PR 13256
489 * ar.c (decode_options): Restart option scanning if no operation
490 is detected and argument remain to be scanned.
491
2e8136f9
NC
4922019-07-23 Nick Clifton <nickc@redhat.com>
493
494 PR 24818
495 * objdump.c (is_relocateable): Delete.
496 (load_specific_debug_section): Test the abfd for relocations
497 directly, rather than relying upon is_relocateable.
498 (dump_dwarf): Delete initlialization of is_relocateable.
499
df3a023b
AM
5002019-07-23 Alan Modra <amodra@gmail.com>
501
502 * readelf.c (get_parisc_segment_type): Split off hpux entries..
503 (get_ia64_segment_type): ..and these..
504 (get_hpux_segment_type): ..to here.
505 (get_segment_type): Condition GNU_MBIND on osabi. Use
506 get_hpux_segment_type.
507 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
508 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
509
acea835f
AM
5102019-07-23 Alan Modra <amodra@gmail.com>
511
512 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
513 file used to set this variable.
514
1dd1bc4d
OM
5152019-07-23 Omar Majid <omajid@redhat.com>
516
517 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
518 (GENTESTDLLSPROG): Define.
519 (TEST_PROGS): Add GENTESTDLLSPROG.
520 * Makefile.in: Regenerate.
521 * testsuite/binutils-all/objdump.exp
522 (test_objdump_dotnet_assemblies): New proc.
523 Run the new proc.
524 * testsuite/gentestdlls.c: New source file.
525
781152ec
NC
5262019-06-28 Nick Clifton <nickc@redhat.com>
527
528 PR 24707
529 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
530 the symbol table is too large. Skip this check for MMO format
531 files.
781152ec 532
a68aa5d3
NC
5332019-06-26 Nick Clifton <nickc@redhat.com>
534
535 PR 24703
536 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
537 indicate this in the output.
538 (bfd_nonfatal_message): Likewise.
539
3e50a591
JB
5402019-06-25 Jan Beulich <jbeulich@suse.com>
541
542 * readelf.c (dump_ctf_indent_lines): Rename local variable
543 "spaces" to "blanks".
544
63160fc9
JB
5452019-06-25 Jan Beulich <jbeulich@suse.com>
546
547 * objdump.c (dump_ctf_indent_lines): Rename local variable
548 "spaces" to "blanks".
549
3a3a077c
AM
5502019-06-14 Alan Modra <amodra@gmail.com>
551
552 * Makefile.in: Regenerate.
553 * aclocal.m4: Regenerate.
554 * doc/Makefile.in: Regenerate.
555
9abca702
CZ
5562019-06-12 Christos Zoulas <christos@zoulas.com>
557
558 PR 24663
559 * readelf.c (process_netbsd_elf_note): Add support for
560 NT_NETBSD_PAX.
561 (process_note): Add support for PaX notes.
562
c0d38b0e
CZ
5632019-06-12 Christos Zoulas <christos@zoulas.com>
564
565 PR 24665
566 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
567 core notes.
568
540e6170
CZ
5692019-06-12 Christos Zoulas <christos@zoulas.com>
570
571 PR 24664
572 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
573 auxv notes.
574
2057d69d
CZ
5752019-06-11 Christos Zoulas <christos@zoulas.com>
576
577 PR 24662
578 * readelf.c (get_alpha_symbol_other): New function.
579 (get_symbol_other): Use for Alpha symbols.
580 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
581
c93dbb25
CZ
5822019-06-11 Christos Zoulas <christos@zoulas.com>
583
584 PR 24661
585 * readelf.c (decode_arm_unwind): Ensure that the local variable
586 'addr' is always initialised.
587
c6a636ce
NC
5882019-06-10 Christos Zoulas <christos@zoulas.com>
589
590 PR 24651
591 * strings.c (print_strings): Use %u to print unsigned values in
592 decimal.
593
2e02f296
CZ
5942019-06-10 Christos Zoulas <christos@zoulas.com>
595
596 PR 24649
597 * arsup.c (ar_open): Use asprintf in place of xmalloc and
598 sprintf.
599
79b377b3
NC
6002019-06-03 Nick Clifton <nickc@redhat.com>
601
602 Revert:
603 2019-05-29 Nick Clifton <nickc@redhat.com>
604
605 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
606 targets.
607 (HAVE_LIBCTF): Define if libctf support is available.
608 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
609 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
610 defined.
611 * readelf.c: Likewise.
612 * configure: Regenerate.
613 * Makefile.in: Regenerate.
614 * config.in: Regenerate.
615
a0486bac
JM
6162019-05-30 Nick Alcock <nick.alcock@oracle.com>
617
618 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
619 cts_offset.
620 * readelf.c (shdr_to_ctf_sect): Likewise.
621
ae9ac79e
NC
6222019-05-30 Nick Clifton <nickc@redhat.com>
623
624 PR 24627
625 * readelf.c (process_version_sections): Add 0x prefix to address
626 display. Correct indentation.
627
6ff185b8
AM
6282019-05-30 Alan Modra <amodra@gmail.com>
629
630 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
631 s12z to targets not supporting this feature.
632
1336939d
AM
6332019-05-30 Alan Modra <amodra@gmail.com>
634
635 * testsuite/lib/binutils-common.exp (run_dump_test): Support
636 tcl procedures for xfail args.
637
e33f2313
NC
6382019-05-29 Nick Clifton <nickc@redhat.com>
639
640 * README-how-to-make-a-release: Add libctf to list of directories
641 that need updates in their ChangeLogs.
642
90bd5423
NC
6432019-05-29 Nick Clifton <nickc@redhat.com>
644
645 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
646 targets.
647 (HAVE_LIBCTF): Define if libctf support is available.
648 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
649 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
650 defined.
651 * readelf.c: Likewise.
652 * configure: Regenerate.
653 * Makefile.in: Regenerate.
654 * config.in: Regenerate.
655
88981b15
NA
6562019-05-28 Nick Alcock <nick.alcock@oracle.com>
657
658 * MAINTAINERS: Add myself as CTF maintainer.
659
7d9813f1
NA
6602019-05-28 Nick Alcock <nick.alcock@oracle.com>
661
662 * objdump.c (ctf-api.h): New include.
663 (dump_ctf_section_info): New variable.
664 (dump_ctf_section_name): Likewise.
665 (usage): Describe new options.
666 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
667 (main): Use them to add --ctf and --ctf-parent.
668 (read_section_stabs): Add new parameter, entsize_ptr.
669 (find_stabs_section): Adjust accordingly.
670 (make_ctfsect): New.
671 (dump_ctf_indent_lines): New.
672 (dump_ctf_archive_member): New.
673 (dump_ctf): New.
674 (dump_bfd): Call it. Free resources afterwards.
675 * readelf.c (ctf-api.h): New include.
676 (CTF_DUMP): New.
677 (static bfd_boolean do_ctf): Likewise.
678 (dump_ctf_parent_name): Likewise.
679 (dump_ctf_symtab_name): Likewise.
680 (dump_ctf_strtab_name): Likewise.
681 (OPTION_CTF_DUMP): Likewise.
682 (OPTION_CTF_PARENT): Likewise.
683 (OPTION_CTF_SYMBOLS): Likewise.
684 (OPTION_CTF_STRINGS): Likewise.
685 (options): Add them.
686 (usage): Likewise.
687 (parse_args): Handle the new options, requesting CTF_DUMP.
688 (process_section_contents): Handle CTF_DUMP.
689 (shdr_to_ctf_sect): New.
690 (dump_ctf_indent_lines): New.
691 (dump_section_as_ctf): New.
692 (main): Free resources.
693 * Makefile.am (LIBCTF): New variable.
694 (objdump_DEPENDENCIES): Use it.
695 (readelf_DEPENDENCIES): Likewise.
696 (objdump_LDADD): Likewise.
697 (readelf_LDADD): Likewise.
698 * aclocal.m4: Regenerated.
699 * Makefile.in: Likewise.
700
701 * doc/binutils.texi (objdump): Document the new options.
702 (readelf): Likewise.
703 * doc/ctf.options.texi: New.
704 * doc/Makefile.in: Regenerated.
705 * NEWS: Mention the new feature.
706
61dd8e19
AM
7072019-05-27 Alan Modra <amodra@gmail.com>
708
709 * readelf.c (process_section_groups): Continue processing groups
710 when sh_entsize exceeds group size.
711
2301ed1c
SN
7122019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
713
714 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
715 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
716 (get_symbol_other): Call get_aarch64_symbol_other.
717
dd7efa79
PB
7182019-05-24 Alan Modra <amodra@gmail.com>
719
720 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
721
27830e0d
JM
7222019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
723
724 * MAINTAINERS: Add myself as the maintainer for BPF.
725
aca4efc7
JM
7262019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
727
728 * readelf.c: Include elf/bpf.h.
729 (guess_is_rela): Hanle EM_BPF.
730 (dump_relocations): Likewise.
731 (is_32bit_abs_reloc): Likewise.
732 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
733 ELF targets.
734
fab7c86e
TC
7352019-05-21 Tamar Christina <tamar.christina@arm.com>
736
737 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
738 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
739 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
740
d8734380
FS
7412019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
742
743 PR 14798
744 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
745 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
746
999b073b
NC
7472019-05-20 Nick Clifton <nickc@redhat.com>
748
749 * po/ca.po: Updated Catalan translation.
750
514bbb0f
AV
7512019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
752
753 * NEWS: Mention Armv8.1-M Mainline and MVE.
754
a7ad558c
AV
7552019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
756
757 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
758 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
759
37d0d091
JH
7602019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
761
762 PR 19921
763 * objcopy.c: Add new option --verilog-data-width. Use it to set
764 the value of VerilogDataWidth.
765 * doc/binutils.texi: Document the new option.
766 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
767 * testsuite/binutils-all/verilog-1.hex: New file.
768 * testsuite/binutils-all/verilog-2.hex: New file.
769 * testsuite/binutils-all/verilog-4.hex: New file.
770 * testsuite/binutils-all/verilog-8.hex: New file.
771 * NEWS: Mention the new feature.
772
391bf891
AM
7732019-05-10 Alan Modra <amodra@gmail.com>
774
775 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
776 (test_objdump_content_limited): Add text arg, use in place of .text.
777 (bintest_signed.o): Call get_standard_section_names for name of
778 text section.
779
2379f9c4
FS
7802019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
781
782 * objdump.c (sign_extend_address): New function.
783 (dump_bfd): Sign-extend user-specified start/stop addresses
784 for targets that need it.
785 * testsuite/binutils-all/objdump.exp: Add tests for objdump
786 with start and stop addresses in higher address ranges.
787
2ecde2b6
MM
7882019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
789
790 * testsuite/binutils-all/objdump.exp: Correct executable
791 spelling.
792 * testsuite/binutils-all/compress.exp: Likewise.
793
25a02744
NC
7942019-05-01 Nick Clifton <nickc@redhat.com>
795
796 PR 24507
797 * nm.c: (print_format): New variable.
798 (value_format_32bit, value_format_64bit): Delete.
799 (set_print_radix): Remove code to alter value_format strings.
800 (set_output_format): Record chosen format in print_format.
801 (get_print_format): New function - constructs a printf formatting
802 string according to the requirements of size, radix, and output
803 format.
804 (print_value): Use get_print_format.
805 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
806 and "nm -t d".
807
8107ddce
AM
8082019-04-30 Alan Modra <amodra@gmail.com>
809
810 * wrstabs.c (stab_start_class_type): Add assert to work around
811 gcc9 warning. Tidy.
812
1b8dd643
NC
8132019-04-24 Nick Clifton <nickc@redhat.com>
814
815 * objcopy.c (strip_main): Do not enable note merging by default if
816 just stripping debug or dwo information.
817 * doc/binutils.texi (strip): Update documentation.
818
624a2451
NC
8192019-04-23 Nick Clifton <nickc@redhat.com>
820
821 * README-how-to-make-a-release: Add note to update the symbolic
822 link from "docs" to "docs-2.x" on the sourceware website.
823
a0fb9615
AM
8242019-04-16 Alan Modra <amodra@gmail.com>
825
826 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
827 * testsuite/binutils-all/copy-3.d: Likewise.
828
031254f2
AV
8292019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
830
831 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
832
462cac58
L
8332019-04-08 H.J. Lu <hongjiu.lu@intel.com>
834
835 * readelf.c (decode_x86_isa): Handle
836 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
837 * testsuite/binutils-all/i386/pr21231b.d: Updated.
838 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
839
82b53593
L
8402019-04-08 H.J. Lu <hongjiu.lu@intel.com>
841
842 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
843
05805feb
TC
8442019-03-26 Tamar Christina <tamar.christina@arm.com>
845
846 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
847 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
848 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
849 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
850 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
851 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
852 * testsuite/binutils-all/arm/in-order.d: Likewise.
853 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
854 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
855 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
856
5fb812fc
NC
8572019-03-26 Nick Clifton <nickc@redhat.com>
858
859 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
860 FRV and MEP.
861
e8fba7f6
AM
8622019-03-26 Alan Modra <amodra@gmail.com>
863
864 * objdump.c (dump_relocs_in_section): Warning fix.
865
796d6298
TC
8662019-03-25 Tamar Christina <tamar.christina@arm.com>
867
868 * testsuite/binutils-all/arm/in-order-all.d: New test.
869 * testsuite/binutils-all/arm/in-order.d: New test.
870 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
871 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
872 * testsuite/binutils-all/arm/out-of-order.T: New test.
873 * testsuite/binutils-all/arm/out-of-order.d: New test.
874 * testsuite/binutils-all/arm/out-of-order.s: New test.
875
876
60df3720
TC
8772019-03-25 Tamar Christina <tamar.christina@arm.com>
878
879 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
880 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
881 * testsuite/binutils-all/aarch64/out-of-order.d:
882
51457761
TC
8832019-03-25 Tamar Christina <tamar.christina@arm.com>
884
885 * testsuite/binutils-all/aarch64/in-order.d: New test.
886 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
887 well.
888
53b2f36b
TC
8892019-03-25 Tamar Christina <tamar.christina@arm.com>
890
891 * objdump.c (disassemble_bytes): Pass stop_offset.
892 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
893 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
894 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
895
63455780
NC
8962019-03-19 Nick Clifton <nickc@redhat.com>
897
898 PR 24360
899 * objdump.c (load_specific_debug_section): Check that the amount
900 of memory to be allocated matches the size of the section.
901
1dbade74
SD
9022019-03-13 Sudakshina Das <sudi.das@arm.com>
903
904 * readelf.c (get_aarch64_dynamic_type): Add case for
905 DT_AARCH64_PAC_PLT.
906 (dynamic_section_aarch64_val): Likewise.
907
37c18eed
SD
9082019-03-13 Sudakshina Das <sudi.das@arm.com>
909 Szabolcs Nagy <szabolcs.nagy@arm.com>
910
911 * readelf.c (get_aarch64_dynamic_type): New.
912 (get_dynamic_type): Use above for EM_AARCH64.
913 (dynamic_section_aarch64_val): New.
914 (process_dynamic_section): Use above for EM_AARCH64.
915
cd702818
SD
9162019-03-13 Sudakshina Das <sudi.das@arm.com>
917
918 * readelf.c (decode_aarch64_feature_1_and): New.
919 (print_gnu_property_note): Add case for AArch64 gnu notes.
920
7a6e0d89
AM
9212019-03-12 Alan Modra <amodra@gmail.com>
922
923 * objdump.c (load_specific_debug_section): Don't compare section
924 size against file size.
925 (dump_relocs_in_section): Don't compare reloc size against file size.
926 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
927
88c9190b
NC
9282019-03-05 Nick Clifton <nickc@redhat.com>
929
930 PR 24295
931 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
932
4933ff73
NC
9332019-03-05 Nick Clifton <nickc@redhat.com>
934
935 * po/sv.po: Updated Swedish translation.
936
093f70cc
MM
9372019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
938
939 PR 24287
940 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
941 of "lmap" with a "foreach" loop.
942
f5f20315
NC
9432019-03-04 Nick Clifton <nickc@redhat.com>
944
945 PR 24281
946 * objcopy.c (copy_archive): Do not copy thin archives.
947
52d6f3ee
MM
9482019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
949
950 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
951
39f0547e
NC
9522019-02-25 Nick Clifton <nickc@redhat.com>
953
954 * objdump.c (sym_ok): New function.
955 (find_symbol_for_address): Use new function.
956 (disassemble_section): Compare sections by name, not pointer.
957 (dump_dwarf): Move code to initialise byte_get pointer and iterate
958 over separate debug files from here to ...
959 (dump_bfd): ... here. Add parameter indicating that a separate
960 debug info file is being dumped. For main file, pull in the
961 symbol tables from all separate debug info files.
962 (display_object): Update call to dump_bfd.
963 * doc/binutils.texi: Document extened behaviour of the
964 --dwarf=follow-links option.
965 * NEWS: Mention this new feature.
966 * testsuite/binutils-all/objdump.WK2: Update expected output.
967 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
968 options and dump file parameters.
969 Add extra test.
970 * testsuite/binutils-all/objdump.WK3: New file.
971 * testsuite/binutils-all/readelf.exp: Change expected output for
972 readelf -wKis test.
973 * testsuite/binutils-all/readelf.wKis: New file.
974
24841daa
NC
9752019-02-22 Nick Clifton <nickc@redhat.com>
976
977 PR 23843
978 * dwarf.h (struct separate_info): New structure for containing
979 information on separate debug info files.
980 * dwarf.c (struct dwo_info): New structure for containing dwo
981 links.
982 (first_dwo_info): Chain of dwo_info structures.
983 (first_separate_file): Chain of separate_info structures.
984 (separate_debug_file, separate_debug_filename): Delete.
985 (fetch_alt_indirect_string): Scan all separate debug info files
986 for the requested string.
987 (add_dwo_info): New function.
988 (add_dwo_name): New function.
989 (add_dwo_dir): New function.
990 (add_dwo_id: New function.
991 (free_dwo_info): New function.
992 (read_and_display_attr_value): Store DWO data using the new
993 functions.
994 (load_debug_section_with_follow): If necessary, scan the list of
995 separate debug info files for the requested section.
996 (add_separate_debug_file): New function.
997 (load_separate_debug_info): Call add_separate_debug_file to store
998 the information on the newly loaded file.
999 (load_dwo_file): Likewise.
1000 (load_separate_debif_file): Rename to load_separate_debug_files.
1001 Change return type to boolean. If following links then attempt to
1002 load all separate debug info files, not just the first one.
1003 (free_debug_memory): Release memory in dwo_info and separate_info
1004 chains.
1005 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
1006 * readelf.c (process_object): Likewise.
1007 * doc/debug.options.texi: Update descriptions of links and
1008 follow-links options.
1009 * testsuite/binutils-all/objdump.WK2: Update expected output.
1010 * testsuite/binutils-all/readelf.k2: Likewise.
1011 * NEWS: Announce the new feature.
1012
5cacf1c8
NC
10132019-02-21 Nick Clifton <nickc@redhat.com>
1014
1015 PR 24247
1016 * unwind-ia64.c: Include sysdep.h.
1017 (unw_decode_x1): Check current pointer against end pointer before
1018 accessing memory.
1019 (unw_decode_x2): Likewise.
1020 (unw_decode_x3): Likewise.
1021 (unw_decode_x4): Likewise.
1022 (unw_decode_r2): Likewise.
1023 (unw_decode_p2_p5): Likewise.
1024 (unw_decode_p7_p10): Likewise.
1025 (unw_decode): Likewise.
1026
8d18bf79
NC
10272019-02-20 Nick Clifton <nickc@redhat.com>
1028
3ca60c57
NC
1029 PR 24246
1030 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1031
171375c6
NC
1032 PR 24244
1033 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
1034 prevent walking off the end of the buffer.
1035 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
1036 (unw_decode_x2): Likewise.
1037 (unw_decode_x3): Likewise.
1038 (unw_decode_x4): Likewise.
1039 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
1040 (unw_decode_r3): Likewise.
1041 (unw_decode_p7_p10): Likewise.
1042 (unw_decode_b2): Likewise.
1043 (unw_decode_b3_x4): Likewise.
1044
7fc0c668
NC
1045 PR 24243
1046 * readelf.c (process_mips_specific): Check for an options section
1047 that is too small to even contain a single option.
8d18bf79 1048
171375c6
NC
1049 PR 24242
1050 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1051
c22b42ce
AM
10522019-02-20 Alan Modra <amodra@gmail.com>
1053
1054 PR 24132
1055 PR 24138
1056 * readelf.c (get_data): Avoid possibility of overflow when
1057 checking for a read that may extend past end of file.
1058 (process_program_headers): Likewise.
1059
7d272a55
AM
10602019-02-20 Alan Modra <amodra@gmail.com>
1061
1062 PR 24233
1063 * objdump.c (dump_bfd_private_header): Print warning if
1064 bfd_print_private_bfd_data returns false.
1065
04d7fa21
NC
10662019-02-12 Nick Clifton <nickc@redhat.com>
1067
1068 PR 23440
1069 * README-how-to-make-a-release: Use git clean to delete spurious
1070 files from the local source repository.
1071
46cbf38d
AB
10722019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * size.c (berkeley_format): Delete.
1075 (enum output_format): New enum.
1076 (selected_output_format): New variable.
1077 (usage): Update to mention GNU format.
1078 (main): Update to extract options, and select format as needed.
1079 Handle GNU format where needed.
1080 (berkeley_sum): Renamed to...
1081 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
1082 (berkeley_format): Renamed to...
1083 (berkeley_or_gnu_format): ...this, and updated to handle both
1084 formats.
1085 (print_sizes): Handle GNU format.
1086 * doc/binutils.texi (size): Document new GNU format.
1087 * testsuite/binutils-all/size.exp: Add test of extended
1088 functionality.
1089 * NEWS: Mention new functionality.
1090
96fd92af
AB
10912019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * doc/binutils.texi (size): Update example output for Berkeley
1094 format output.
1095
2012bf01
NC
10962019-02-07 Nick Clifton <nickc@redhat.com>
1097
1098 * README-how-to-make-a-release: Add a note about updating the
1099 obsolete targets in the bfd/config.bfd file.
1100
082cbd3b
NC
11012019-02-04 Nick Clifton <nickc@redhat.com>
1102
1103 * README-how-to-make-a-release: Add more notes on making a release.
1104
18344509
NC
11052019-01-25 Nick Clifton <nickc@redhat.com>
1106
1107 PR 24131
1108 * readelf.c (process_notes_at): Prevent an illegal memory access
1109 when the note's namesize is zero.
1110 (decode_tic6x_unwind_bytecode): Add code to handle the case where
1111 no registers are specified in a frame pop instruction.
1112
9ed1348c
NC
11132019-01-25 Nick Clifton <nickc@redhat.com>
1114
1115 * po/bg.po: Updated Bulgarian translation.
1116
d9938630
NC
11172019-01-23 Nick Clifton <nickc@redhat.com>
1118
1119 * po/fr.po: Updated French translation.
1120 * po/pt.po: Updated Portuguese translation.
1121
375cd423
NC
11222019-01-21 Nick Clifton <nickc@redhat.com>
1123
1124 * po/uk.po: Updated Ukranian translation.
1125
f48dfe41
NC
11262019-01-19 Nick Clifton <nickc@redhat.com>
1127
1128 * configure: Regenerate.
1129 * binutils/po/binutils.pot.
1130
1131 * README-how-to-make-a-release: Update description on how to make
1132 a branch.
1133
f974f26c
NC
11342018-06-24 Nick Clifton <nickc@redhat.com>
1135
1136 2.32 branch created.
1137
baae986a
NC
11382019-01-17 Nick Clifton <nickc@redhat.com>
1139
1140 * objdump.c (disassemble_section): When disassembling from a
1141 symbol only stop at the next symbol if the original symbol was not
1142 a function symbol. Otherwise continue disassembling until a new
1143 function is reached.
1144 * testsuite/binutils-all/objdump.exp: Add tests of extended
1145 functionality.
1146 * testsuite/binutils-all/disasm.s: New test source file.
1147
2dc8dd17
JW
11482019-01-16 Kito Cheng <kito@andestech.com>
1149 Nelson Chu <nelson@andestech.com>
1150
1151 * readelf.c (get_riscv_section_type_name): New function.
1152 (get_section_type_name): Add handler for RISC-V.
1153 (riscv_attr_tag_t): Declare.
1154 (riscv_attr_tag): New.
1155 (display_riscv_attribute): New function.
1156 (process_attributes): Add handler for RISC-V.
1157 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1158 section.
1159
12add40e
NC
11602019-01-10 Nick Clifton <nickc@redhat.com>
1161
1162 PR 23963
1163 * objdump.c (sanitize_string): New function. Removes control
1164 characters from symbol names.
1165 (dump_section_header): Use new function.
1166 (objdump_print_symname): Likewise.
1167 (objdump_print_addr_with_sym): Likewise.
1168 (show_line): Likewise.
1169 (disassemble_bytes): Likewise.
1170 (disassemble_section): Likewise.
1171 (load_specific_debug_section): Likewise.
1172 (read_section_stabs): Likewise.
1173 (print_section_stabs): Likewise.
1174 (dump_section): Likewise.
1175 (dump_reloc_set): Likewise.
1176 (dump_relocs_in_section): Likewise.
1177 (dump_bfd): Likewise.
1178 (display_any_bfd): Likewise.
1179
28e817cc
NC
11802019-01-09 Nick Clifton <nickc@redhat.com>
1181
c0b0b1c2 1182 PR 24049
28e817cc
NC
1183 * readelf.c (process_archive): Use arch.file_name in error
1184 messages until the qualified name is available.
1185
3107326d
AP
11862019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1187
1188 * configure: Regenerate.
1189
923c6a75
AM
11902019-01-09 Alan Modra <amodra@gmail.com>
1191
1192 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1193 unconditionally to tests needing the option rather than via a
1194 list of targets.
1195
236f4ebe
NC
11962019-01-08 Nick Clifton <nickc@redhat.com>
1197
1198 PR 24044
1199 * cxxfilt.c (hp_symbol_characters): Delete.
1200 (main): Remove depcreated demangling styles.
1201 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1202 demangling opnames.
1203 * testsuite/binutils-all/cxxfilt.exp: Use the
1204 --no-strip-underscore option for targets that do prefix their
1205 symbols with underscores.
923c6a75 1206 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 1207
e3ecd631
TC
12082019-01-08 Tamar Christina <tamar.christina@arm.com>
1209
1210 PR 24065
1211 * testsuite/binutils-all/copy-6.d: New test.
1212 * testsuite/binutils-all/objcopy.exp: Use it.
1213
171b8e19
AM
12142019-01-08 Alan Modra <amodra@gmail.com>
1215
1216 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1217 $srcdir/$subdir to source file name if it starts with "./".
1218
12192019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1220
f87673e0
YS
1221 * readelf.c (get_machine_flags): Add RXv3 output.
1222
11fa9f13
NC
12232019-01-04 Nick Clifton <nickc@redhat.com>
1224
1225 PR 24005
1226 * objdump.c (load_specific_debug_section): Check for integer
1227 overflow before attempting to allocate contents.
1228
cf0ad5bb
NC
12292019-01-04 Nick Clifton <nickc@redhat.com>
1230
1231 PR 24001
1232 * objcopy.c (copy_object): Free dhandle after writing out the
1233 debug information.
1234 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1235 information.
1236
11fa9f13 1237
82704155
AM
12382019-01-01 Alan Modra <amodra@gmail.com>
1239
1240 Update year range in copyright notice of all files.
1241
d5c04e1b 1242For older changes see ChangeLog-2018
3499769a 1243\f
d5c04e1b 1244Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
1245
1246Copying and distribution of this file, with or without modification,
1247are permitted in any medium without royalty provided the copyright
1248notice and this notice are preserved.
1249
1250Local Variables:
1251mode: change-log
1252left-margin: 8
1253fill-column: 74
1254version-control: never
1255End:
This page took 0.255746 seconds and 4 git commands to generate.