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