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