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