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