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