AArch64: Add SVE DWARF registers
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2019-05-21 Tamar Christina <tamar.christina@arm.com>
2
3 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
4 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
5 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
6
7 2019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
8
9 PR 14798
10 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
11 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
12
13 2019-05-20 Nick Clifton <nickc@redhat.com>
14
15 * po/ca.po: Updated Catalan translation.
16
17 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
18
19 * NEWS: Mention Armv8.1-M Mainline and MVE.
20
21 2019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
22
23 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
24 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
25
26 2019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
27
28 PR 19921
29 * objcopy.c: Add new option --verilog-data-width. Use it to set
30 the value of VerilogDataWidth.
31 * doc/binutils.texi: Document the new option.
32 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
33 * testsuite/binutils-all/verilog-1.hex: New file.
34 * testsuite/binutils-all/verilog-2.hex: New file.
35 * testsuite/binutils-all/verilog-4.hex: New file.
36 * testsuite/binutils-all/verilog-8.hex: New file.
37 * NEWS: Mention the new feature.
38
39 2019-05-10 Alan Modra <amodra@gmail.com>
40
41 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
42 (test_objdump_content_limited): Add text arg, use in place of .text.
43 (bintest_signed.o): Call get_standard_section_names for name of
44 text section.
45
46 2019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
47
48 * objdump.c (sign_extend_address): New function.
49 (dump_bfd): Sign-extend user-specified start/stop addresses
50 for targets that need it.
51 * testsuite/binutils-all/objdump.exp: Add tests for objdump
52 with start and stop addresses in higher address ranges.
53
54 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
55
56 * testsuite/binutils-all/objdump.exp: Correct executable
57 spelling.
58 * testsuite/binutils-all/compress.exp: Likewise.
59
60 2019-05-01 Nick Clifton <nickc@redhat.com>
61
62 PR 24507
63 * nm.c: (print_format): New variable.
64 (value_format_32bit, value_format_64bit): Delete.
65 (set_print_radix): Remove code to alter value_format strings.
66 (set_output_format): Record chosen format in print_format.
67 (get_print_format): New function - constructs a printf formatting
68 string according to the requirements of size, radix, and output
69 format.
70 (print_value): Use get_print_format.
71 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
72 and "nm -t d".
73
74 2019-04-30 Alan Modra <amodra@gmail.com>
75
76 * wrstabs.c (stab_start_class_type): Add assert to work around
77 gcc9 warning. Tidy.
78
79 2019-04-24 Nick Clifton <nickc@redhat.com>
80
81 * objcopy.c (strip_main): Do not enable note merging by default if
82 just stripping debug or dwo information.
83 * doc/binutils.texi (strip): Update documentation.
84
85 2019-04-23 Nick Clifton <nickc@redhat.com>
86
87 * README-how-to-make-a-release: Add note to update the symbolic
88 link from "docs" to "docs-2.x" on the sourceware website.
89
90 2019-04-16 Alan Modra <amodra@gmail.com>
91
92 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
93 * testsuite/binutils-all/copy-3.d: Likewise.
94
95 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
96
97 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
98
99 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
100
101 * readelf.c (decode_x86_isa): Handle
102 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
103 * testsuite/binutils-all/i386/pr21231b.d: Updated.
104 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
105
106 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
107
108 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
109
110 2019-03-26 Tamar Christina <tamar.christina@arm.com>
111
112 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
113 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
114 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
115 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
116 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
117 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
118 * testsuite/binutils-all/arm/in-order.d: Likewise.
119 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
120 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
121 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
122
123 2019-03-26 Nick Clifton <nickc@redhat.com>
124
125 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
126 FRV and MEP.
127
128 2019-03-26 Alan Modra <amodra@gmail.com>
129
130 * objdump.c (dump_relocs_in_section): Warning fix.
131
132 2019-03-25 Tamar Christina <tamar.christina@arm.com>
133
134 * testsuite/binutils-all/arm/in-order-all.d: New test.
135 * testsuite/binutils-all/arm/in-order.d: New test.
136 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
137 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
138 * testsuite/binutils-all/arm/out-of-order.T: New test.
139 * testsuite/binutils-all/arm/out-of-order.d: New test.
140 * testsuite/binutils-all/arm/out-of-order.s: New test.
141
142
143 2019-03-25 Tamar Christina <tamar.christina@arm.com>
144
145 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
146 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
147 * testsuite/binutils-all/aarch64/out-of-order.d:
148
149 2019-03-25 Tamar Christina <tamar.christina@arm.com>
150
151 * testsuite/binutils-all/aarch64/in-order.d: New test.
152 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
153 well.
154
155 2019-03-25 Tamar Christina <tamar.christina@arm.com>
156
157 * objdump.c (disassemble_bytes): Pass stop_offset.
158 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
159 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
160 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
161
162 2019-03-19 Nick Clifton <nickc@redhat.com>
163
164 PR 24360
165 * objdump.c (load_specific_debug_section): Check that the amount
166 of memory to be allocated matches the size of the section.
167
168 2019-03-13 Sudakshina Das <sudi.das@arm.com>
169
170 * readelf.c (get_aarch64_dynamic_type): Add case for
171 DT_AARCH64_PAC_PLT.
172 (dynamic_section_aarch64_val): Likewise.
173
174 2019-03-13 Sudakshina Das <sudi.das@arm.com>
175 Szabolcs Nagy <szabolcs.nagy@arm.com>
176
177 * readelf.c (get_aarch64_dynamic_type): New.
178 (get_dynamic_type): Use above for EM_AARCH64.
179 (dynamic_section_aarch64_val): New.
180 (process_dynamic_section): Use above for EM_AARCH64.
181
182 2019-03-13 Sudakshina Das <sudi.das@arm.com>
183
184 * readelf.c (decode_aarch64_feature_1_and): New.
185 (print_gnu_property_note): Add case for AArch64 gnu notes.
186
187 2019-03-12 Alan Modra <amodra@gmail.com>
188
189 * objdump.c (load_specific_debug_section): Don't compare section
190 size against file size.
191 (dump_relocs_in_section): Don't compare reloc size against file size.
192 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
193
194 2019-03-05 Nick Clifton <nickc@redhat.com>
195
196 PR 24295
197 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
198
199 2019-03-05 Nick Clifton <nickc@redhat.com>
200
201 * po/sv.po: Updated Swedish translation.
202
203 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
204
205 PR 24287
206 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
207 of "lmap" with a "foreach" loop.
208
209 2019-03-04 Nick Clifton <nickc@redhat.com>
210
211 PR 24281
212 * objcopy.c (copy_archive): Do not copy thin archives.
213
214 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
215
216 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
217
218 2019-02-25 Nick Clifton <nickc@redhat.com>
219
220 * objdump.c (sym_ok): New function.
221 (find_symbol_for_address): Use new function.
222 (disassemble_section): Compare sections by name, not pointer.
223 (dump_dwarf): Move code to initialise byte_get pointer and iterate
224 over separate debug files from here to ...
225 (dump_bfd): ... here. Add parameter indicating that a separate
226 debug info file is being dumped. For main file, pull in the
227 symbol tables from all separate debug info files.
228 (display_object): Update call to dump_bfd.
229 * doc/binutils.texi: Document extened behaviour of the
230 --dwarf=follow-links option.
231 * NEWS: Mention this new feature.
232 * testsuite/binutils-all/objdump.WK2: Update expected output.
233 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
234 options and dump file parameters.
235 Add extra test.
236 * testsuite/binutils-all/objdump.WK3: New file.
237 * testsuite/binutils-all/readelf.exp: Change expected output for
238 readelf -wKis test.
239 * testsuite/binutils-all/readelf.wKis: New file.
240
241 2019-02-22 Nick Clifton <nickc@redhat.com>
242
243 PR 23843
244 * dwarf.h (struct separate_info): New structure for containing
245 information on separate debug info files.
246 * dwarf.c (struct dwo_info): New structure for containing dwo
247 links.
248 (first_dwo_info): Chain of dwo_info structures.
249 (first_separate_file): Chain of separate_info structures.
250 (separate_debug_file, separate_debug_filename): Delete.
251 (fetch_alt_indirect_string): Scan all separate debug info files
252 for the requested string.
253 (add_dwo_info): New function.
254 (add_dwo_name): New function.
255 (add_dwo_dir): New function.
256 (add_dwo_id: New function.
257 (free_dwo_info): New function.
258 (read_and_display_attr_value): Store DWO data using the new
259 functions.
260 (load_debug_section_with_follow): If necessary, scan the list of
261 separate debug info files for the requested section.
262 (add_separate_debug_file): New function.
263 (load_separate_debug_info): Call add_separate_debug_file to store
264 the information on the newly loaded file.
265 (load_dwo_file): Likewise.
266 (load_separate_debif_file): Rename to load_separate_debug_files.
267 Change return type to boolean. If following links then attempt to
268 load all separate debug info files, not just the first one.
269 (free_debug_memory): Release memory in dwo_info and separate_info
270 chains.
271 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
272 * readelf.c (process_object): Likewise.
273 * doc/debug.options.texi: Update descriptions of links and
274 follow-links options.
275 * testsuite/binutils-all/objdump.WK2: Update expected output.
276 * testsuite/binutils-all/readelf.k2: Likewise.
277 * NEWS: Announce the new feature.
278
279 2019-02-21 Nick Clifton <nickc@redhat.com>
280
281 PR 24247
282 * unwind-ia64.c: Include sysdep.h.
283 (unw_decode_x1): Check current pointer against end pointer before
284 accessing memory.
285 (unw_decode_x2): Likewise.
286 (unw_decode_x3): Likewise.
287 (unw_decode_x4): Likewise.
288 (unw_decode_r2): Likewise.
289 (unw_decode_p2_p5): Likewise.
290 (unw_decode_p7_p10): Likewise.
291 (unw_decode): Likewise.
292
293 2019-02-20 Nick Clifton <nickc@redhat.com>
294
295 PR 24246
296 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
297
298 PR 24244
299 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
300 prevent walking off the end of the buffer.
301 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
302 (unw_decode_x2): Likewise.
303 (unw_decode_x3): Likewise.
304 (unw_decode_x4): Likewise.
305 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
306 (unw_decode_r3): Likewise.
307 (unw_decode_p7_p10): Likewise.
308 (unw_decode_b2): Likewise.
309 (unw_decode_b3_x4): Likewise.
310
311 PR 24243
312 * readelf.c (process_mips_specific): Check for an options section
313 that is too small to even contain a single option.
314
315 PR 24242
316 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
317
318 2019-02-20 Alan Modra <amodra@gmail.com>
319
320 PR 24132
321 PR 24138
322 * readelf.c (get_data): Avoid possibility of overflow when
323 checking for a read that may extend past end of file.
324 (process_program_headers): Likewise.
325
326 2019-02-20 Alan Modra <amodra@gmail.com>
327
328 PR 24233
329 * objdump.c (dump_bfd_private_header): Print warning if
330 bfd_print_private_bfd_data returns false.
331
332 2019-02-12 Nick Clifton <nickc@redhat.com>
333
334 PR 23440
335 * README-how-to-make-a-release: Use git clean to delete spurious
336 files from the local source repository.
337
338 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * size.c (berkeley_format): Delete.
341 (enum output_format): New enum.
342 (selected_output_format): New variable.
343 (usage): Update to mention GNU format.
344 (main): Update to extract options, and select format as needed.
345 Handle GNU format where needed.
346 (berkeley_sum): Renamed to...
347 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
348 (berkeley_format): Renamed to...
349 (berkeley_or_gnu_format): ...this, and updated to handle both
350 formats.
351 (print_sizes): Handle GNU format.
352 * doc/binutils.texi (size): Document new GNU format.
353 * testsuite/binutils-all/size.exp: Add test of extended
354 functionality.
355 * NEWS: Mention new functionality.
356
357 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * doc/binutils.texi (size): Update example output for Berkeley
360 format output.
361
362 2019-02-07 Nick Clifton <nickc@redhat.com>
363
364 * README-how-to-make-a-release: Add a note about updating the
365 obsolete targets in the bfd/config.bfd file.
366
367 2019-02-04 Nick Clifton <nickc@redhat.com>
368
369 * README-how-to-make-a-release: Add more notes on making a release.
370
371 2019-01-25 Nick Clifton <nickc@redhat.com>
372
373 PR 24131
374 * readelf.c (process_notes_at): Prevent an illegal memory access
375 when the note's namesize is zero.
376 (decode_tic6x_unwind_bytecode): Add code to handle the case where
377 no registers are specified in a frame pop instruction.
378
379 2019-01-25 Nick Clifton <nickc@redhat.com>
380
381 * po/bg.po: Updated Bulgarian translation.
382
383 2019-01-23 Nick Clifton <nickc@redhat.com>
384
385 * po/fr.po: Updated French translation.
386 * po/pt.po: Updated Portuguese translation.
387
388 2019-01-21 Nick Clifton <nickc@redhat.com>
389
390 * po/uk.po: Updated Ukranian translation.
391
392 2019-01-19 Nick Clifton <nickc@redhat.com>
393
394 * configure: Regenerate.
395 * binutils/po/binutils.pot.
396
397 * README-how-to-make-a-release: Update description on how to make
398 a branch.
399
400 2018-06-24 Nick Clifton <nickc@redhat.com>
401
402 2.32 branch created.
403
404 2019-01-17 Nick Clifton <nickc@redhat.com>
405
406 * objdump.c (disassemble_section): When disassembling from a
407 symbol only stop at the next symbol if the original symbol was not
408 a function symbol. Otherwise continue disassembling until a new
409 function is reached.
410 * testsuite/binutils-all/objdump.exp: Add tests of extended
411 functionality.
412 * testsuite/binutils-all/disasm.s: New test source file.
413
414 2019-01-16 Kito Cheng <kito@andestech.com>
415 Nelson Chu <nelson@andestech.com>
416
417 * readelf.c (get_riscv_section_type_name): New function.
418 (get_section_type_name): Add handler for RISC-V.
419 (riscv_attr_tag_t): Declare.
420 (riscv_attr_tag): New.
421 (display_riscv_attribute): New function.
422 (process_attributes): Add handler for RISC-V.
423 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
424 section.
425
426 2019-01-10 Nick Clifton <nickc@redhat.com>
427
428 PR 23963
429 * objdump.c (sanitize_string): New function. Removes control
430 characters from symbol names.
431 (dump_section_header): Use new function.
432 (objdump_print_symname): Likewise.
433 (objdump_print_addr_with_sym): Likewise.
434 (show_line): Likewise.
435 (disassemble_bytes): Likewise.
436 (disassemble_section): Likewise.
437 (load_specific_debug_section): Likewise.
438 (read_section_stabs): Likewise.
439 (print_section_stabs): Likewise.
440 (dump_section): Likewise.
441 (dump_reloc_set): Likewise.
442 (dump_relocs_in_section): Likewise.
443 (dump_bfd): Likewise.
444 (display_any_bfd): Likewise.
445
446 2019-01-09 Nick Clifton <nickc@redhat.com>
447
448 PR 24049
449 * readelf.c (process_archive): Use arch.file_name in error
450 messages until the qualified name is available.
451
452 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
453
454 * configure: Regenerate.
455
456 2019-01-09 Alan Modra <amodra@gmail.com>
457
458 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
459 unconditionally to tests needing the option rather than via a
460 list of targets.
461
462 2019-01-08 Nick Clifton <nickc@redhat.com>
463
464 PR 24044
465 * cxxfilt.c (hp_symbol_characters): Delete.
466 (main): Remove depcreated demangling styles.
467 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
468 demangling opnames.
469 * testsuite/binutils-all/cxxfilt.exp: Use the
470 --no-strip-underscore option for targets that do prefix their
471 symbols with underscores.
472 Update tests to eliminate those that use gnu v2 encoding.
473
474 2019-01-08 Tamar Christina <tamar.christina@arm.com>
475
476 PR 24065
477 * testsuite/binutils-all/copy-6.d: New test.
478 * testsuite/binutils-all/objcopy.exp: Use it.
479
480 2019-01-08 Alan Modra <amodra@gmail.com>
481
482 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
483 $srcdir/$subdir to source file name if it starts with "./".
484
485 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
486
487 * readelf.c (get_machine_flags): Add RXv3 output.
488
489 2019-01-04 Nick Clifton <nickc@redhat.com>
490
491 PR 24005
492 * objdump.c (load_specific_debug_section): Check for integer
493 overflow before attempting to allocate contents.
494
495 2019-01-04 Nick Clifton <nickc@redhat.com>
496
497 PR 24001
498 * objcopy.c (copy_object): Free dhandle after writing out the
499 debug information.
500 * objdump.c (dump_bfd): Free dhandle after printing out the debug
501 information.
502
503
504 2019-01-01 Alan Modra <amodra@gmail.com>
505
506 Update year range in copyright notice of all files.
507
508 For older changes see ChangeLog-2018
509 \f
510 Copyright (C) 2019 Free Software Foundation, Inc.
511
512 Copying and distribution of this file, with or without modification,
513 are permitted in any medium without royalty provided the copyright
514 notice and this notice are preserved.
515
516 Local Variables:
517 mode: change-log
518 left-margin: 8
519 fill-column: 74
520 version-control: never
521 End:
This page took 0.040826 seconds and 4 git commands to generate.