Don't refer to optarg in dwarf.c function
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2015-02-05 Alan Modra <amodra@gmail.com>
2
3 PR binutils/17926
4 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
5
6 2015-02-04 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/17531
9 * dwarf.c (read_and_display_attr_value): Test for a block length
10 being so long that it wraps around to before the start of the block.
11 (process_debug_info): Test for section_begin wrapping around to
12 before the start of the section.
13 (display_gdb_index): Test for num_cus being so large that the end
14 address wraps around to before the start of the section.
15 (process_cu_tu_index): Test for j being so large that the section
16 index pool wraps around to before the start of the section.
17
18 2015-02-03 Nick Clifton <nickc@redhat.com>
19
20 PR binutils/17531
21 * dwarf.c (process_debug_info): Add range check.
22 (display_debug_pubnames_worker): Likewise.
23 (display_gdb_index): Fix range check.
24 (process_cu_tu_index): Add range check.
25 * readelf.c (get_data): Change parameter types from size_t to
26 bfd_size_type. Add checks for loss of accuracy when casting from
27 bfd_size_type to size_t.
28 (get_dynamic_data): Likewise.
29 (process_section_groups): Limit number of error messages.
30
31 2015-02-03 Nick Clifton <nickc@redhat.com>
32
33 PR binutils/17512
34 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
35
36 2015-01-28 James Bowman <james.bowman@ftdichip.com>
37
38 * readelf.c: Add FT32 support.
39
40 2015-01-27 Nick Clifton <nickc@redhat.com>
41
42 PR binutils/17512
43 * dlltool.c (identify_search_archive): If the last archive was the
44 same as the current archive, terminate the loop.
45
46 * addr2line.c (slurp_symtab): If the symcount is zero, free the
47 symbol table pointer.
48
49 * rcparse.y: Add checks to avoid integer divide by zero.
50 * rescoff.c (read_coff_rsrc): Add check on the size of the
51 resource section.
52 (read_coff_res_dir): Add check on the nesting level.
53 Check for resource names overrunning the buffer.
54 * resrc.c (write_rc_messagetable): Update formatting.
55 Add check of 'elen' being zero.
56
57 2015-01-23 Nick Clifton <nickc@redhat.com>
58
59 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
60 by recent delta, when compiling on for a 32-bit host.
61
62 2015-01-21 Nick Clifton <nickc@redhat.com>
63
64 PR binutils/17512
65 * addr2line.c (main): Call bfd_set_error_program_name.
66 * ar.c (main): Likewise.
67 * coffdump.c (main): Likewise.
68 * cxxfilt.c (main): Likewise.
69 * dlltool.c (main): Likewise.
70 * nlmconv.c (main): Likewise.
71 * nm.c (main): Likewise.
72 * objdump.c (main): Likewise.
73 * size.c (main): Likewise.
74 * srconv.c (main): Likewise.
75 * strings.c (main): Likewise.
76 * sysdump.c (main): Likewise.
77 * windmc.c (main): Likewise.
78 * windres.c (main): Likewise.
79 * objcopy.c (main): Likewise.
80 (copy_relocations_in_section): Check for relocs without associated
81 symbol pointers.
82
83 2015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
84
85 * MAINTAINERS: Add self to ARM maintainers list.
86
87 2015-01-21 Nick Clifton <nickc@redhat.com>
88
89 PR binutils/17512
90 * coffgrok.c (do_type): Check that computed ref exists.
91 (doit): Add range checks when computing section for scope.
92
93 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
94
95 * dwarf.c (process_debug_info): Properly check abbrev size.
96
97 2015-01-12 Nick Clifton <nickc@redhat.com>
98
99 PR binutils/17531
100 * dwarf.c (process_debug_info): Check for abbrev_base being larger
101 than the section size.
102 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
103 arrays.
104 (xcalloc2): New function. Like xcalloc, but checks for overflow.
105 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
106 array. Check for an address_base that is too large.
107
108 * dwarf.h (xcalloc2): Prototype.
109
110 2015-01-12 Alan Modra <amodra@gmail.com>
111
112 * prdbg.c (print_debugging_info): Don't use void* for function
113 pointer param.
114 * budbg.h (print_debugging_info): Update prototype.
115
116 2015-01-08 Nick Clifton <nickc@redhat.com>
117
118 PR binutils/17512
119 * ojcopy.c (copy_object): Free the symbol table if no symbols
120 could be loaded.
121 (copy_file): Use bfd_close_all_done to close files that could not
122 be copied.
123
124 * sysdump.c (getINT): Fail if reading off the end of the buffer.
125 Replace call to abort with a call to fatal.
126 (getCHARS): Prevetn reading off the end of the buffer.
127
128 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
129 associated symbol.
130 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
131 range before applying a reloc.
132
133 2015-01-07 Nick Clifton <nickc@redhat.com>
134
135 PR binutils/17512
136 * dlltool.c (scan_obj_file): Break loop if the last archive
137 displayed matches the current archive.
138
139 * objdump.c (display_any_bfd): Add a depth limit to nested archive
140 display in order to avoid infinite loops.
141 * srconv.c: Replace calls to abort with calls to fatal with an
142 error message.
143
144 2015-01-06 Nick Clifton <nickc@redhat.com>
145
146 PR binutils/17512
147 * coffdump.c (dump_coff_section): Check for a symbol being
148 available before printing its name.
149 (main): Check the return value from coff_grok.
150 * coffgrok.c: Reformat and tidy.
151 Add range checks to most functions.
152 (coff_grok): Return NULL if the input bfd is not in a COFF
153 format.
154 * coffgrok.h: Reformat and tidy.
155 (struct coff_section): Change the nrelocs field to unsigned.
156 * srconv.c (main): Check the return value from coff_grok.
157
158 2015-01-05 Nick Clifton <nickc@redhat.com>
159
160 PR binutils/17512
161 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
162 help initialize the info.elfinfo field.
163 (print_size_symbols): Add 'synth_count' parameter. Use it to set
164 the is_synthetic parameter when calling print_symbol.
165 (print_symbols): Likewise.
166 (display_rel_file): Pass synth_count to printing function.
167 (display_archive): Break loop if the last archive displayed
168 matches the current archive.
169 * size.c (display_archive): Likewise.
170
171 2015-01-05 Nick Clifton <nickc@redhat.com>
172
173 PR binutils/17531
174 * dwarf.c (alloc_num_debug_info_entries): New variable.
175 (process_debug_info): Set it. Use it to avoid displaying
176 attributes for which there is no info.
177 (display_debug_abbrev): Check that the debug_info_entry index is
178 valid before using it.
179 (display_loc_list_dwo): Likewise.
180 (process_cu_tu_index): Add range check for an overlarge dw_sect
181 value.
182 (free_debug_memory): Reset alloc_num_debug_info_entries.
183 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
184 be indentified.
185 (dynamic_section_mips_val): Warn if the timestamp is invalid.
186 (print_mips_got_entry): Add a data_end parameter. Warn if a read
187 would go beyond the end of the data, and return an error value.
188 (process_mips_specific): Do not read options from beyond the end
189 of the section.
190 Correct code to display optional data at the end of an option.
191 Warn if there are too many GOT symbols.
192 Update calls to print_mips_got_entry, and handle error returns.
193
194 2015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
195
196 PR binutils/17489
197 * doc/binutils.texi (dlltool): Correct description of --kill-at
198 option.
199
200 2015-01-01 Alan Modra <amodra@gmail.com>
201
202 * version.c (print_version): Just print current year.
203
204 2015-01-01 Alan Modra <amodra@gmail.com>
205
206 Update year range in copyright notice of all files.
207
208 For older changes see ChangeLog-2014
209 \f
210 Copyright (C) 2015 Free Software Foundation, Inc.
211
212 Copying and distribution of this file, with or without modification,
213 are permitted in any medium without royalty provided the copyright
214 notice and this notice are preserved.
215
216 Local Variables:
217 mode: change-log
218 left-margin: 8
219 fill-column: 74
220 version-control: never
221 End:
This page took 0.033931 seconds and 4 git commands to generate.