gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1f67cf98
AM
12019-11-18 Alan Modra <amodra@gmail.com>
2
3 PR 25198
4 * prdbg.c (tg_start_class_type): Correct scope of idbuf.
5
831bd6aa
AM
62019-11-08 Alan Modra <amodra@gmail.com>
7
8 PR 25172
9 * objdump.c (usage): Correct --stop-address description.
10
e264b5b7
NC
112019-11-07 Nick Clifton <nickc@redhat.com>
12
13 * ar.c (open_output_file): Check for filename validity before
14 prefixing with output directory.
15 Display the constructed output filename if in verbose mode.
16 (extract_file): Let open_output_file display the filename.
17
ef07b808
NC
182019-11-07 Nick Clifton <nickc@redhat.com>
19
20 * objcopy.c (copy_object): Skip note sections that do not have
21 an output section. Always copy note sections, even if no
22 changes are made.
23
75802ccb
CE
242019-11-06 Christian Eggers <ceggers@gmx.de>
25
26 * readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add
27 comment. Catch potential integer overflow and fix off by one
28 error whilst checking reloc location against section size.
29 (apply_relocations): Use IN_RANGE macro.
30
64f52b3e
FS
312019-11-04 Fangrui Song <maskray@google.com>
32
33 * objcopy.c (enum option_values): Add OPTION_KEEP_SECTION.
34 (SECTION_CONTEXT_KEEP): Define. Adjust other SECTION_CONTEXT macros.
35 (copy_usage): Describe --keep-section.
36 (strip_usage): Likewise.
37 (copy_main): Handle SECTION_CONTEXT_KEEP.
38 (strip_main): Likewise.
39 (is_strip_section_1): Likewise.
40 * testsuite/binutils-all/objcopy.exp: Add tests.
41 * testsuite/binutils-all/keep-section-1.d: New test driver file.
42 * testsuite/binutils-all/keep-section-2.d: Likewise.
43 * doc/binutils.texi: Document the new feature.
44 * NEWS: Mention the new feature.
45
a712c56a
NC
462019-10-20 Palmer Dabbelt <palmer@sifive.com>
47
48 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
49
197245e3
FS
502019-10-30 Fangrui Song <i@maskray.me>
51 Nick Clifton <nickc@redhat.com>
52
53 * ar.c (emum long option numbers): Declare. Use to provide
54 numerical values for long options.
55 (long_options): Add --output option.
56 (usage): Mention the --output option.
57 (open_output_file): New function. Create a filepath for an output
58 file and open it.
59 (extract_file): Use open_output_file().
60 (open_output_file):
61 * testsuite/binutils-all/ar.exp: Add a test of the new feature.
62 * doc/binutils.texi: Document the new feature.
63 * NEWS: Mention the new feature.
64
1cc3da76
AM
652019-10-26 Alan Modra <amodra@gmail.com>
66
67 * objcopy.c (sort_gnu_build_notes): Correct sort of deleted
68 note2.
69
760ddef4
L
702019-10-25 H.J. Lu <hongjiu.lu@intel.com>
71
72 * elfedit.c (elf_x86_feature): Report unknown x86 feature.
73
256878f3
L
742019-10-25 H.J. Lu <hongjiu.lu@intel.com>
75
76 * elfedit.c (update_gnu_property): Replace BYTE_PUT with byte_put.
77
5c49f2cd
NC
782019-10-25 Nick Clifton <nickc@redhat.com>
79
80 * objcopy.c (struct merged_note_section): New structure. Used to
81 chain together details of mergeable note sections.
82 (is_merged_note_section): Rename to is_megreable_note_section and
83 return true for note sections that use GNU_BUILD_ATTRS_SECTION_NAME
84 as a prefix.
85 (num_bytes): Delete
86 (objcoopy_internal_note): Add padded_namesz field.
87 (DEBUG_MERGE): New macro. Set to non-zero to enable debugging of
88 the note merging code.
89 (gap_exists): Rename to overlaps_or_adjoins and return TRUE for
90 overlapping notes or adjoining notes.
91 (contained_by, is_deleted_note, is_version_note)
92 (compare_gnu_build_notes, sort_gnu_build_notes): New functions.
93 (merge_gnu_build_notes): Rework. Sort notes into a mergeable
94 order first. Merge them. Then sort them into an ascending
95 address order before writing them out.
96 (copy_object): Handle more than one mergeable note section.
97 * testsuite/binutils-all/note-2-32.d: Update for new merging
98 behaviour.
99 * testsuite/binutils-all/note-2-32.s: Likewise.
100 * testsuite/binutils-all/note-2-64.d: Likewise.
101 * testsuite/binutils-all/note-2-64.s: Likewise.
102 * testsuite/binutils-all/note-3-32.d: Likewise.
103 * testsuite/binutils-all/note-3-32.s: Likewise.
104 * testsuite/binutils-all/note-3-64.d: Likewise.
105 * testsuite/binutils-all/note-3-64.s: Likewise.
106 * testsuite/binutils-all/note-4-32.d: Likewise.
107 * testsuite/binutils-all/note-4-32.s: Likewise.
108 * testsuite/binutils-all/note-4-64.d: Likewise.
109 * testsuite/binutils-all/note-4-64.s: Likewise.
110 * testsuite/binutils-all/note-6-32.s: New test source file.
111 * testsuite/binutils-all/note-6-64.s: New test source file.
112 * testsuite/binutils-all/note-6-32.d: New test driver file.
113 * testsuite/binutils-all/note-6-64.d: New test driver file.
114 * testsuite/binutils-all/objcopy.exp: Run the new test.
115
c0c121b0
AM
1162019-10-25 Alan Modra <amodra@gmail.com>
117
118 * readelf.c (process_program_headers): Check PT_PHDR p_offset
119 as well as p_vaddr. Use p_filesz, not p_memsz, in vaddr test.
120
95cc7c16
AM
1212019-10-21 Alan Modra <amodra@gmail.com>
122
123 PR 452
124 PR 25104
125 * ar.c (write_archive): Set BFD_ARCHIVE_FULL_PATH.
126 * doc/binutils.texi (extract from archive): Mention
127 restrictions when extracting from archives with full paths.
128 (ar P): Update to current P support.
129 (ar -X32_64): Fix spelling.
130
6ce9ba7a
AM
1312019-10-14 Alan Modra <amodra@gmail.com>
132
133 * objcopy.c (compare_section_lma): Correct comment. Dereference
134 section pointer earlier and lose unnecessary const. Style fixes.
135 Add final sort by id.
136
4786fbf3
NC
1372019-10-13 Nick Clifton <nickc@redhat.com>
138
139 * README-how-to-make-a-release: Add a note to reset the
140 development flag back to true after making a point release.
141
03d0d46a
NC
1422019-10-12 Nick Clifton <nickc@redhat.com>
143
144 * README-how-to-make-a-release: Tweak a few sections based on the
145 results of the 2.33.1 release.
146
b0531efe
NC
1472019-10-11 Nick Clifton <nickc@redhat.com>
148
149 * po/zh_TW.po: Updated Chinese (traditional) translation.
150
b7d9d3ee
AM
1512019-10-09 Alan Modra <amodra@gmail.com>
152
153 PR 25079
154 * ar.c (decode_options): Don't try for command options if
155 write_armap or mri_mode is selected.
156
c0ea7c52
JL
1572019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
158
159 * readelf.c (display_msp430_gnu_attribute): New.
160 (process_arch_specific): Use msp430 specific handler for GNU
161 attributes.
162
d344b407
NA
1632019-09-30 Nick Alcock <nick.alcock@oracle.com>
164
165 * objdump.c (main): Fix tabdamage.
166 * readelf.c (CTF_DUMP): Likewise.
167 (options): Likewise.
168 (dump_section_as_ctf): Likewise.
169
fd86991b
NA
1702019-08-03 Nick Alcock <nick.alcock@oracle.com>
171
172 * objdump.c (dump_ctf): Use the default CTF archive member as the
173 parent even when no parent section is specified.
174 (dump_ctf_archive_member): Only import from the parent
175 if this is not the default ".ctf" member.
176
87279e3c
NA
1772019-09-23 Nick Alcock <nick.alcock@oracle.com>
178
179 * Makefile.am (LIBCTF): Mention the .la file.
180 (LIBCTF_NOBFD): New.
181 (readelf_DEPENDENCIES): Use it.
182 (readelf_LDADD): Likewise.
183 * Makefile.in: Regenerated.
184
616febde
NA
1852019-07-13 Nick Alcock <nick.alcock@oracle.com>
186
187 * readelf.c (dump_ctf_symtab_name): Give default value.
188 (dump_ctf_strtab_name): Likewise.
189 (dump_section_as_ctf): Allow for the null string.
190
9b32cba4
NA
1912019-07-08 Nick Alcock <nick.alcock@oracle.com>
192
193 * objdump.c (dump_ctf_archive_member): Dump the CTF header.
194 * readelf.c (dump_section_as_ctf): Likewise.
195
de4859ea
NC
1962019-10-02 Niklas Gürtler <profclonk@gmail.com>
197
198 PR 24942
199 * objcopy.c (copy_usage): Update description of
200 --set-section-alignment.
201 (copy_main): Interpret numeric argument of --set-section-alignment
202 as a byte alignment, not a power of two alignment.
203 * doc/binutils.texi: Update description of
204 --set-section-alignment.
205 * testsuite/binutils-all/set-section-alignment.d: New test.
206 * testsuite/binutils-all/objcopy.exp: Run the new test.
207
663f67df
AM
2082019-09-30 Alan Modra <amodra@gmail.com>
209
210 PR 25046
211 * readelf.c (process_program_headers): Clear dynamic_addr and
212 dynamic_size earlier.
213
352f6bc3
AM
2142019-09-24 Alan Modra <amodra@gmail.com>
215
216 PR 25031
217 * nm.c (print_format_string): New.
218 (get_print_format): Delete saved_format. Move earlier.
219 (set_print_width): Call get_print_format.
220 (print_value): Use print_format_string.
221
aa739c59
AM
2222019-09-23 Alan Modra <amodra@gmail.com>
223
224 * dlltool.c: Include coff-bfd.h.
225
b3fe587e
AM
2262019-09-23 Alan Modra <amodra@gmail.com>
227
228 PR 25018
229 * dwarf.c (get_type_signedness): Delete ineffective pointer
230 comparison check. Properly range check uvalue offset on
231 recursive call.
232 (read_and_display_attr_value): Range check uvalue offset before
233 calling get_type_signedness.
234
00f93c44
AM
2352019-09-20 Alan Modra <amodra@gmail.com>
236
237 * ar.c (write_archive): Use bfd_set_thin_archive.
238
4e28d4cc
TC
2392019-09-18 Tamar Christina <tamar.christina@arm.com>
240
241 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
242
fd361982
AM
2432019-09-18 Alan Modra <amodra@gmail.com>
244
245 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
246 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
247 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
248 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
249 throughout for bfd section macro and function changes.
250
e6f7f6d1
AM
2512019-09-18 Alan Modra <amodra@gmail.com>
252
253 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
254 * objcopy.c: Likewise.
255 * objdump.c: Likewise.
256 * rdcoff.c: Likewise.
257 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
258 (filter_symbols): Likewise.
259
2b44a6a2
SM
2602019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
261
262 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
263 cxxfilt.man and binutils.info.
264 (MAINTAINERCLEANFILES): Remove.
265 * doc/Makefile.in: Re-generate.
266
89ae5e69
SM
2672019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
268
269 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
270 * doc/Makefile.in: Re-generate.
271
95103a84
SM
2722019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
273
274 * doc/Makefile.am (install-data-loca): Remove target.
275 (DISTCLEANFILES): Remove variable.
276 * doc/Makefile.in: Re-generate.
277
e0b2a78c
SM
2782019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
279
280 * Makefile.in: Re-generate.
281 * configure: Re-generate.
282 * doc/Makefile.in: Re-generate.
283
bb695960
PB
2842019-09-16 Phil Blundell <pb@pbcl.net>
285
286 * Makefile.in, configure. doc/Makefile.in: Regenerated.
287
1ff5d5c4
TT
2882019-09-11 Tom Tromey <tom@tromey.com>
289
290 * objcopy.c (copy_archive): Update.
291 * bucomm.h (make_tempname, make_tempdir): Make argument const.
292 * bucomm.c (make_tempname, make_tempdir): Make argument const.
293
0a4632b5
AM
2942019-09-11 Alan Modra <amodra@gmail.com>
295
296 PR 24907
297 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
298 lines. Correct max_reloc_offset_into_insn test.
299
aebcfb76
NC
3002019-09-10 Nick Clifton <nickc@redhat.com>
301
302 PR 24907
303 * objdump.c (null_print): New function.
304 (disassemble_bytes): Delete previous_octets local and replace with
305 a test of the max_reloc_offset_into_insn field of the
306 bfd_arch_info structure. If a reloc is a potential match for the
307 next insn, then perform a dummy disassembly in order to calculate
308 its real length.
309
60391a25
PB
3102019-09-09 Phil Blundell <pb@pbcl.net>
311
312 binutils 2.33 branch created.
313
b16c44de
AM
3142019-09-06 Alan Modra <amodra@gmail.com>
315
316 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
317 (print_object_filename_posix, print_archive_filename_bsd),
318 (print_archive_filename_sysv, print_archive_filename_posix),
319 (print_archive_member_bsd, print_archive_member_sysv),
320 (print_archive_member_posix): Constify parameter.
321 (struct output_fns <print_object_filename, print_archive_filename>),
322 (<print_archive_member>): Likewise.
323 * objcopy.c (copy_archive): Add cast for make_tempdir.
324
a85eba51
AM
3252019-08-29 Alan Modra <amodra@gmail.com>
326
327 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
328
fa463e9f
N
3292019-08-28 Niklas Gürtler <profclonk@gmail.com>
330
331 PR 24942
332 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
333 (struct section_list): Add alignment field.
334 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
335 (copy_options): Add --set-section-alignment.
336 (copy_usage): Describe --set-section-alignment.
337 (find_section_list): Initialise the alignment field.
338 (setup_section): Handle the alignment field.
339 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
340 * doc/binutils.texi: Document the new feature.
341 * NEWS: Mention the new feature.
342
a1c110a3
NC
3432019-08-28 Nick Clifton <nickc@redhat.com>
344
345 PR 24931
346 * objdump.c (source_comment): New static variable.
347 (option_values): Add OPTION_SOURCE_COMMENT.
348 (long_opions): Add --source-comment.
349 (print_line): If source comment is set, use it as a prefix to the
350 source code line.
351 (main): Handle OPTION_SOURCE_COMMENT.
352 * doc/binutils.texi: Document the new option.
353 * NEWS: Mention the new feature.
354 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
355 of the -S and --source-comment options.
356
ec1b0fbb
NC
3572019-08-27 Nick Clifton <nickc@redhat.com>
358
359 PR 24510
360 * dwarf.c (MAX_CU_NESTING): New constant.
361 (level_type_signed): New static array.
362 (skip_attr_bytes): New function.
363 (get_type_signedness): New function.
364 (read_and_print_leb128): New function.
365 (display_discr_list): New function.
366 (read_and_display_attr_value): Add start parameter.
367 Use new functions when handling DW_AT_type and DW_AT_discr_list.
368 (read_and_display_attr): Add start parameter. Pass to
369 read_and_display_attr_value.
370 (process_debug_info): Update call to read_and_display_attr.
371 (display_formatted_table): Likewise.
372 (display_debug_lines_decoded): Likewise. Also add start
373 parameter.
374 (display_debug_lines): Likewise.
375 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
376 lists.
377 * testsuite/binutils-all/dwarf-attributes.W: Update expected
378 output.
379
37606e67
AM
3802019-08-26 Alan Modra <amodra@gmail.com>
381
382 PR 24938
383 * debug.c (debug_write_type): Call empty_type for NULL type here..
384 (debug_write_type): ..rather than in just one case here.
385
afc72f15
NC
3862019-08-23 Nick Clifton <nickc@redhat.com>
387
388 PR 24829
389 * dwarf.c (check_uvalue): New function. Ensures that a block's
390 size is valid.
391 (read_and_display_attr_value): Use check_value when processsing
392 DW_FORM_block<n> attributes.
393
93d6a337
NC
3942019-08-22 Nick Clifton <nickc@redhat.com>
395
396 PR 24921
397 * dwarf.c (process_cu_tu_index): Handle the case where a table
398 does not have any columns.
399
d292364e
AM
4002019-08-19 Alan Modra <amodra@gmail.com>
401
402 PR 24898
403 * dwarf.c (display_debug_frames): Use the read_cie check and error
404 for augmentation data length.
405
d367307b
AM
4062019-08-17 Alan Modra <amodra@gmail.com>
407
408 PR 24911
409 * dwarf.c (comp_addr_base): Dereference args.
410
0b8b7609
AM
4112019-08-16 Alan Modra <amodra@gmail.com>
412
413 PR 24909
414 PR 23499
415 * readelf.c (get_symbol_version_string): Set sym_info earlier.
416
6ae978f1
NC
4172019-08-15 Nick Clifton <nickc@redhat.com>
418
419 PR 24767
420 * doc/binutils.texi (nm): Document the 'n' symbol type.
421
9177214a
CV
4222019-08-15 Christophe Vidal <support@krizalys.com>
423
424 * docs/binutils.texi: Fixed notice message disassembler options
425 section of the man page.
426
f16a9783
MS
4272019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
428
429 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
430 (get_mips_section_type_name): Return MI{S_XHASH name string.
431 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
432 info.
433 (process_symbol_table): Initialize the .MIPS.xhash section
434 pointer. Adjust the readelf output to support the new section.
435 (process_object): Set the .MIPS.xhash dynamic info to zero.
436
2b2ed245
TC
4372019-08-09 Tamar Christina <tamar.christina@arm.com>
438
439 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
440 * testsuite/binutils-all/arm/in-order.d: Likewise.
441 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
442 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
443
dbe15e4e
NC
4442019-08-08 Nick Clifton <nickc@redhat.com>
445
446 PR 24887
447 * readelf.c (process_notes_at): Left justify the "Data size"
448 column heading.
449 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
450 * testsuite/binutils-all/i386/ibt.d: Likewise.
451 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
452 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
453 * testsuite/binutils-all/i386/shstk.d: Likewise.
454 * testsuite/binutils-all/note-2-32.d: Likewise.
455 * testsuite/binutils-all/note-2-64.d: Likewise.
456 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
457 * testsuite/binutils-all/x86-64/empty.d: Likewise.
458 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
459 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
460 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
461 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
462 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
463 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
464 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
465 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
466 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
467 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
468 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
469 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
470 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
471 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
472
7d55c1d6
NC
4732019-08-08 Nick Clifton <nickc@redhat.com>
474
475 * testsuite/gentestdlls.c (main): Move declaration of loop
476 variable outside of the for() statement.
477
178d8719
JR
4782019-08-08 Jordan Rupprecht <rupprecht@google.com>
479
480 * readelf.c (process_note): Mask unknown description data bytes.
481
7c1c1904
AM
4822019-08-08 Alan Modra <amodra@gmail.com>
483
484 * readelf.c (get_data): Improve overflow checks.
485
f927cc8f
NC
4862019-08-07 Nick Clifton <nickc@redhat.com>
487
488 PR 24777
489 * doc/binutils.texi: Ensure consistent formating of title strings
490 for man pages. Extend the title of the size man page to be more
491 informative.
492
7cd00957
OM
4932019-08-07 Omair Majid <omajid@redhat.com>
494
495 * testsuite/binutils-all/objdump.exp
496 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
497 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
498 introduced machine types.
499 * testsuite/gentestdlls.c (write_simple_dll): New function.
500 (main): Generate simple and Linux-specific variants of pei-i386
501 and pei-x86-64 files so both can be used by tests.
502
90679903
AM
5032019-08-07 Alan Modra <amodra@gmail.com>
504
505 PR 24876
506 * readelf.c (dump_ia64_unwind): Check that buffer is large
507 enough for "stamp" before reading.
508
276cbbdf
NC
5092019-08-05 Nick Clifton <nickc@redhat.com>
510
511 PR 24874
512 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
513 note being a version note.
514 Remove spurious debugging fprintf.
515
e17869db
NC
5162019-08-05 Nick Clifton <nickc@redhat.com>
517
518 PR 24829
519 * readelf.c (apply_relocations): Catch potential integer overflow
520 whilst checking reloc location against section size.
521
97c0a079
AM
5222019-08-02 Alan Modra <amodra@gmail.com>
523
524 PR 24871
525 * readelf.c (ABSADDR): Delete.
526 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
527
cc5277b1
ML
5282019-07-29 Martin Liska <mliska@suse.cz>
529
530 PR 24768
531 * nm.c (filter_symbols): Set report_plugin_err if
532 error is reported.
533 (display_rel_file): Report error for a missing LTO plugin.
534
8e2e3c6c
AM
5352019-07-26 Alan Modra <amodra@gmail.com>
536
537 PR 24798
538 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
539 systems by casting ncols and nslots expressions to size_t. Display
540 number of columns and slots before giving up due to buffer overflow.
541 Use %u to display unsigned ints. Perform more pointer wrap tests.
542
d079b9c0 5432019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
544
545 PR 24809
546 * dwarf.c (display_debug_names): Display the contents of the
547 augmentation string, if it is printable.
548
2e6be59c
NC
5492019-07-25 Nick Clifton <nickc@redhat.com>
550
551 PR 24837
552 * readelf.c (process_mips_specific): Check for buffer overflow
553 before reading reginfo information.
554
2f86d559
NC
5552019-07-24 Nick Clifton <nickc@redhat.com>
556
557 PR 13256
558 * ar.c (decode_options): Restart option scanning if no operation
559 is detected and argument remain to be scanned.
560
2e8136f9
NC
5612019-07-23 Nick Clifton <nickc@redhat.com>
562
563 PR 24818
564 * objdump.c (is_relocateable): Delete.
565 (load_specific_debug_section): Test the abfd for relocations
566 directly, rather than relying upon is_relocateable.
567 (dump_dwarf): Delete initlialization of is_relocateable.
568
df3a023b
AM
5692019-07-23 Alan Modra <amodra@gmail.com>
570
571 * readelf.c (get_parisc_segment_type): Split off hpux entries..
572 (get_ia64_segment_type): ..and these..
573 (get_hpux_segment_type): ..to here.
574 (get_segment_type): Condition GNU_MBIND on osabi. Use
575 get_hpux_segment_type.
576 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
577 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
578
acea835f
AM
5792019-07-23 Alan Modra <amodra@gmail.com>
580
581 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
582 file used to set this variable.
583
1dd1bc4d
OM
5842019-07-23 Omar Majid <omajid@redhat.com>
585
586 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
587 (GENTESTDLLSPROG): Define.
588 (TEST_PROGS): Add GENTESTDLLSPROG.
589 * Makefile.in: Regenerate.
590 * testsuite/binutils-all/objdump.exp
591 (test_objdump_dotnet_assemblies): New proc.
592 Run the new proc.
593 * testsuite/gentestdlls.c: New source file.
594
781152ec
NC
5952019-06-28 Nick Clifton <nickc@redhat.com>
596
597 PR 24707
598 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
599 the symbol table is too large. Skip this check for MMO format
600 files.
781152ec 601
a68aa5d3
NC
6022019-06-26 Nick Clifton <nickc@redhat.com>
603
604 PR 24703
605 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
606 indicate this in the output.
607 (bfd_nonfatal_message): Likewise.
608
3e50a591
JB
6092019-06-25 Jan Beulich <jbeulich@suse.com>
610
611 * readelf.c (dump_ctf_indent_lines): Rename local variable
612 "spaces" to "blanks".
613
63160fc9
JB
6142019-06-25 Jan Beulich <jbeulich@suse.com>
615
616 * objdump.c (dump_ctf_indent_lines): Rename local variable
617 "spaces" to "blanks".
618
3a3a077c
AM
6192019-06-14 Alan Modra <amodra@gmail.com>
620
621 * Makefile.in: Regenerate.
622 * aclocal.m4: Regenerate.
623 * doc/Makefile.in: Regenerate.
624
9abca702
CZ
6252019-06-12 Christos Zoulas <christos@zoulas.com>
626
627 PR 24663
628 * readelf.c (process_netbsd_elf_note): Add support for
629 NT_NETBSD_PAX.
630 (process_note): Add support for PaX notes.
631
c0d38b0e
CZ
6322019-06-12 Christos Zoulas <christos@zoulas.com>
633
634 PR 24665
635 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
636 core notes.
637
540e6170
CZ
6382019-06-12 Christos Zoulas <christos@zoulas.com>
639
640 PR 24664
641 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
642 auxv notes.
643
2057d69d
CZ
6442019-06-11 Christos Zoulas <christos@zoulas.com>
645
646 PR 24662
647 * readelf.c (get_alpha_symbol_other): New function.
648 (get_symbol_other): Use for Alpha symbols.
649 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
650
c93dbb25
CZ
6512019-06-11 Christos Zoulas <christos@zoulas.com>
652
653 PR 24661
654 * readelf.c (decode_arm_unwind): Ensure that the local variable
655 'addr' is always initialised.
656
c6a636ce
NC
6572019-06-10 Christos Zoulas <christos@zoulas.com>
658
659 PR 24651
660 * strings.c (print_strings): Use %u to print unsigned values in
661 decimal.
662
2e02f296
CZ
6632019-06-10 Christos Zoulas <christos@zoulas.com>
664
665 PR 24649
666 * arsup.c (ar_open): Use asprintf in place of xmalloc and
667 sprintf.
668
79b377b3
NC
6692019-06-03 Nick Clifton <nickc@redhat.com>
670
671 Revert:
672 2019-05-29 Nick Clifton <nickc@redhat.com>
673
674 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
675 targets.
676 (HAVE_LIBCTF): Define if libctf support is available.
677 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
678 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
679 defined.
680 * readelf.c: Likewise.
681 * configure: Regenerate.
682 * Makefile.in: Regenerate.
683 * config.in: Regenerate.
684
a0486bac
JM
6852019-05-30 Nick Alcock <nick.alcock@oracle.com>
686
687 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
688 cts_offset.
689 * readelf.c (shdr_to_ctf_sect): Likewise.
690
ae9ac79e
NC
6912019-05-30 Nick Clifton <nickc@redhat.com>
692
693 PR 24627
694 * readelf.c (process_version_sections): Add 0x prefix to address
695 display. Correct indentation.
696
6ff185b8
AM
6972019-05-30 Alan Modra <amodra@gmail.com>
698
699 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
700 s12z to targets not supporting this feature.
701
1336939d
AM
7022019-05-30 Alan Modra <amodra@gmail.com>
703
704 * testsuite/lib/binutils-common.exp (run_dump_test): Support
705 tcl procedures for xfail args.
706
e33f2313
NC
7072019-05-29 Nick Clifton <nickc@redhat.com>
708
709 * README-how-to-make-a-release: Add libctf to list of directories
710 that need updates in their ChangeLogs.
711
90bd5423
NC
7122019-05-29 Nick Clifton <nickc@redhat.com>
713
714 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
715 targets.
716 (HAVE_LIBCTF): Define if libctf support is available.
717 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
718 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
719 defined.
720 * readelf.c: Likewise.
721 * configure: Regenerate.
722 * Makefile.in: Regenerate.
723 * config.in: Regenerate.
724
88981b15
NA
7252019-05-28 Nick Alcock <nick.alcock@oracle.com>
726
727 * MAINTAINERS: Add myself as CTF maintainer.
728
7d9813f1
NA
7292019-05-28 Nick Alcock <nick.alcock@oracle.com>
730
731 * objdump.c (ctf-api.h): New include.
732 (dump_ctf_section_info): New variable.
733 (dump_ctf_section_name): Likewise.
734 (usage): Describe new options.
735 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
736 (main): Use them to add --ctf and --ctf-parent.
737 (read_section_stabs): Add new parameter, entsize_ptr.
738 (find_stabs_section): Adjust accordingly.
739 (make_ctfsect): New.
740 (dump_ctf_indent_lines): New.
741 (dump_ctf_archive_member): New.
742 (dump_ctf): New.
743 (dump_bfd): Call it. Free resources afterwards.
744 * readelf.c (ctf-api.h): New include.
745 (CTF_DUMP): New.
746 (static bfd_boolean do_ctf): Likewise.
747 (dump_ctf_parent_name): Likewise.
748 (dump_ctf_symtab_name): Likewise.
749 (dump_ctf_strtab_name): Likewise.
750 (OPTION_CTF_DUMP): Likewise.
751 (OPTION_CTF_PARENT): Likewise.
752 (OPTION_CTF_SYMBOLS): Likewise.
753 (OPTION_CTF_STRINGS): Likewise.
754 (options): Add them.
755 (usage): Likewise.
756 (parse_args): Handle the new options, requesting CTF_DUMP.
757 (process_section_contents): Handle CTF_DUMP.
758 (shdr_to_ctf_sect): New.
759 (dump_ctf_indent_lines): New.
760 (dump_section_as_ctf): New.
761 (main): Free resources.
762 * Makefile.am (LIBCTF): New variable.
763 (objdump_DEPENDENCIES): Use it.
764 (readelf_DEPENDENCIES): Likewise.
765 (objdump_LDADD): Likewise.
766 (readelf_LDADD): Likewise.
767 * aclocal.m4: Regenerated.
768 * Makefile.in: Likewise.
769
770 * doc/binutils.texi (objdump): Document the new options.
771 (readelf): Likewise.
772 * doc/ctf.options.texi: New.
773 * doc/Makefile.in: Regenerated.
774 * NEWS: Mention the new feature.
775
61dd8e19
AM
7762019-05-27 Alan Modra <amodra@gmail.com>
777
778 * readelf.c (process_section_groups): Continue processing groups
779 when sh_entsize exceeds group size.
780
2301ed1c
SN
7812019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
782
783 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
784 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
785 (get_symbol_other): Call get_aarch64_symbol_other.
786
dd7efa79
PB
7872019-05-24 Alan Modra <amodra@gmail.com>
788
789 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
790
27830e0d
JM
7912019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
792
793 * MAINTAINERS: Add myself as the maintainer for BPF.
794
aca4efc7
JM
7952019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
796
797 * readelf.c: Include elf/bpf.h.
798 (guess_is_rela): Hanle EM_BPF.
799 (dump_relocations): Likewise.
800 (is_32bit_abs_reloc): Likewise.
801 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
802 ELF targets.
803
fab7c86e
TC
8042019-05-21 Tamar Christina <tamar.christina@arm.com>
805
806 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
807 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
808 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
809
d8734380
FS
8102019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
811
812 PR 14798
813 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
814 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
815
999b073b
NC
8162019-05-20 Nick Clifton <nickc@redhat.com>
817
818 * po/ca.po: Updated Catalan translation.
819
514bbb0f
AV
8202019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
821
822 * NEWS: Mention Armv8.1-M Mainline and MVE.
823
a7ad558c
AV
8242019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
825
826 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
827 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
828
37d0d091
JH
8292019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
830
831 PR 19921
832 * objcopy.c: Add new option --verilog-data-width. Use it to set
833 the value of VerilogDataWidth.
834 * doc/binutils.texi: Document the new option.
835 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
836 * testsuite/binutils-all/verilog-1.hex: New file.
837 * testsuite/binutils-all/verilog-2.hex: New file.
838 * testsuite/binutils-all/verilog-4.hex: New file.
839 * testsuite/binutils-all/verilog-8.hex: New file.
840 * NEWS: Mention the new feature.
841
391bf891
AM
8422019-05-10 Alan Modra <amodra@gmail.com>
843
844 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
845 (test_objdump_content_limited): Add text arg, use in place of .text.
846 (bintest_signed.o): Call get_standard_section_names for name of
847 text section.
848
2379f9c4
FS
8492019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
850
851 * objdump.c (sign_extend_address): New function.
852 (dump_bfd): Sign-extend user-specified start/stop addresses
853 for targets that need it.
854 * testsuite/binutils-all/objdump.exp: Add tests for objdump
855 with start and stop addresses in higher address ranges.
856
2ecde2b6
MM
8572019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
858
859 * testsuite/binutils-all/objdump.exp: Correct executable
860 spelling.
861 * testsuite/binutils-all/compress.exp: Likewise.
862
25a02744
NC
8632019-05-01 Nick Clifton <nickc@redhat.com>
864
865 PR 24507
866 * nm.c: (print_format): New variable.
867 (value_format_32bit, value_format_64bit): Delete.
868 (set_print_radix): Remove code to alter value_format strings.
869 (set_output_format): Record chosen format in print_format.
870 (get_print_format): New function - constructs a printf formatting
871 string according to the requirements of size, radix, and output
872 format.
873 (print_value): Use get_print_format.
874 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
875 and "nm -t d".
876
8107ddce
AM
8772019-04-30 Alan Modra <amodra@gmail.com>
878
879 * wrstabs.c (stab_start_class_type): Add assert to work around
880 gcc9 warning. Tidy.
881
1b8dd643
NC
8822019-04-24 Nick Clifton <nickc@redhat.com>
883
884 * objcopy.c (strip_main): Do not enable note merging by default if
885 just stripping debug or dwo information.
886 * doc/binutils.texi (strip): Update documentation.
887
624a2451
NC
8882019-04-23 Nick Clifton <nickc@redhat.com>
889
890 * README-how-to-make-a-release: Add note to update the symbolic
891 link from "docs" to "docs-2.x" on the sourceware website.
892
a0fb9615
AM
8932019-04-16 Alan Modra <amodra@gmail.com>
894
895 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
896 * testsuite/binutils-all/copy-3.d: Likewise.
897
031254f2
AV
8982019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
899
900 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
901
462cac58
L
9022019-04-08 H.J. Lu <hongjiu.lu@intel.com>
903
904 * readelf.c (decode_x86_isa): Handle
905 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
906 * testsuite/binutils-all/i386/pr21231b.d: Updated.
907 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
908
82b53593
L
9092019-04-08 H.J. Lu <hongjiu.lu@intel.com>
910
911 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
912
05805feb
TC
9132019-03-26 Tamar Christina <tamar.christina@arm.com>
914
915 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
916 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
917 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
918 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
919 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
920 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
921 * testsuite/binutils-all/arm/in-order.d: Likewise.
922 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
923 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
924 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
925
5fb812fc
NC
9262019-03-26 Nick Clifton <nickc@redhat.com>
927
928 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
929 FRV and MEP.
930
e8fba7f6
AM
9312019-03-26 Alan Modra <amodra@gmail.com>
932
933 * objdump.c (dump_relocs_in_section): Warning fix.
934
796d6298
TC
9352019-03-25 Tamar Christina <tamar.christina@arm.com>
936
937 * testsuite/binutils-all/arm/in-order-all.d: New test.
938 * testsuite/binutils-all/arm/in-order.d: New test.
939 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
940 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
941 * testsuite/binutils-all/arm/out-of-order.T: New test.
942 * testsuite/binutils-all/arm/out-of-order.d: New test.
943 * testsuite/binutils-all/arm/out-of-order.s: New test.
944
945
60df3720
TC
9462019-03-25 Tamar Christina <tamar.christina@arm.com>
947
948 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
949 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
950 * testsuite/binutils-all/aarch64/out-of-order.d:
951
51457761
TC
9522019-03-25 Tamar Christina <tamar.christina@arm.com>
953
954 * testsuite/binutils-all/aarch64/in-order.d: New test.
955 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
956 well.
957
53b2f36b
TC
9582019-03-25 Tamar Christina <tamar.christina@arm.com>
959
960 * objdump.c (disassemble_bytes): Pass stop_offset.
961 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
962 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
963 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
964
63455780
NC
9652019-03-19 Nick Clifton <nickc@redhat.com>
966
967 PR 24360
968 * objdump.c (load_specific_debug_section): Check that the amount
969 of memory to be allocated matches the size of the section.
970
1dbade74
SD
9712019-03-13 Sudakshina Das <sudi.das@arm.com>
972
973 * readelf.c (get_aarch64_dynamic_type): Add case for
974 DT_AARCH64_PAC_PLT.
975 (dynamic_section_aarch64_val): Likewise.
976
37c18eed
SD
9772019-03-13 Sudakshina Das <sudi.das@arm.com>
978 Szabolcs Nagy <szabolcs.nagy@arm.com>
979
980 * readelf.c (get_aarch64_dynamic_type): New.
981 (get_dynamic_type): Use above for EM_AARCH64.
982 (dynamic_section_aarch64_val): New.
983 (process_dynamic_section): Use above for EM_AARCH64.
984
cd702818
SD
9852019-03-13 Sudakshina Das <sudi.das@arm.com>
986
987 * readelf.c (decode_aarch64_feature_1_and): New.
988 (print_gnu_property_note): Add case for AArch64 gnu notes.
989
7a6e0d89
AM
9902019-03-12 Alan Modra <amodra@gmail.com>
991
992 * objdump.c (load_specific_debug_section): Don't compare section
993 size against file size.
994 (dump_relocs_in_section): Don't compare reloc size against file size.
995 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
996
88c9190b
NC
9972019-03-05 Nick Clifton <nickc@redhat.com>
998
999 PR 24295
1000 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
1001
4933ff73
NC
10022019-03-05 Nick Clifton <nickc@redhat.com>
1003
1004 * po/sv.po: Updated Swedish translation.
1005
093f70cc
MM
10062019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
1007
1008 PR 24287
1009 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
1010 of "lmap" with a "foreach" loop.
1011
f5f20315
NC
10122019-03-04 Nick Clifton <nickc@redhat.com>
1013
1014 PR 24281
1015 * objcopy.c (copy_archive): Do not copy thin archives.
1016
52d6f3ee
MM
10172019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
1018
1019 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
1020
39f0547e
NC
10212019-02-25 Nick Clifton <nickc@redhat.com>
1022
1023 * objdump.c (sym_ok): New function.
1024 (find_symbol_for_address): Use new function.
1025 (disassemble_section): Compare sections by name, not pointer.
1026 (dump_dwarf): Move code to initialise byte_get pointer and iterate
1027 over separate debug files from here to ...
1028 (dump_bfd): ... here. Add parameter indicating that a separate
1029 debug info file is being dumped. For main file, pull in the
1030 symbol tables from all separate debug info files.
1031 (display_object): Update call to dump_bfd.
1032 * doc/binutils.texi: Document extened behaviour of the
1033 --dwarf=follow-links option.
1034 * NEWS: Mention this new feature.
1035 * testsuite/binutils-all/objdump.WK2: Update expected output.
1036 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
1037 options and dump file parameters.
1038 Add extra test.
1039 * testsuite/binutils-all/objdump.WK3: New file.
1040 * testsuite/binutils-all/readelf.exp: Change expected output for
1041 readelf -wKis test.
1042 * testsuite/binutils-all/readelf.wKis: New file.
1043
24841daa
NC
10442019-02-22 Nick Clifton <nickc@redhat.com>
1045
1046 PR 23843
1047 * dwarf.h (struct separate_info): New structure for containing
1048 information on separate debug info files.
1049 * dwarf.c (struct dwo_info): New structure for containing dwo
1050 links.
1051 (first_dwo_info): Chain of dwo_info structures.
1052 (first_separate_file): Chain of separate_info structures.
1053 (separate_debug_file, separate_debug_filename): Delete.
1054 (fetch_alt_indirect_string): Scan all separate debug info files
1055 for the requested string.
1056 (add_dwo_info): New function.
1057 (add_dwo_name): New function.
1058 (add_dwo_dir): New function.
1059 (add_dwo_id: New function.
1060 (free_dwo_info): New function.
1061 (read_and_display_attr_value): Store DWO data using the new
1062 functions.
1063 (load_debug_section_with_follow): If necessary, scan the list of
1064 separate debug info files for the requested section.
1065 (add_separate_debug_file): New function.
1066 (load_separate_debug_info): Call add_separate_debug_file to store
1067 the information on the newly loaded file.
1068 (load_dwo_file): Likewise.
1069 (load_separate_debif_file): Rename to load_separate_debug_files.
1070 Change return type to boolean. If following links then attempt to
1071 load all separate debug info files, not just the first one.
1072 (free_debug_memory): Release memory in dwo_info and separate_info
1073 chains.
1074 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
1075 * readelf.c (process_object): Likewise.
1076 * doc/debug.options.texi: Update descriptions of links and
1077 follow-links options.
1078 * testsuite/binutils-all/objdump.WK2: Update expected output.
1079 * testsuite/binutils-all/readelf.k2: Likewise.
1080 * NEWS: Announce the new feature.
1081
5cacf1c8
NC
10822019-02-21 Nick Clifton <nickc@redhat.com>
1083
1084 PR 24247
1085 * unwind-ia64.c: Include sysdep.h.
1086 (unw_decode_x1): Check current pointer against end pointer before
1087 accessing memory.
1088 (unw_decode_x2): Likewise.
1089 (unw_decode_x3): Likewise.
1090 (unw_decode_x4): Likewise.
1091 (unw_decode_r2): Likewise.
1092 (unw_decode_p2_p5): Likewise.
1093 (unw_decode_p7_p10): Likewise.
1094 (unw_decode): Likewise.
1095
8d18bf79
NC
10962019-02-20 Nick Clifton <nickc@redhat.com>
1097
3ca60c57
NC
1098 PR 24246
1099 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
1100
171375c6
NC
1101 PR 24244
1102 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
1103 prevent walking off the end of the buffer.
1104 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
1105 (unw_decode_x2): Likewise.
1106 (unw_decode_x3): Likewise.
1107 (unw_decode_x4): Likewise.
1108 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
1109 (unw_decode_r3): Likewise.
1110 (unw_decode_p7_p10): Likewise.
1111 (unw_decode_b2): Likewise.
1112 (unw_decode_b3_x4): Likewise.
1113
7fc0c668
NC
1114 PR 24243
1115 * readelf.c (process_mips_specific): Check for an options section
1116 that is too small to even contain a single option.
8d18bf79 1117
171375c6
NC
1118 PR 24242
1119 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
1120
c22b42ce
AM
11212019-02-20 Alan Modra <amodra@gmail.com>
1122
1123 PR 24132
1124 PR 24138
1125 * readelf.c (get_data): Avoid possibility of overflow when
1126 checking for a read that may extend past end of file.
1127 (process_program_headers): Likewise.
1128
7d272a55
AM
11292019-02-20 Alan Modra <amodra@gmail.com>
1130
1131 PR 24233
1132 * objdump.c (dump_bfd_private_header): Print warning if
1133 bfd_print_private_bfd_data returns false.
1134
04d7fa21
NC
11352019-02-12 Nick Clifton <nickc@redhat.com>
1136
1137 PR 23440
1138 * README-how-to-make-a-release: Use git clean to delete spurious
1139 files from the local source repository.
1140
46cbf38d
AB
11412019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * size.c (berkeley_format): Delete.
1144 (enum output_format): New enum.
1145 (selected_output_format): New variable.
1146 (usage): Update to mention GNU format.
1147 (main): Update to extract options, and select format as needed.
1148 Handle GNU format where needed.
1149 (berkeley_sum): Renamed to...
1150 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
1151 (berkeley_format): Renamed to...
1152 (berkeley_or_gnu_format): ...this, and updated to handle both
1153 formats.
1154 (print_sizes): Handle GNU format.
1155 * doc/binutils.texi (size): Document new GNU format.
1156 * testsuite/binutils-all/size.exp: Add test of extended
1157 functionality.
1158 * NEWS: Mention new functionality.
1159
96fd92af
AB
11602019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * doc/binutils.texi (size): Update example output for Berkeley
1163 format output.
1164
2012bf01
NC
11652019-02-07 Nick Clifton <nickc@redhat.com>
1166
1167 * README-how-to-make-a-release: Add a note about updating the
1168 obsolete targets in the bfd/config.bfd file.
1169
082cbd3b
NC
11702019-02-04 Nick Clifton <nickc@redhat.com>
1171
1172 * README-how-to-make-a-release: Add more notes on making a release.
1173
18344509
NC
11742019-01-25 Nick Clifton <nickc@redhat.com>
1175
1176 PR 24131
1177 * readelf.c (process_notes_at): Prevent an illegal memory access
1178 when the note's namesize is zero.
1179 (decode_tic6x_unwind_bytecode): Add code to handle the case where
1180 no registers are specified in a frame pop instruction.
1181
9ed1348c
NC
11822019-01-25 Nick Clifton <nickc@redhat.com>
1183
1184 * po/bg.po: Updated Bulgarian translation.
1185
d9938630
NC
11862019-01-23 Nick Clifton <nickc@redhat.com>
1187
1188 * po/fr.po: Updated French translation.
1189 * po/pt.po: Updated Portuguese translation.
1190
375cd423
NC
11912019-01-21 Nick Clifton <nickc@redhat.com>
1192
1193 * po/uk.po: Updated Ukranian translation.
1194
f48dfe41
NC
11952019-01-19 Nick Clifton <nickc@redhat.com>
1196
1197 * configure: Regenerate.
1198 * binutils/po/binutils.pot.
1199
1200 * README-how-to-make-a-release: Update description on how to make
1201 a branch.
1202
f974f26c
NC
12032018-06-24 Nick Clifton <nickc@redhat.com>
1204
1205 2.32 branch created.
1206
baae986a
NC
12072019-01-17 Nick Clifton <nickc@redhat.com>
1208
1209 * objdump.c (disassemble_section): When disassembling from a
1210 symbol only stop at the next symbol if the original symbol was not
1211 a function symbol. Otherwise continue disassembling until a new
1212 function is reached.
1213 * testsuite/binutils-all/objdump.exp: Add tests of extended
1214 functionality.
1215 * testsuite/binutils-all/disasm.s: New test source file.
1216
2dc8dd17
JW
12172019-01-16 Kito Cheng <kito@andestech.com>
1218 Nelson Chu <nelson@andestech.com>
1219
1220 * readelf.c (get_riscv_section_type_name): New function.
1221 (get_section_type_name): Add handler for RISC-V.
1222 (riscv_attr_tag_t): Declare.
1223 (riscv_attr_tag): New.
1224 (display_riscv_attribute): New function.
1225 (process_attributes): Add handler for RISC-V.
1226 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1227 section.
1228
12add40e
NC
12292019-01-10 Nick Clifton <nickc@redhat.com>
1230
1231 PR 23963
1232 * objdump.c (sanitize_string): New function. Removes control
1233 characters from symbol names.
1234 (dump_section_header): Use new function.
1235 (objdump_print_symname): Likewise.
1236 (objdump_print_addr_with_sym): Likewise.
1237 (show_line): Likewise.
1238 (disassemble_bytes): Likewise.
1239 (disassemble_section): Likewise.
1240 (load_specific_debug_section): Likewise.
1241 (read_section_stabs): Likewise.
1242 (print_section_stabs): Likewise.
1243 (dump_section): Likewise.
1244 (dump_reloc_set): Likewise.
1245 (dump_relocs_in_section): Likewise.
1246 (dump_bfd): Likewise.
1247 (display_any_bfd): Likewise.
1248
28e817cc
NC
12492019-01-09 Nick Clifton <nickc@redhat.com>
1250
c0b0b1c2 1251 PR 24049
28e817cc
NC
1252 * readelf.c (process_archive): Use arch.file_name in error
1253 messages until the qualified name is available.
1254
3107326d
AP
12552019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1256
1257 * configure: Regenerate.
1258
923c6a75
AM
12592019-01-09 Alan Modra <amodra@gmail.com>
1260
1261 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1262 unconditionally to tests needing the option rather than via a
1263 list of targets.
1264
236f4ebe
NC
12652019-01-08 Nick Clifton <nickc@redhat.com>
1266
1267 PR 24044
1268 * cxxfilt.c (hp_symbol_characters): Delete.
1269 (main): Remove depcreated demangling styles.
1270 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1271 demangling opnames.
1272 * testsuite/binutils-all/cxxfilt.exp: Use the
1273 --no-strip-underscore option for targets that do prefix their
1274 symbols with underscores.
923c6a75 1275 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 1276
e3ecd631
TC
12772019-01-08 Tamar Christina <tamar.christina@arm.com>
1278
1279 PR 24065
1280 * testsuite/binutils-all/copy-6.d: New test.
1281 * testsuite/binutils-all/objcopy.exp: Use it.
1282
171b8e19
AM
12832019-01-08 Alan Modra <amodra@gmail.com>
1284
1285 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1286 $srcdir/$subdir to source file name if it starts with "./".
1287
12882019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1289
f87673e0
YS
1290 * readelf.c (get_machine_flags): Add RXv3 output.
1291
11fa9f13
NC
12922019-01-04 Nick Clifton <nickc@redhat.com>
1293
1294 PR 24005
1295 * objdump.c (load_specific_debug_section): Check for integer
1296 overflow before attempting to allocate contents.
1297
cf0ad5bb
NC
12982019-01-04 Nick Clifton <nickc@redhat.com>
1299
1300 PR 24001
1301 * objcopy.c (copy_object): Free dhandle after writing out the
1302 debug information.
1303 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1304 information.
1305
11fa9f13 1306
82704155
AM
13072019-01-01 Alan Modra <amodra@gmail.com>
1308
1309 Update year range in copyright notice of all files.
1310
d5c04e1b 1311For older changes see ChangeLog-2018
3499769a 1312\f
d5c04e1b 1313Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
1314
1315Copying and distribution of this file, with or without modification,
1316are permitted in any medium without royalty provided the copyright
1317notice and this notice are preserved.
1318
1319Local Variables:
1320mode: change-log
1321left-margin: 8
1322fill-column: 74
1323version-control: never
1324End:
This page took 0.233468 seconds and 4 git commands to generate.