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