Fix heap-buffer overflow bugs caused when dumping debug information from a corrupt...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2017-04-28 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/21438
4 * dwarf.c (process_extended_line_op): Do not assume that the
5 string extracted from the section is NUL terminated.
6 (fetch_indirect_string): If the string retrieved from the section
7 is not NUL terminated, return an error message.
8 (fetch_indirect_line_string): Likewise.
9 (fetch_indexed_string): Likewise.
10
11 2017-04-26 Nick Clifton <nickc@redhat.com>
12
13 PR binutils/21433
14 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
15 * ar.c (main): Fail with usage() invocation if no file names are
16 provided.
17
18 2017-04-26 Nick Clifton <nickc@redhat.com>
19
20 * readelf.c (process_section_headers): Warn about overlarge
21 sections.
22 (print_gnu_build_attribute_name): Print the number of unrecognised
23 note types. Fix formatting in the presence of errors.
24 (testsuite/binutils-all/note-2-32.s): Fix encoding of numeric notes.
25 (testsuite/binutils-all/note-2-64.s): Likewise.
26
27 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
28
29 * readelf.c (process_mips_specific): Add static GOT support.
30
31 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
32
33 * readelf.c (process_mips_specific): Remove error reporting from
34 GOT[1] processing.
35
36 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
37
38 * readelf.c (process_mips_specific): Remove null GOT data check.
39
40 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
41
42 * testsuite/binutils-all/mips/mips16-alias.d: New test.
43 * testsuite/binutils-all/mips/mips16-noalias.d: New test.
44 * testsuite/binutils-all/mips/mips16-alias.s: New test source.
45 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
46
47 2017-04-23 Alan Modra <amodra@gmail.com>
48
49 PR 21418
50 * ar.c (main): Check -a, -b, -i and -N args are given.
51
52 2017-04-23 Alan Modra <amodra@gmail.com>
53
54 PR 21417
55 * ar.c (main): Check that an archive file is given after options.
56
57 2017-04-23 Alan Modra <amodra@gmail.com>
58
59 PR 21415
60 * objdump.c (disassemble_section): Check bfd_get_section_contents
61 status.
62
63 2017-04-23 Alan Modra <amodra@gmail.com>
64
65 PR 21408
66 * dwarf.c (display_debug_lines_decoded): Don't segfault on NULL
67 file_table.
68
69 2017-04-21 Nick Clifton <nickc@redhat.com>
70
71 PR binutils/21378
72 * readelf.c (print_gnu_build_attribute_name): Check for an
73 overlarge name field.
74
75 2017-04-13 Nick Clifton <nickc@redhat.com>
76
77 PR binutils/21379
78 * readelf.c (process_dynamic_section): Detect over large section
79 offsets in the DT_SYMTAB entry.
80
81 2017-04-13 Nick Clifton <nickc@redhat.com>
82
83 PR binutils/21345
84 * readelf.c (process_mips_specific): Catch an unfeasible memory
85 allocation before it happens and print a suitable error message.
86
87 2017-04-13 Nick Clifton <nickc@redhat.com>
88
89 * objcopy.c: Add --no-merge-notes option to disable note merging.
90 Add --[no-]merge-notes option to strip, and enable it by default.
91 (num_bytes): New function.
92 (merge_gnu_build_notes): Add code to merge stack size notes.
93 * binutils.texi: Update strip and objcopy documentation.
94 * readelf.c (print_gnu_build_attribute_name): Use defined
95 constants for note types.
96
97 2017-04-10 John Delsignor <john.delsignore@roguewave.com>
98
99 PR binutils/21319
100 * dwarf.c (display_gdb_index): Correct test for a corrupt address
101 table size.
102
103 2017-04-05 Jiong Wang <jiong.wang@arm.com>
104
105 * objcopy.c (struct redefine_node): Delete the field "next".
106 (redefine_sym_list): Deleted.
107 (redefine_specific_htab): New hash table.
108 (redefine_specific_reverse_htab): Likewise.
109 (eq_string_redefnode): New function.
110 (htab_hash_redefnode): Likewise.
111 (create_symbol2redef_htab): Likewise.
112 (add_specific_symbol_node): Likewise.
113 (create_symbol_htabs): Create redefine_specific_htab and
114 redefine_specific_reverse_htab.
115 (lookup_sym_redefinition): Use hash table instead of list.
116 (redefine_list_append): Likewise, and rename to add_redefine_and_check.
117 (copy_main): Use redefine_specific_htab instead of redefine_sym_list.
118 Update comments.
119
120 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
121
122 * NEWS: Mention support for ELF SHF_GNU_MBIND and
123 PT_GNU_MBIND_XXX.
124 * readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
125 (get_elf_section_flags): Handle SHF_GNU_MBIND.
126 (process_section_headers): Likewise.
127 * testsuite/binutils-all/mbind1.s: New file.
128 * testsuite/binutils-all/objcopy.exp: Run readelf test on
129 mbind1.s.
130
131 2017-04-03 Nick Clifton <nickc@redhat.com>
132
133 PR binutils/21345
134 * readelf.c (get_program_headers): Check for there being too many
135 program headers before attempting to allocate space for them.
136
137 2017-04-03 Nick Clifton <nickc@redhat.com>
138
139 PR binutils/21344
140 * readelf.c (process_mips_specific): Check for an out of range GOT
141 entry before reading the module pointer.
142
143 2017-04-03 Nick Clifton <nickc@redhat.com>
144
145 PR binutils/21343
146 * readelf.c (get_unwind_section_word): Fix snafu checking for
147 invalid word offsets in ARM unwind information.
148
149 2017-03-31 Pip Cet <pipcet@gmail.com>
150
151 * NEWS: Use "WebAssembly" consistently.
152 * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
153
154 2017-03-30 Pip Cet <pipcet@gmail.com>
155
156 * readelf.c: Add support for wasm32 ELF format WebAssembly files.
157 (guess_is_rela): Likewise.
158 (dump_relocations): Likewise.
159 (is_32bit_abs_reloc): Likewise.
160 (is_none_reloc_): Likewise.
161 * NEWS: Mention the new support.
162 * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
163 as ELF target.
164 (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
165 * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
166 * testsuite/binutils-all/wasm32: New directory.
167 * testsuite/binutils-all/wasm32/create-wasm.d: New file.
168 * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
169 * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
170 * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
171 * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
172 * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
173 * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
174 * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
175 * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
176 * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
177 * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
178 * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
179 * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
180 * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
181 * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
182
183 2017-03-29 Alan Modra <amodra@gmail.com>
184
185 * doc/binutils.texi (objdump): Document PowerPC -M options.
186
187 2017-03-21 Andi Kleen <ak@linux.intel.com>
188
189 * objdump.c (unwind_inlines): Add.
190 (option_values): Add OPTION_INLINES.
191 (show_line): Unwind inlines if requested.
192 (main): Parse OPTION_INLINES.
193 (usage): Document --inlines.
194 * doc/binutils.texi: Document --inlines.
195 * NEWS: Likewise.
196
197 2017-03-21 Nick Clifton <nickc@redhat.com>
198
199 * readelf.c (print_gnu_build_attribute_name): Allow stack
200 protection notes to contain numeric values. Use a colon rather
201 than a space to separate a string name from its values. Decode
202 the numeric value of a stack protection note.
203 * objcopy.c (merge_gnu_build_notes): Allow version notes to
204 contain extra text after the protocol version number.
205
206 2017-03-20 Mark Wielaard <mark@klomp.org>
207
208 * readelf.c (process_program_headers): Move dynamic_addr check
209 after .dynamic section cross check.
210
211 2017-03-17 Nick Clifton <nickc@redhat.com>
212
213 * readelf.c (print_gnu_build_attribute_name): Fix off by one error
214 printing the value for a build note with an ascii name.
215
216 2017-03-16 Nick Clifton <nickc@redhat.com>
217
218 * readelf.c (print_gnu_build_attribute_name): Add support for
219 GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
220
221 2017-03-14 Nick Clifton <nickc@redhat.com>
222
223 * readelf.c (print_gnu_build_attribute_description): Move symbol
224 printing code to...
225 (print_symbol_for_build_attribute): New function. ...here.
226 Add to find the best symbol to associate with an OPEN note.
227 Add code to cache the symbol table and string table, so that they
228 are not loaded every time a note is displayed.
229 * testsuite/binutils-all/note-2-32.s: Add a function symbol.
230 * testsuite/binutils-all/note-2-64.s: Likewise.
231 * testsuite/binutils-all/note-2-32.d: Update expected note output.
232 * testsuite/binutils-all/note-2-64.d: Likewise.
233
234 2017-03-13 Alan Modra <amodra@gmail.com>
235 Taeung Song <treeze.taeung@gmail.com>
236
237 * objdump.c (update_source_path): Add abfd param. Add struct
238 stat var. Pass to try_print_file_open. Warn if source is more
239 recent than object.
240 (try_print_file_open, slurp_file): Add struct stat param to
241 return fstat.
242 (show_line): Call update_source_path with bfd.
243
244 2017-03-10 Chia-Hao Lo <fcamel@gmail.com>
245
246 PR binutils/21235
247 * objdump.c (main): Set do_wide with --wide.
248
249 2017-03-10 Nick Clifton <nickc@redhat.com>
250
251 * readelf.c (get_machine_name): Rearrange switch table in order of
252 increasing machine number. Add missing entries.
253
254 2017-03-08 H.J. Lu <hongjiu.lu@intel.com>
255
256 PR binutils/21231
257 * readelf.c (decode_x86_isa): Change argument to unsigned int.
258 (print_gnu_property_note): Retrieve property type and datasz as
259 4-byte integer. Consolidate property datasz check. Check
260 GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
261 * testsuite/binutils-all/i386/pr21231a.d: New file.
262 * testsuite/binutils-all/i386/pr21231a.s: Likewise.
263 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
264 * testsuite/binutils-all/i386/pr21231b.s: Likewise.
265 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
266 * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
267 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
268 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
269
270 2017-03-06 Nick Clifton <nickc@redhat.com>
271
272 * readelf.c (print_gnu_build_attribute_name): Read byte values
273 from the name string as unsigned bytes.
274 (process_notes_at): Use memcpy to copy an unterminated name
275 string.
276
277 2017-03-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
278
279 * configure.ac (AC_CHECK_DECLS): Add asprintf.
280 * config.in: Regenerate.
281 * configure: Regenerate.
282
283 2017-03-02 Nick Clifton <nickc@redhat.com>
284
285 * readelf.c (print_gnu_build_attribute_description): Use global
286 symbols for OPEN attributes if at all possible.
287 * objcopy.c (is_merged_note_section): Support build note sections
288 without the SHF_GNU_BUILD_NOTE section flag set.
289
290 2017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
291
292 * dwarf.c (debug_displays_assert): New static assertion.
293
294 2017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
295
296 * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
297
298 2017-03-01 Nick Clifton <nickc@redhat.com>
299
300 * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
301 (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
302 (decode_x86_isa): New function.
303 (print_gnu_property_note): New function.
304 (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
305 (print_gnu_build_attribute_description): New function.
306 (print_gnu_build_attribute_name): New function.
307 (process_note): Add support for GNU_BUILD_NOTEs.
308 * objcopy.c (--merge-notes): New command line option.
309 (copy_options): Add merge-notes.
310 (copy_usage): Likewise.
311 (is_merge_note_section): New function.
312 (merge_gnu_build_notes): New function.
313 (copy_object): Merge note sections if asked to do so.
314 (skip_section): Add skip_copy parameter. Add support for skipping
315 merged note sections.
316 (copy_relocations_in_section): Update call to skip_section.
317 (copy_section): Likewise.
318 (copy_main): Add support for merge-notes option.
319 * doc/binutils.texi: Document the new option to objcopy.
320 * NEWS: Mention the new feature.
321 * testsuite/binutils-all/note-2-32.d: New test. Checks note
322 merging on 32-bit targets.
323 * testsuite/binutils-all/note-2-32.s: New test source file.
324 * testsuite/binutils-all/note-2-64.d: New test. Like note-2-32.d
325 but for 64-bit targets.
326 * testsuite/binutils-all/note-2-64.s: New test source file.
327 * testsuite/binutils-all/objcopy.exp: Run the new test.
328
329 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
330
331 * objdump.c (main): Use remove_whitespace_and_extra_commas.
332
333 2017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 Fix compilation with GCC 4.4.7.
336 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
337 Initialize begin and end.
338
339 2017-02-25 Alan Modra <amodra@gmail.com>
340
341 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
342 Support hpux .comm variant.
343 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
344 dw5 test for hppa64-hpux.
345
346 2017-02-24 Nick Clifton <nickc@redhat.com>
347
348 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
349 (do_reloc, do_sections, do_section_groups, do_section_details,
350 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
351 (do_version, do_histogram, do_debugging, do_arch, do_notes,
352 (do_archive_index, is_32bit_elf, decompress_dumps): Use
353 bfd_boolean type.
354 (parse_args): Treat the do_* variables as booleans.
355 (print_vma): Return an unsigned int.
356 (print_symbol): Change width parameter to signed int.
357 (is_ia64_vms): Change return type to bfd_boolean.
358 (guess_is_rela): Likewise.
359 (slurp_rela_relocs): Likewise.
360 (slurp_rel_relocs): Likewise.
361 (dump_relocations): Likewise.
362 (process_file_header): Likewise.
363 (get_program_headers): Likewise.
364 (process_program_headers): Likewise.
365 (process_section_headers): Likewise.
366 (process_section_groups): Likewise.
367 (dump_ia64_vms_dynamic_fixups): Likewise.
368 (dump_ia64_vms_dynamic_relocs): Likewise.
369 (process_ia64_vms_dynamic_relocs): Likewise.
370 (process_relocs): Likewise.
371 (dump_ia64_unwind): Likewise.
372 (ia64_process_unwind): Likewise.
373 (dump_hppa_unwind): Likewise.
374 (slurp_hppa_unwind_table): Likewise.
375 (hppa_process_unwind): Likewise.
376 (decode_arm_unwind_bytecode): Likewise.
377 (decode_tic6x_unwind_bytecode): Likewise.
378 (decode_arm_unwind): Likewise.
379 (dump_arm_unwind): Likewise.
380 (arm_process_unwind): Likewise.
381 (process_unwind): Likewise.
382 (get_32bit_dynamic_section): Likewise.
383 (get_64bit_dynamic_section): Likewise.
384 (process_dynamic_section): Likewise.
385 (process_version_sections): Likewise.
386 (process_symbol_table): Likewise.
387 (process_syminfo): Likewise.
388 (apply_relocations): Likewise.
389 (disassemble_section): Likewise.
390 (dump_section_as_strings): Likewise.
391 (dump_section_as_bytes): Likewise.
392 (load_specific_debug_section): Likewise.
393 (load_debug_section): Likewise.
394 (display_debug_section): Likewise.
395 (process_section_contents): Likewise.
396 (process_attributes): Likewise.
397 (process_nds32_specific): Likewise.
398 (process_gnu_liblist): Likewise.
399 (print_core_note): Likewise.
400 (print_gnu_note): Likewise.
401 (print_v850_note): Likewise.
402 (process_netbsd_elf_note): Likewise.
403 (print_stapsdt_note): Likewise.
404 (print_ia64_vms_note): Likewise.
405 (process_note): Likewise.
406 (process_notes_at): Likewise.
407 (process_corefile_note_segments): Likewise.
408 (process_v850_notes): Likewise.
409 (process_note_sections): Likewise.
410 (process_notes): Likewise.
411 (process_arch_specific): Likewise.
412 (get_file_header): Likewise.
413 (process_object): Likewise.
414 (process_archive): Likewise.
415 (process_file): Likewise.
416 (section_subset): Make static.
417 (get_mips_reg_size): Return a signed integer.
418 (process_object): Reverse the logic of the return value.
419 (process_archive): Likewise.
420 (process_file): Likewise.
421 (process_program_headers): Fix snafu - if the program headers are
422 not available then this is not a cause to fail.
423 (process_corefile_note_segments): Likewise.
424
425 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
426
427 * readelf.c (get_ver_flags): Tidy the formatting of the string
428 returned
429
430 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
431
432 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
433 `isum' unsigned.
434 <SHT_GNU_verneed>: Likewise.
435
436 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
437
438 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
439 the number of entries processed by the section size. Don't
440 break out of the loop if `ent.vd_next' is 0.
441
442 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 * testsuite/binutils-all/dw5.S: New file.
445 * testsuite/binutils-all/dw5.W: New file.
446 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
447
448 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
449
450 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
451
452 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
455 DW_MACRO_GNU_*.
456
457 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
458
459 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
460 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
461 and DW_OP_reinterpret.
462 (read_and_display_attr_value): Support DW_AT_call_value,
463 DW_AT_call_data_value, DW_AT_call_target and
464 DW_AT_call_target_clobbered.
465
466 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
467
468 * dwarf.c (fetch_indirect_line_string): New function.
469 (abbrev_attr): New field implicit_const.
470 (add_abbrev_attr): New parameter implicit_const.
471 (process_abbrev_section): Support DW_FORM_implicit_const.
472 (decode_location_expression): Support DW_OP_entry_value.
473 (read_and_display_attr_value): Add parameter implicit_const. Support
474 DW_FORM_line_strp and DW_FORM_implicit_const.
475 (read_and_display_attr): Add parameter implicit_const.
476 (process_debug_info): Support line_str and DWARF-5.
477 (read_debug_line_header): Support DWARF-5.
478 (display_formatted_table): New function.
479 (display_debug_lines_raw): New parameter file. Support DWARF-5.
480 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
481 (display_debug_lines): Pass file parameter.
482 (display_debug_macro): Update read_and_display_attr_value caller.
483 (display_debug_abbrev): Support DW_FORM_implicit_const.
484 (display_loclists_list): New function.
485 (display_loc_list): Support .debug_loclists.
486 (display_debug_ranges_list): New function from display_debug_ranges.
487 (display_debug_rnglists_list): New function.
488 (display_debug_ranges): Support .debug_rnglists.
489 (debug_displays): Add .debug_line_str, .debug_loclists and
490 .debug_rnglists.
491 * dwarf.h: Include dwarf2.h
492 (DWARF2_Internal_LineInfo): Add li_offset_size.
493 (DWARF2_Internal_CompUnit): Add cu_unit_type.
494 (enum dwarf_section_display_enum): Add line_str.
495 * readelf.c (process_section_headers): Add rnglists and loclists.
496
497 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
498
499 * dwarf.c (display_block): Add parameter delimiter.
500 (decode_location_expression): Update display_block callers.
501 (read_and_display_attr_value): Add parameter delimiter.
502 (read_and_display_attr, display_debug_macro): Update
503 read_and_display_attr_value caller.
504
505 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
508 and off.
509 (display_loc_list_dwo): Use dwarf_vma for offset.
510 (display_debug_loc): Use dwarf_vma for offset, base_address.
511 (struct range_entry, range_entry_compar): Use dwarf_vma for
512 ranges_offset.
513 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
514 base_address.
515
516 2017-02-23 Nick Clifton <nickc@redhat.com>
517
518 * readelf.c (display_tag_value): Use an explicit signed type for
519 the tag parameter.
520 (display_gnu_attributes): Use an unsigned integer type for
521 attribute tags.
522 (display_power_gnu_attribute): Likewise.
523 (display_s390_gnu_attribute): Likewise.
524 (display_sparc_hwcaps): Likewise.
525 (display_sparc_hwcaps2): Likewise.
526 (display_sparc_gnu_attribute): Likewise.
527 (display_mips_gnu_attribute): Likewise.
528 (display_tic6x_attribute): Likewise.
529 (display_raw_attribute): Likewise.
530 (process_attributes): Likewise.
531 (process_arm_specific): Delete redundant function.
532 (process_power_specific): Likewise.
533 (process_s390_specific): Likewise.
534 (process_sparc_specific): Likewise.
535 (process_tic6x_specific): Likewise.
536 (process_msp430x_specific): Likewise.
537 (display_public_gnu_attributes): New function. Displays known
538 information about an unknown gnu attribute.
539 (display_generic_attribute): New function. Calls
540 display_tag_value for non-nul tags.
541 (process_arch_specific): Call process_attributes even for
542 architectures not known to specifically support gnu attributes.
543
544 2017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
545
546 * dwarf.c (decode_location_expression): Display also OP.
547
548 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
549
550 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
551 new line between the heading and the first version definition
552 entry.
553
554 2017-02-20 Nick Clifton <nickc@redhat.com>
555
556 PR binutils/21156
557 * dwarf.c (cu_tu_indexes_read): Move into...
558 (load_cu_tu_indexes): ... here. Change the variable into
559 tri-state. Change the function into boolean, returning
560 false if the indicies could not be loaded.
561 (find_cu_tu_set): Return NULL if the indicies could not be
562 loaded.
563
564 2017-02-17 Nick Clifton <nickc@redhat.com>
565
566 PR binutils/21156
567 * readelf.c (find_section_in_set): Test for invalid section
568 indicies.
569
570 2017-02-17 Nick Clifton <nickc@redhat.com>
571
572 * readelf.c (get_section_type_name): Add decoding of GNU section
573 types.
574
575 2017-02-15 Nick Clifton <nickc@redhat.com>
576
577 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
578 Maintainers section.
579
580 2017-02-14 Nick Clifton <nickc@redhat.com>
581
582 PR binutils/21159
583 * readelf.c (dump_section_as_strings): Reset the start address if
584 no decompression is perfromed.
585 (dump_section_as_bytes): Likewise.
586
587 2017-02-14 Nick Clifton <nickc@redhat.com>
588
589 PR binutils/21158
590 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
591 empty symbol name.
592
593 2017-02-14 Nick Clifton <nickc@redhat.com>
594
595 PR binutils/21157
596 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
597 pairs.
598 (parse_number): Exit early if passed an empty string.
599
600 2017-02-14 Nick Clifton <nickc@redhat.com>
601
602 PR binutils/21155
603 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
604 being within a given range.
605 (target_specific_reloc_handling): Use macro to test for underflow
606 as well as overflow of reloc offset.
607
608 2017-02-13 Nick Clifton <nickc@redhat.com>
609
610 PR binutils/21150
611 * nm.c (file_symbol): Add test of string length before testing
612 string characters.
613
614 2017-02-13 Nick Clifton <nickc@redhat.com>
615
616 PR binutils/21135
617 * readelf.c (dump_section_as_bytes): Handle the case where
618 uncompress_section_contents returns false.
619 (dump_section_as_bytes, load_specific_debug_section): Likewise.
620
621 2017-02-13 Nick Clifton <nickc@redhat.com>
622
623 PR binutils/21149
624 * readelf.c (get_compression_header): Add size parameter. Check
625 size against sizeof compression header before attempting to
626 extract the header.
627 (process_section_headers): Pass size to get_compression_header.
628 (dump_section_as_strings): Likewise.
629 (dump_section_as_bytes): Likewise.
630 (load_specific_debug_section): Likewise.
631
632 2017-02-13 Nick Clifton <nickc@redhat.com>
633
634 PR binutils/21148
635 * readelf.c (process_version_sections): Include size of auxillary
636 version information when checking for buffer overflow.
637
638 2017-02-13 Nick Clifton <nickc@redhat.com>
639
640 PR binutils/21147
641 * readelf.c (process_section_contents): Fix off by one error
642 reporting un-dumped sections.
643
644 2017-02-13 Nick Clifton <nickc@redhat.com>
645
646 PR binutils/21139
647 * readelf.c (target_specific_reloc_handling): Add num_syms
648 parameter. Check for symbol table overflow before accessing
649 symbol value. If reloc pointer is NULL, discard all saved state.
650 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
651 Call target_specific_reloc_handling with a NULL reloc pointer
652 after processing all of the relocs.
653
654 2017-02-13 Nick Clifton <nickc@redhat.com>
655
656 PR binutils/21137
657 * readelf.c (target_specific_reloc_handling): Add end parameter.
658 Check for buffer overflow before writing relocated values.
659 (apply_relocations): Pass end to target_specific_reloc_handling.
660
661 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
662 Nick Clifton <nickc@redhat.com>
663
664 PR 20343
665 * doc/binutils.texi (ar): Extend documentation of the --plugin
666 option. Include a description of where the plugins should be
667 located.
668 (nm): Likewise.
669
670 2017-01-23 Nick Clifton <nickc@redhat.com>
671
672 * MAINTAINERS: Add Bernd to Past Maintainers section.
673 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
674 section.
675
676 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
677
678 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
679
680 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * objdump.c (dump_section_header): Extract max section name length
683 from data parameter, use this when formatting output.
684 (find_longest_section_name): New function.
685 (dump_headers): Calculate longest section name when in wide mode,
686 reformat to unify printing of header line.
687
688 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
689
690 PR 21059
691 * arlex.l: Support processing with flex 2.6.3.
692 * deflex.l: Likewise.
693
694 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
695
696 * resbin.c: Optional dialog control data immediately follows
697 the control description without alignment.
698 * testsuite/binutils-all/windres/controldata.rc: New test.
699 source.
700 * testsuite/binutils-all/windres/controldata.rsd: New test.
701
702 2017-01-12 Nick Clifton <nickc@redhat.com>
703
704 PR binutils/20876
705 * NEWS: Mention the new feature.
706 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
707 New proc to test the location of separate debug info files using
708 the build-id method.
709
710 2017-01-10 Nick Clifton <nickc@redhat.com>
711
712 PR 21034
713 * stabs.c (parse_stab_members): Fix thinko checking for g++
714 version 1 stabs information.
715
716 2017-01-09 Nick Clifton <nickc@redhat.com>
717
718 * objdump.c (display_file): Add new parameter 'last_file'. If
719 last_file is true, do not call bfd_close at the end of the
720 function.
721 (main): Set the value of the last_file parameter when calling
722 display_file.
723
724 2017-01-09 Alan Modra <amodra@gmail.com>
725
726 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
727 comment.
728
729 2017-01-06 Nick Clifton <nickc@redhat.com>
730
731 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
732
733 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
734
735 PR 20958
736 * syslex.l (option): Add noyywrap
737 (yywrap): Delete.
738
739 2017-01-02 Alan Modra <amodra@gmail.com>
740
741 Update year range in copyright notice of all files.
742
743 For older changes see ChangeLog-2016
744 \f
745 Copyright (C) 2017 Free Software Foundation, Inc.
746
747 Copying and distribution of this file, with or without modification,
748 are permitted in any medium without royalty provided the copyright
749 notice and this notice are preserved.
750
751 Local Variables:
752 mode: change-log
753 left-margin: 8
754 fill-column: 74
755 version-control: never
756 End:
This page took 0.047334 seconds and 4 git commands to generate.