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