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