]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
gdb.base/gdb-sigterm.exp: Fix spurious FAILs
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
7cc78d07
AM
12015-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
f3853b34
NC
62015-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
57028622
NC
182015-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
64d29018
NC
312015-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
3f8107ab
AM
362015-01-28 James Bowman <james.bowman@ftdichip.com>
37
38 * readelf.c: Add FT32 support.
39
37e3922e
NC
402015-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
877a8638
NC
46 * addr2line.c (slurp_symtab): If the symcount is zero, free the
47 symbol table pointer.
48
0897ec15
NC
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
bb97bdd7
NC
572015-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
86eafac0
NC
622015-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
6c1965f9
RR
832015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
84
85 * MAINTAINERS: Add self to ARM maintainers list.
86
5b7d6237
NC
872015-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
a0a3b04c
L
932015-01-12 H.J. Lu <hongjiu.lu@intel.com>
94
95 * dwarf.c (process_debug_info): Properly check abbrev size.
96
72c61a0d
NC
972015-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.
1306a742
NC
105 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
106 array. Check for an address_base that is too large.
107
72c61a0d
NC
108 * dwarf.h (xcalloc2): Prototype.
109
b38ead21
AM
1102015-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
3565cf8f
NC
1162015-01-08 Nick Clifton <nickc@redhat.com>
117
118 PR binutils/17512
063bb025
NC
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
848cde35
NC
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
3565cf8f
NC
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
c88f5b8e
NC
1332015-01-07 Nick Clifton <nickc@redhat.com>
134
135 PR binutils/17512
d7b24d29
NC
136 * dlltool.c (scan_obj_file): Break loop if the last archive
137 displayed matches the current archive.
138
c88f5b8e
NC
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
85880250
NC
1442015-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
896ca098
NC
1582015-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
82b1b41b
NC
1712015-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
c1724c7f
DK
1942015-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
efd321f9
AM
2002015-01-01 Alan Modra <amodra@gmail.com>
201
202 * version.c (print_version): Just print current year.
203
b90efa5b 2042015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 205
b90efa5b 206 Update year range in copyright notice of all files.
5c294fee 207
b90efa5b 208For older changes see ChangeLog-2014
252b5132 209\f
b90efa5b 210Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
211
212Copying and distribution of this file, with or without modification,
213are permitted in any medium without royalty provided the copyright
214notice and this notice are preserved.
215
252b5132
RH
216Local Variables:
217mode: change-log
218left-margin: 8
219fill-column: 74
220version-control: never
221End: