This patch modifies the AVR linker script templates to use __<name>_REGION_LENGTH__...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0821d5b1
NC
12015-02-24 Nick Clifton <nickc@redhat.com>
2
3 * objdump.c (dump_section): Extend the warning message displayed
4 when a section cannot be loaded.
5
9035ed51
MF
62015-02-21 Mike Frysinger <vapier@gentoo.org>
7
8 * readelf.c (process_program_headers): Add newline to warning
9 message.
10
4ef9f41a
AA
112015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12
13 * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
14 NT_S390_VXRS_HIGH.
15
951eaaec
NC
162015-02-13 Nick Clifton <nickc@redhat.com>
17
18 PR binutils/17512
19 * dwarf.c (read_leb128): Fix test for shift becoming too large.
20
21 * coffgrok.c (do_define): Add check for type size overflow.
22 * srconv.c (walk_tree_sfile): Check that enough sections are
23 available before parsing.
24 (prescan): Likewise.
25
ffc0f143
NC
26 PR binutils/17531
27 * dwarf.c (display_debug_aranges): Add check for an excessive
28 ar_length value.
29 (process_cu_tu_index): Check for a row * columns sum being too
30 large.
31
b4eb7656
AM
322015-02-13 Alan Modra <amodra@gmail.com>
33
34 * dwarf.c: Formatting, whitespace.
35 (process_debug_info): Style fix.
36
0e7f931f
NC
372015-02-11 Nick Clifton <nickc@redhat.com>
38
39 * rl78-decode.opc: Add 'a' attribute to instructions that support
40 [HL+0] addressing.
41 * rl78-decode.c: Regenerate.
42 * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0]
43 addresses.
44
362beea4
NC
452015-02-11 Nick Clifton <nickc@redhat.com>
46
47 PR binutils/17531
48 * dwarf.c (display_debug_pubnames_worker): Work around compiler
49 bug checking address ranges.
50 (display_debug_frames): Likewise.
51 (display_gdb_index): Likewise.
52 (process_cu_tu_index): Add range check on the ncols value.
53
77ef8654
NC
542015-02-10 Nick Clifton <nickc@redhat.com>
55
56 PR binutils/17512
57 * dwarf.c (eh_addr_size): Use an unsigned type.
58 (size_of_encoded_value): Return an unsigned type.
59 (read_leb128): Break if the shift becomes too big.
60 (process_extended_line_op): Do not read the address if the length
61 is too long.
62 (read_cie): Warn and fail if the pointer size or segment size are
63 too big.
64 * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect
65 structure definition.
66 (DWARF2_External_PubNames): Likewise.
67 (DWARF2_External_CompUnit): Likewise.
68 (DWARF2_External_ARange): Likewise.
69 (DWARF2_Internal_LineInfo): Use dwarf_vma type for
70 li_prologue_length.
71 (eh_addr_size): Update prototype.
72
03a91817
NC
73 PR binutils/17531
74 * dwarf.c (process_debug_info): Zero the debug information array
75 since correct initialisation cannot be relied upon.
76 (process_cu_tu_index): Improve range checks.
77
834f871c
NC
78 PR binutils/17531
79 * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for
80 offset.
81 * readelf.c (dump_relocations): Handle printing offsets which are
82 MIN_INT.
83 (process_corefile_note_segment): Add range check of the namesz
84 field.
85
5a195044
MW
862015-02-09 Mark Wielaard <mjw@redhat.com>
87
88 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
89 and DW_LANG_Fortran08.
90
5929c344
NC
912015-02-06 Nick Clifton <nickc@redhat.com>
92
93 PR binutils/17512
94 * dwarf.c (display_debug_frames): Fix range checks to work on
95 32-bit binaries complied on a 64-bit host.
96
8490fb40
NC
97 PR binutils/17531
98 * dwarf.c (xcmalloc): Fail if the arguments are too big.
99 (xcrealloc): Likewise.
100 (xcalloc2): Likewise.
55325047
NC
101 * readelf.c (process_mips_specific): Fail if an option has an
102 invalid size.
8490fb40 103
7cc78d07
AM
1042015-02-05 Alan Modra <amodra@gmail.com>
105
106 PR binutils/17926
107 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
108
f3853b34
NC
1092015-02-04 Nick Clifton <nickc@redhat.com>
110
111 PR binutils/17531
112 * dwarf.c (read_and_display_attr_value): Test for a block length
113 being so long that it wraps around to before the start of the block.
114 (process_debug_info): Test for section_begin wrapping around to
115 before the start of the section.
116 (display_gdb_index): Test for num_cus being so large that the end
117 address wraps around to before the start of the section.
118 (process_cu_tu_index): Test for j being so large that the section
119 index pool wraps around to before the start of the section.
120
57028622
NC
1212015-02-03 Nick Clifton <nickc@redhat.com>
122
123 PR binutils/17531
124 * dwarf.c (process_debug_info): Add range check.
125 (display_debug_pubnames_worker): Likewise.
126 (display_gdb_index): Fix range check.
127 (process_cu_tu_index): Add range check.
128 * readelf.c (get_data): Change parameter types from size_t to
129 bfd_size_type. Add checks for loss of accuracy when casting from
130 bfd_size_type to size_t.
131 (get_dynamic_data): Likewise.
132 (process_section_groups): Limit number of error messages.
133
64d29018
NC
1342015-02-03 Nick Clifton <nickc@redhat.com>
135
136 PR binutils/17512
137 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
138
3f8107ab
AM
1392015-01-28 James Bowman <james.bowman@ftdichip.com>
140
141 * readelf.c: Add FT32 support.
142
37e3922e
NC
1432015-01-27 Nick Clifton <nickc@redhat.com>
144
145 PR binutils/17512
146 * dlltool.c (identify_search_archive): If the last archive was the
147 same as the current archive, terminate the loop.
148
877a8638
NC
149 * addr2line.c (slurp_symtab): If the symcount is zero, free the
150 symbol table pointer.
151
0897ec15
NC
152 * rcparse.y: Add checks to avoid integer divide by zero.
153 * rescoff.c (read_coff_rsrc): Add check on the size of the
154 resource section.
155 (read_coff_res_dir): Add check on the nesting level.
156 Check for resource names overrunning the buffer.
157 * resrc.c (write_rc_messagetable): Update formatting.
158 Add check of 'elen' being zero.
159
bb97bdd7
NC
1602015-01-23 Nick Clifton <nickc@redhat.com>
161
162 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
163 by recent delta, when compiling on for a 32-bit host.
164
86eafac0
NC
1652015-01-21 Nick Clifton <nickc@redhat.com>
166
167 PR binutils/17512
168 * addr2line.c (main): Call bfd_set_error_program_name.
169 * ar.c (main): Likewise.
170 * coffdump.c (main): Likewise.
171 * cxxfilt.c (main): Likewise.
172 * dlltool.c (main): Likewise.
173 * nlmconv.c (main): Likewise.
174 * nm.c (main): Likewise.
175 * objdump.c (main): Likewise.
176 * size.c (main): Likewise.
177 * srconv.c (main): Likewise.
178 * strings.c (main): Likewise.
179 * sysdump.c (main): Likewise.
180 * windmc.c (main): Likewise.
181 * windres.c (main): Likewise.
182 * objcopy.c (main): Likewise.
183 (copy_relocations_in_section): Check for relocs without associated
184 symbol pointers.
185
6c1965f9
RR
1862015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
187
188 * MAINTAINERS: Add self to ARM maintainers list.
189
5b7d6237
NC
1902015-01-21 Nick Clifton <nickc@redhat.com>
191
192 PR binutils/17512
193 * coffgrok.c (do_type): Check that computed ref exists.
194 (doit): Add range checks when computing section for scope.
195
a0a3b04c
L
1962015-01-12 H.J. Lu <hongjiu.lu@intel.com>
197
198 * dwarf.c (process_debug_info): Properly check abbrev size.
199
72c61a0d
NC
2002015-01-12 Nick Clifton <nickc@redhat.com>
201
202 PR binutils/17531
203 * dwarf.c (process_debug_info): Check for abbrev_base being larger
204 than the section size.
205 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
206 arrays.
207 (xcalloc2): New function. Like xcalloc, but checks for overflow.
1306a742
NC
208 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
209 array. Check for an address_base that is too large.
210
72c61a0d
NC
211 * dwarf.h (xcalloc2): Prototype.
212
b38ead21
AM
2132015-01-12 Alan Modra <amodra@gmail.com>
214
215 * prdbg.c (print_debugging_info): Don't use void* for function
216 pointer param.
217 * budbg.h (print_debugging_info): Update prototype.
218
3565cf8f
NC
2192015-01-08 Nick Clifton <nickc@redhat.com>
220
221 PR binutils/17512
063bb025
NC
222 * ojcopy.c (copy_object): Free the symbol table if no symbols
223 could be loaded.
224 (copy_file): Use bfd_close_all_done to close files that could not
225 be copied.
226
848cde35
NC
227 * sysdump.c (getINT): Fail if reading off the end of the buffer.
228 Replace call to abort with a call to fatal.
229 (getCHARS): Prevetn reading off the end of the buffer.
230
3565cf8f
NC
231 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
232 associated symbol.
233 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
234 range before applying a reloc.
235
c88f5b8e
NC
2362015-01-07 Nick Clifton <nickc@redhat.com>
237
238 PR binutils/17512
d7b24d29
NC
239 * dlltool.c (scan_obj_file): Break loop if the last archive
240 displayed matches the current archive.
241
c88f5b8e
NC
242 * objdump.c (display_any_bfd): Add a depth limit to nested archive
243 display in order to avoid infinite loops.
244 * srconv.c: Replace calls to abort with calls to fatal with an
245 error message.
246
85880250
NC
2472015-01-06 Nick Clifton <nickc@redhat.com>
248
249 PR binutils/17512
250 * coffdump.c (dump_coff_section): Check for a symbol being
251 available before printing its name.
252 (main): Check the return value from coff_grok.
253 * coffgrok.c: Reformat and tidy.
254 Add range checks to most functions.
255 (coff_grok): Return NULL if the input bfd is not in a COFF
256 format.
257 * coffgrok.h: Reformat and tidy.
258 (struct coff_section): Change the nrelocs field to unsigned.
259 * srconv.c (main): Check the return value from coff_grok.
260
896ca098
NC
2612015-01-05 Nick Clifton <nickc@redhat.com>
262
263 PR binutils/17512
264 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
265 help initialize the info.elfinfo field.
266 (print_size_symbols): Add 'synth_count' parameter. Use it to set
267 the is_synthetic parameter when calling print_symbol.
268 (print_symbols): Likewise.
269 (display_rel_file): Pass synth_count to printing function.
270 (display_archive): Break loop if the last archive displayed
271 matches the current archive.
272 * size.c (display_archive): Likewise.
273
82b1b41b
NC
2742015-01-05 Nick Clifton <nickc@redhat.com>
275
276 PR binutils/17531
277 * dwarf.c (alloc_num_debug_info_entries): New variable.
278 (process_debug_info): Set it. Use it to avoid displaying
279 attributes for which there is no info.
280 (display_debug_abbrev): Check that the debug_info_entry index is
281 valid before using it.
282 (display_loc_list_dwo): Likewise.
283 (process_cu_tu_index): Add range check for an overlarge dw_sect
284 value.
285 (free_debug_memory): Reset alloc_num_debug_info_entries.
286 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
287 be indentified.
288 (dynamic_section_mips_val): Warn if the timestamp is invalid.
289 (print_mips_got_entry): Add a data_end parameter. Warn if a read
290 would go beyond the end of the data, and return an error value.
291 (process_mips_specific): Do not read options from beyond the end
292 of the section.
293 Correct code to display optional data at the end of an option.
294 Warn if there are too many GOT symbols.
295 Update calls to print_mips_got_entry, and handle error returns.
296
c1724c7f
DK
2972015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
298
299 PR binutils/17489
300 * doc/binutils.texi (dlltool): Correct description of --kill-at
301 option.
302
efd321f9
AM
3032015-01-01 Alan Modra <amodra@gmail.com>
304
305 * version.c (print_version): Just print current year.
306
b90efa5b 3072015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 308
b90efa5b 309 Update year range in copyright notice of all files.
5c294fee 310
b90efa5b 311For older changes see ChangeLog-2014
252b5132 312\f
b90efa5b 313Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
314
315Copying and distribution of this file, with or without modification,
316are permitted in any medium without royalty provided the copyright
317notice and this notice are preserved.
318
252b5132
RH
319Local Variables:
320mode: change-log
321left-margin: 8
322fill-column: 74
323version-control: never
324End:
This page took 0.795884 seconds and 4 git commands to generate.