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