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