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