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