Set language for C++ special symbols.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c88f5b8e
NC
12015-01-07 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/17512
d7b24d29
NC
4 * dlltool.c (scan_obj_file): Break loop if the last archive
5 displayed matches the current archive.
6
c88f5b8e
NC
7 * objdump.c (display_any_bfd): Add a depth limit to nested archive
8 display in order to avoid infinite loops.
9 * srconv.c: Replace calls to abort with calls to fatal with an
10 error message.
11
85880250
NC
122015-01-06 Nick Clifton <nickc@redhat.com>
13
14 PR binutils/17512
15 * coffdump.c (dump_coff_section): Check for a symbol being
16 available before printing its name.
17 (main): Check the return value from coff_grok.
18 * coffgrok.c: Reformat and tidy.
19 Add range checks to most functions.
20 (coff_grok): Return NULL if the input bfd is not in a COFF
21 format.
22 * coffgrok.h: Reformat and tidy.
23 (struct coff_section): Change the nrelocs field to unsigned.
24 * srconv.c (main): Check the return value from coff_grok.
25
896ca098
NC
262015-01-05 Nick Clifton <nickc@redhat.com>
27
28 PR binutils/17512
29 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
30 help initialize the info.elfinfo field.
31 (print_size_symbols): Add 'synth_count' parameter. Use it to set
32 the is_synthetic parameter when calling print_symbol.
33 (print_symbols): Likewise.
34 (display_rel_file): Pass synth_count to printing function.
35 (display_archive): Break loop if the last archive displayed
36 matches the current archive.
37 * size.c (display_archive): Likewise.
38
82b1b41b
NC
392015-01-05 Nick Clifton <nickc@redhat.com>
40
41 PR binutils/17531
42 * dwarf.c (alloc_num_debug_info_entries): New variable.
43 (process_debug_info): Set it. Use it to avoid displaying
44 attributes for which there is no info.
45 (display_debug_abbrev): Check that the debug_info_entry index is
46 valid before using it.
47 (display_loc_list_dwo): Likewise.
48 (process_cu_tu_index): Add range check for an overlarge dw_sect
49 value.
50 (free_debug_memory): Reset alloc_num_debug_info_entries.
51 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
52 be indentified.
53 (dynamic_section_mips_val): Warn if the timestamp is invalid.
54 (print_mips_got_entry): Add a data_end parameter. Warn if a read
55 would go beyond the end of the data, and return an error value.
56 (process_mips_specific): Do not read options from beyond the end
57 of the section.
58 Correct code to display optional data at the end of an option.
59 Warn if there are too many GOT symbols.
60 Update calls to print_mips_got_entry, and handle error returns.
61
c1724c7f
DK
622015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
63
64 PR binutils/17489
65 * doc/binutils.texi (dlltool): Correct description of --kill-at
66 option.
67
efd321f9
AM
682015-01-01 Alan Modra <amodra@gmail.com>
69
70 * version.c (print_version): Just print current year.
71
b90efa5b 722015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 73
b90efa5b 74 Update year range in copyright notice of all files.
5c294fee 75
b90efa5b 76For older changes see ChangeLog-2014
252b5132 77\f
b90efa5b 78Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
79
80Copying and distribution of this file, with or without modification,
81are permitted in any medium without royalty provided the copyright
82notice and this notice are preserved.
83
252b5132
RH
84Local Variables:
85mode: change-log
86left-margin: 8
87fill-column: 74
88version-control: never
89End:
This page took 0.611174 seconds and 4 git commands to generate.