1 2019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
5 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
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.
12 2019-04-08 H.J. Lu <hongjiu.lu@intel.com>
14 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
16 2019-03-26 Tamar Christina <tamar.christina@arm.com>
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.
29 2019-03-26 Nick Clifton <nickc@redhat.com>
31 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
34 2019-03-26 Alan Modra <amodra@gmail.com>
36 * objdump.c (dump_relocs_in_section): Warning fix.
38 2019-03-25 Tamar Christina <tamar.christina@arm.com>
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.
49 2019-03-25 Tamar Christina <tamar.christina@arm.com>
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:
55 2019-03-25 Tamar Christina <tamar.christina@arm.com>
57 * testsuite/binutils-all/aarch64/in-order.d: New test.
58 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
61 2019-03-25 Tamar Christina <tamar.christina@arm.com>
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.
68 2019-03-19 Nick Clifton <nickc@redhat.com>
71 * objdump.c (load_specific_debug_section): Check that the amount
72 of memory to be allocated matches the size of the section.
74 2019-03-13 Sudakshina Das <sudi.das@arm.com>
76 * readelf.c (get_aarch64_dynamic_type): Add case for
78 (dynamic_section_aarch64_val): Likewise.
80 2019-03-13 Sudakshina Das <sudi.das@arm.com>
81 Szabolcs Nagy <szabolcs.nagy@arm.com>
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.
88 2019-03-13 Sudakshina Das <sudi.das@arm.com>
90 * readelf.c (decode_aarch64_feature_1_and): New.
91 (print_gnu_property_note): Add case for AArch64 gnu notes.
93 2019-03-12 Alan Modra <amodra@gmail.com>
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.
100 2019-03-05 Nick Clifton <nickc@redhat.com>
103 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
105 2019-03-05 Nick Clifton <nickc@redhat.com>
107 * po/sv.po: Updated Swedish translation.
109 2019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
112 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
113 of "lmap" with a "foreach" loop.
115 2019-03-04 Nick Clifton <nickc@redhat.com>
118 * objcopy.c (copy_archive): Do not copy thin archives.
120 2019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
122 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
124 2019-02-25 Nick Clifton <nickc@redhat.com>
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.
142 * testsuite/binutils-all/objdump.WK3: New file.
143 * testsuite/binutils-all/readelf.exp: Change expected output for
145 * testsuite/binutils-all/readelf.wKis: New file.
147 2019-02-22 Nick Clifton <nickc@redhat.com>
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
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
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
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.
185 2019-02-21 Nick Clifton <nickc@redhat.com>
188 * unwind-ia64.c: Include sysdep.h.
189 (unw_decode_x1): Check current pointer against end pointer before
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.
199 2019-02-20 Nick Clifton <nickc@redhat.com>
202 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
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.
218 * readelf.c (process_mips_specific): Check for an options section
219 that is too small to even contain a single option.
222 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
224 2019-02-20 Alan Modra <amodra@gmail.com>
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.
232 2019-02-20 Alan Modra <amodra@gmail.com>
235 * objdump.c (dump_bfd_private_header): Print warning if
236 bfd_print_private_bfd_data returns false.
238 2019-02-12 Nick Clifton <nickc@redhat.com>
241 * README-how-to-make-a-release: Use git clean to delete spurious
242 files from the local source repository.
244 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
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
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
261 * NEWS: Mention new functionality.
263 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
265 * doc/binutils.texi (size): Update example output for Berkeley
268 2019-02-07 Nick Clifton <nickc@redhat.com>
270 * README-how-to-make-a-release: Add a note about updating the
271 obsolete targets in the bfd/config.bfd file.
273 2019-02-04 Nick Clifton <nickc@redhat.com>
275 * README-how-to-make-a-release: Add more notes on making a release.
277 2019-01-25 Nick Clifton <nickc@redhat.com>
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.
285 2019-01-25 Nick Clifton <nickc@redhat.com>
287 * po/bg.po: Updated Bulgarian translation.
289 2019-01-23 Nick Clifton <nickc@redhat.com>
291 * po/fr.po: Updated French translation.
292 * po/pt.po: Updated Portuguese translation.
294 2019-01-21 Nick Clifton <nickc@redhat.com>
296 * po/uk.po: Updated Ukranian translation.
298 2019-01-19 Nick Clifton <nickc@redhat.com>
300 * configure: Regenerate.
301 * binutils/po/binutils.pot.
303 * README-how-to-make-a-release: Update description on how to make
306 2018-06-24 Nick Clifton <nickc@redhat.com>
310 2019-01-17 Nick Clifton <nickc@redhat.com>
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
316 * testsuite/binutils-all/objdump.exp: Add tests of extended
318 * testsuite/binutils-all/disasm.s: New test source file.
320 2019-01-16 Kito Cheng <kito@andestech.com>
321 Nelson Chu <nelson@andestech.com>
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
332 2019-01-10 Nick Clifton <nickc@redhat.com>
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.
352 2019-01-09 Nick Clifton <nickc@redhat.com>
355 * readelf.c (process_archive): Use arch.file_name in error
356 messages until the qualified name is available.
358 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
360 * configure: Regenerate.
362 2019-01-09 Alan Modra <amodra@gmail.com>
364 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
365 unconditionally to tests needing the option rather than via a
368 2019-01-08 Nick Clifton <nickc@redhat.com>
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
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.
380 2019-01-08 Tamar Christina <tamar.christina@arm.com>
383 * testsuite/binutils-all/copy-6.d: New test.
384 * testsuite/binutils-all/objcopy.exp: Use it.
386 2019-01-08 Alan Modra <amodra@gmail.com>
388 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
389 $srcdir/$subdir to source file name if it starts with "./".
391 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
393 * readelf.c (get_machine_flags): Add RXv3 output.
395 2019-01-04 Nick Clifton <nickc@redhat.com>
398 * objdump.c (load_specific_debug_section): Check for integer
399 overflow before attempting to allocate contents.
401 2019-01-04 Nick Clifton <nickc@redhat.com>
404 * objcopy.c (copy_object): Free dhandle after writing out the
406 * objdump.c (dump_bfd): Free dhandle after printing out the debug
410 2019-01-01 Alan Modra <amodra@gmail.com>
412 Update year range in copyright notice of all files.
414 For older changes see ChangeLog-2018
416 Copyright (C) 2019 Free Software Foundation, Inc.
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.
426 version-control: never