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