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