GDB: Add support for the new set/show disassembler-options commands.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
2
3 * objdump.c (main): Use remove_whitespace_and_extra_commas.
4
5 2017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6
7 Fix compilation with GCC 4.4.7.
8 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
9 Initialize begin and end.
10
11 2017-02-25 Alan Modra <amodra@gmail.com>
12
13 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
14 Support hpux .comm variant.
15 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
16 dw5 test for hppa64-hpux.
17
18 2017-02-24 Nick Clifton <nickc@redhat.com>
19
20 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
21 (do_reloc, do_sections, do_section_groups, do_section_details,
22 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
23 (do_version, do_histogram, do_debugging, do_arch, do_notes,
24 (do_archive_index, is_32bit_elf, decompress_dumps): Use
25 bfd_boolean type.
26 (parse_args): Treat the do_* variables as booleans.
27 (print_vma): Return an unsigned int.
28 (print_symbol): Change width parameter to signed int.
29 (is_ia64_vms): Change return type to bfd_boolean.
30 (guess_is_rela): Likewise.
31 (slurp_rela_relocs): Likewise.
32 (slurp_rel_relocs): Likewise.
33 (dump_relocations): Likewise.
34 (process_file_header): Likewise.
35 (get_program_headers): Likewise.
36 (process_program_headers): Likewise.
37 (process_section_headers): Likewise.
38 (process_section_groups): Likewise.
39 (dump_ia64_vms_dynamic_fixups): Likewise.
40 (dump_ia64_vms_dynamic_relocs): Likewise.
41 (process_ia64_vms_dynamic_relocs): Likewise.
42 (process_relocs): Likewise.
43 (dump_ia64_unwind): Likewise.
44 (ia64_process_unwind): Likewise.
45 (dump_hppa_unwind): Likewise.
46 (slurp_hppa_unwind_table): Likewise.
47 (hppa_process_unwind): Likewise.
48 (decode_arm_unwind_bytecode): Likewise.
49 (decode_tic6x_unwind_bytecode): Likewise.
50 (decode_arm_unwind): Likewise.
51 (dump_arm_unwind): Likewise.
52 (arm_process_unwind): Likewise.
53 (process_unwind): Likewise.
54 (get_32bit_dynamic_section): Likewise.
55 (get_64bit_dynamic_section): Likewise.
56 (process_dynamic_section): Likewise.
57 (process_version_sections): Likewise.
58 (process_symbol_table): Likewise.
59 (process_syminfo): Likewise.
60 (apply_relocations): Likewise.
61 (disassemble_section): Likewise.
62 (dump_section_as_strings): Likewise.
63 (dump_section_as_bytes): Likewise.
64 (load_specific_debug_section): Likewise.
65 (load_debug_section): Likewise.
66 (display_debug_section): Likewise.
67 (process_section_contents): Likewise.
68 (process_attributes): Likewise.
69 (process_nds32_specific): Likewise.
70 (process_gnu_liblist): Likewise.
71 (print_core_note): Likewise.
72 (print_gnu_note): Likewise.
73 (print_v850_note): Likewise.
74 (process_netbsd_elf_note): Likewise.
75 (print_stapsdt_note): Likewise.
76 (print_ia64_vms_note): Likewise.
77 (process_note): Likewise.
78 (process_notes_at): Likewise.
79 (process_corefile_note_segments): Likewise.
80 (process_v850_notes): Likewise.
81 (process_note_sections): Likewise.
82 (process_notes): Likewise.
83 (process_arch_specific): Likewise.
84 (get_file_header): Likewise.
85 (process_object): Likewise.
86 (process_archive): Likewise.
87 (process_file): Likewise.
88 (section_subset): Make static.
89 (get_mips_reg_size): Return a signed integer.
90 (process_object): Reverse the logic of the return value.
91 (process_archive): Likewise.
92 (process_file): Likewise.
93 (process_program_headers): Fix snafu - if the program headers are
94 not available then this is not a cause to fail.
95 (process_corefile_note_segments): Likewise.
96
97 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
98
99 * readelf.c (get_ver_flags): Tidy the formatting of the string
100 returned
101
102 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
103
104 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
105 `isum' unsigned.
106 <SHT_GNU_verneed>: Likewise.
107
108 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
109
110 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
111 the number of entries processed by the section size. Don't
112 break out of the loop if `ent.vd_next' is 0.
113
114 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
115
116 * testsuite/binutils-all/dw5.S: New file.
117 * testsuite/binutils-all/dw5.W: New file.
118 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
119
120 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
123
124 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
127 DW_MACRO_GNU_*.
128
129 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
132 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
133 and DW_OP_reinterpret.
134 (read_and_display_attr_value): Support DW_AT_call_value,
135 DW_AT_call_data_value, DW_AT_call_target and
136 DW_AT_call_target_clobbered.
137
138 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 * dwarf.c (fetch_indirect_line_string): New function.
141 (abbrev_attr): New field implicit_const.
142 (add_abbrev_attr): New parameter implicit_const.
143 (process_abbrev_section): Support DW_FORM_implicit_const.
144 (decode_location_expression): Support DW_OP_entry_value.
145 (read_and_display_attr_value): Add parameter implicit_const. Support
146 DW_FORM_line_strp and DW_FORM_implicit_const.
147 (read_and_display_attr): Add parameter implicit_const.
148 (process_debug_info): Support line_str and DWARF-5.
149 (read_debug_line_header): Support DWARF-5.
150 (display_formatted_table): New function.
151 (display_debug_lines_raw): New parameter file. Support DWARF-5.
152 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
153 (display_debug_lines): Pass file parameter.
154 (display_debug_macro): Update read_and_display_attr_value caller.
155 (display_debug_abbrev): Support DW_FORM_implicit_const.
156 (display_loclists_list): New function.
157 (display_loc_list): Support .debug_loclists.
158 (display_debug_ranges_list): New function from display_debug_ranges.
159 (display_debug_rnglists_list): New function.
160 (display_debug_ranges): Support .debug_rnglists.
161 (debug_displays): Add .debug_line_str, .debug_loclists and
162 .debug_rnglists.
163 * dwarf.h: Include dwarf2.h
164 (DWARF2_Internal_LineInfo): Add li_offset_size.
165 (DWARF2_Internal_CompUnit): Add cu_unit_type.
166 (enum dwarf_section_display_enum): Add line_str.
167 * readelf.c (process_section_headers): Add rnglists and loclists.
168
169 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 * dwarf.c (display_block): Add parameter delimiter.
172 (decode_location_expression): Update display_block callers.
173 (read_and_display_attr_value): Add parameter delimiter.
174 (read_and_display_attr, display_debug_macro): Update
175 read_and_display_attr_value caller.
176
177 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
178
179 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
180 and off.
181 (display_loc_list_dwo): Use dwarf_vma for offset.
182 (display_debug_loc): Use dwarf_vma for offset, base_address.
183 (struct range_entry, range_entry_compar): Use dwarf_vma for
184 ranges_offset.
185 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
186 base_address.
187
188 2017-02-23 Nick Clifton <nickc@redhat.com>
189
190 * readelf.c (display_tag_value): Use an explicit signed type for
191 the tag parameter.
192 (display_gnu_attributes): Use an unsigned integer type for
193 attribute tags.
194 (display_power_gnu_attribute): Likewise.
195 (display_s390_gnu_attribute): Likewise.
196 (display_sparc_hwcaps): Likewise.
197 (display_sparc_hwcaps2): Likewise.
198 (display_sparc_gnu_attribute): Likewise.
199 (display_mips_gnu_attribute): Likewise.
200 (display_tic6x_attribute): Likewise.
201 (display_raw_attribute): Likewise.
202 (process_attributes): Likewise.
203 (process_arm_specific): Delete redundant function.
204 (process_power_specific): Likewise.
205 (process_s390_specific): Likewise.
206 (process_sparc_specific): Likewise.
207 (process_tic6x_specific): Likewise.
208 (process_msp430x_specific): Likewise.
209 (display_public_gnu_attributes): New function. Displays known
210 information about an unknown gnu attribute.
211 (display_generic_attribute): New function. Calls
212 display_tag_value for non-nul tags.
213 (process_arch_specific): Call process_attributes even for
214 architectures not known to specifically support gnu attributes.
215
216 2017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
217
218 * dwarf.c (decode_location_expression): Display also OP.
219
220 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
221
222 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
223 new line between the heading and the first version definition
224 entry.
225
226 2017-02-20 Nick Clifton <nickc@redhat.com>
227
228 PR binutils/21156
229 * dwarf.c (cu_tu_indexes_read): Move into...
230 (load_cu_tu_indexes): ... here. Change the variable into
231 tri-state. Change the function into boolean, returning
232 false if the indicies could not be loaded.
233 (find_cu_tu_set): Return NULL if the indicies could not be
234 loaded.
235
236 2017-02-17 Nick Clifton <nickc@redhat.com>
237
238 PR binutils/21156
239 * readelf.c (find_section_in_set): Test for invalid section
240 indicies.
241
242 2017-02-17 Nick Clifton <nickc@redhat.com>
243
244 * readelf.c (get_section_type_name): Add decoding of GNU section
245 types.
246
247 2017-02-15 Nick Clifton <nickc@redhat.com>
248
249 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
250 Maintainers section.
251
252 2017-02-14 Nick Clifton <nickc@redhat.com>
253
254 PR binutils/21159
255 * readelf.c (dump_section_as_strings): Reset the start address if
256 no decompression is perfromed.
257 (dump_section_as_bytes): Likewise.
258
259 2017-02-14 Nick Clifton <nickc@redhat.com>
260
261 PR binutils/21158
262 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
263 empty symbol name.
264
265 2017-02-14 Nick Clifton <nickc@redhat.com>
266
267 PR binutils/21157
268 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
269 pairs.
270 (parse_number): Exit early if passed an empty string.
271
272 2017-02-14 Nick Clifton <nickc@redhat.com>
273
274 PR binutils/21155
275 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
276 being within a given range.
277 (target_specific_reloc_handling): Use macro to test for underflow
278 as well as overflow of reloc offset.
279
280 2017-02-13 Nick Clifton <nickc@redhat.com>
281
282 PR binutils/21150
283 * nm.c (file_symbol): Add test of string length before testing
284 string characters.
285
286 2017-02-13 Nick Clifton <nickc@redhat.com>
287
288 PR binutils/21135
289 * readelf.c (dump_section_as_bytes): Handle the case where
290 uncompress_section_contents returns false.
291 (dump_section_as_bytes, load_specific_debug_section): Likewise.
292
293 2017-02-13 Nick Clifton <nickc@redhat.com>
294
295 PR binutils/21149
296 * readelf.c (get_compression_header): Add size parameter. Check
297 size against sizeof compression header before attempting to
298 extract the header.
299 (process_section_headers): Pass size to get_compression_header.
300 (dump_section_as_strings): Likewise.
301 (dump_section_as_bytes): Likewise.
302 (load_specific_debug_section): Likewise.
303
304 2017-02-13 Nick Clifton <nickc@redhat.com>
305
306 PR binutils/21148
307 * readelf.c (process_version_sections): Include size of auxillary
308 version information when checking for buffer overflow.
309
310 2017-02-13 Nick Clifton <nickc@redhat.com>
311
312 PR binutils/21147
313 * readelf.c (process_section_contents): Fix off by one error
314 reporting un-dumped sections.
315
316 2017-02-13 Nick Clifton <nickc@redhat.com>
317
318 PR binutils/21139
319 * readelf.c (target_specific_reloc_handling): Add num_syms
320 parameter. Check for symbol table overflow before accessing
321 symbol value. If reloc pointer is NULL, discard all saved state.
322 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
323 Call target_specific_reloc_handling with a NULL reloc pointer
324 after processing all of the relocs.
325
326 2017-02-13 Nick Clifton <nickc@redhat.com>
327
328 PR binutils/21137
329 * readelf.c (target_specific_reloc_handling): Add end parameter.
330 Check for buffer overflow before writing relocated values.
331 (apply_relocations): Pass end to target_specific_reloc_handling.
332
333 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
334 Nick Clifton <nickc@redhat.com>
335
336 PR 20343
337 * doc/binutils.texi (ar): Extend documentation of the --plugin
338 option. Include a description of where the plugins should be
339 located.
340 (nm): Likewise.
341
342 2017-01-23 Nick Clifton <nickc@redhat.com>
343
344 * MAINTAINERS: Add Bernd to Past Maintainers section.
345 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
346 section.
347
348 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
349
350 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
351
352 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * objdump.c (dump_section_header): Extract max section name length
355 from data parameter, use this when formatting output.
356 (find_longest_section_name): New function.
357 (dump_headers): Calculate longest section name when in wide mode,
358 reformat to unify printing of header line.
359
360 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
361
362 PR 21059
363 * arlex.l: Support processing with flex 2.6.3.
364 * deflex.l: Likewise.
365
366 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
367
368 * resbin.c: Optional dialog control data immediately follows
369 the control description without alignment.
370 * testsuite/binutils-all/windres/controldata.rc: New test.
371 source.
372 * testsuite/binutils-all/windres/controldata.rsd: New test.
373
374 2017-01-12 Nick Clifton <nickc@redhat.com>
375
376 PR binutils/20876
377 * NEWS: Mention the new feature.
378 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
379 New proc to test the location of separate debug info files using
380 the build-id method.
381
382 2017-01-10 Nick Clifton <nickc@redhat.com>
383
384 PR 21034
385 * stabs.c (parse_stab_members): Fix thinko checking for g++
386 version 1 stabs information.
387
388 2017-01-09 Nick Clifton <nickc@redhat.com>
389
390 * objdump.c (display_file): Add new parameter 'last_file'. If
391 last_file is true, do not call bfd_close at the end of the
392 function.
393 (main): Set the value of the last_file parameter when calling
394 display_file.
395
396 2017-01-09 Alan Modra <amodra@gmail.com>
397
398 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
399 comment.
400
401 2017-01-06 Nick Clifton <nickc@redhat.com>
402
403 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
404
405 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
406
407 PR 20958
408 * syslex.l (option): Add noyywrap
409 (yywrap): Delete.
410
411 2017-01-02 Alan Modra <amodra@gmail.com>
412
413 Update year range in copyright notice of all files.
414
415 For older changes see ChangeLog-2016
416 \f
417 Copyright (C) 2017 Free Software Foundation, Inc.
418
419 Copying and distribution of this file, with or without modification,
420 are permitted in any medium without royalty provided the copyright
421 notice and this notice are preserved.
422
423 Local Variables:
424 mode: change-log
425 left-margin: 8
426 fill-column: 74
427 version-control: never
428 End:
This page took 0.037116 seconds and 4 git commands to generate.