]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
16ceeb171ba782c7f1feb5ed6bee7c7dedd8b46d
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2017-02-23 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (display_tag_value): Use an explicit signed type for
4 the tag parameter.
5 (display_gnu_attributes): Use an unsigned integer type for
6 attribute tags.
7 (display_power_gnu_attribute): Likewise.
8 (display_s390_gnu_attribute): Likewise.
9 (display_sparc_hwcaps): Likewise.
10 (display_sparc_hwcaps2): Likewise.
11 (display_sparc_gnu_attribute): Likewise.
12 (display_mips_gnu_attribute): Likewise.
13 (display_tic6x_attribute): Likewise.
14 (display_raw_attribute): Likewise.
15 (process_attributes): Likewise.
16 (process_arm_specific): Delete redundant function.
17 (process_power_specific): Likewise.
18 (process_s390_specific): Likewise.
19 (process_sparc_specific): Likewise.
20 (process_tic6x_specific): Likewise.
21 (process_msp430x_specific): Likewise.
22 (display_public_gnu_attributes): New function. Displays known
23 information about an unknown gnu attribute.
24 (display_generic_attribute): New function. Calls
25 display_tag_value for non-nul tags.
26 (process_arch_specific): Call process_attributes even for
27 architectures not known to specifically support gnu attributes.
28
29 2017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
30
31 * dwarf.c (decode_location_expression): Display also OP.
32
33 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
34
35 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
36 new line between the heading and the first version definition
37 entry.
38
39 2017-02-20 Nick Clifton <nickc@redhat.com>
40
41 PR binutils/21156
42 * dwarf.c (cu_tu_indexes_read): Move into...
43 (load_cu_tu_indexes): ... here. Change the variable into
44 tri-state. Change the function into boolean, returning
45 false if the indicies could not be loaded.
46 (find_cu_tu_set): Return NULL if the indicies could not be
47 loaded.
48
49 2017-02-17 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/21156
52 * readelf.c (find_section_in_set): Test for invalid section
53 indicies.
54
55 2017-02-17 Nick Clifton <nickc@redhat.com>
56
57 * readelf.c (get_section_type_name): Add decoding of GNU section
58 types.
59
60 2017-02-15 Nick Clifton <nickc@redhat.com>
61
62 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
63 Maintainers section.
64
65 2017-02-14 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/21159
68 * readelf.c (dump_section_as_strings): Reset the start address if
69 no decompression is perfromed.
70 (dump_section_as_bytes): Likewise.
71
72 2017-02-14 Nick Clifton <nickc@redhat.com>
73
74 PR binutils/21158
75 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
76 empty symbol name.
77
78 2017-02-14 Nick Clifton <nickc@redhat.com>
79
80 PR binutils/21157
81 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
82 pairs.
83 (parse_number): Exit early if passed an empty string.
84
85 2017-02-14 Nick Clifton <nickc@redhat.com>
86
87 PR binutils/21155
88 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
89 being within a given range.
90 (target_specific_reloc_handling): Use macro to test for underflow
91 as well as overflow of reloc offset.
92
93 2017-02-13 Nick Clifton <nickc@redhat.com>
94
95 PR binutils/21150
96 * nm.c (file_symbol): Add test of string length before testing
97 string characters.
98
99 2017-02-13 Nick Clifton <nickc@redhat.com>
100
101 PR binutils/21135
102 * readelf.c (dump_section_as_bytes): Handle the case where
103 uncompress_section_contents returns false.
104 (dump_section_as_bytes, load_specific_debug_section): Likewise.
105
106 2017-02-13 Nick Clifton <nickc@redhat.com>
107
108 PR binutils/21149
109 * readelf.c (get_compression_header): Add size parameter. Check
110 size against sizeof compression header before attempting to
111 extract the header.
112 (process_section_headers): Pass size to get_compression_header.
113 (dump_section_as_strings): Likewise.
114 (dump_section_as_bytes): Likewise.
115 (load_specific_debug_section): Likewise.
116
117 2017-02-13 Nick Clifton <nickc@redhat.com>
118
119 PR binutils/21148
120 * readelf.c (process_version_sections): Include size of auxillary
121 version information when checking for buffer overflow.
122
123 2017-02-13 Nick Clifton <nickc@redhat.com>
124
125 PR binutils/21147
126 * readelf.c (process_section_contents): Fix off by one error
127 reporting un-dumped sections.
128
129 2017-02-13 Nick Clifton <nickc@redhat.com>
130
131 PR binutils/21139
132 * readelf.c (target_specific_reloc_handling): Add num_syms
133 parameter. Check for symbol table overflow before accessing
134 symbol value. If reloc pointer is NULL, discard all saved state.
135 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
136 Call target_specific_reloc_handling with a NULL reloc pointer
137 after processing all of the relocs.
138
139 2017-02-13 Nick Clifton <nickc@redhat.com>
140
141 PR binutils/21137
142 * readelf.c (target_specific_reloc_handling): Add end parameter.
143 Check for buffer overflow before writing relocated values.
144 (apply_relocations): Pass end to target_specific_reloc_handling.
145
146 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
147 Nick Clifton <nickc@redhat.com>
148
149 PR 20343
150 * doc/binutils.texi (ar): Extend documentation of the --plugin
151 option. Include a description of where the plugins should be
152 located.
153 (nm): Likewise.
154
155 2017-01-23 Nick Clifton <nickc@redhat.com>
156
157 * MAINTAINERS: Add Bernd to Past Maintainers section.
158 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
159 section.
160
161 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
162
163 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
164
165 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * objdump.c (dump_section_header): Extract max section name length
168 from data parameter, use this when formatting output.
169 (find_longest_section_name): New function.
170 (dump_headers): Calculate longest section name when in wide mode,
171 reformat to unify printing of header line.
172
173 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
174
175 PR 21059
176 * arlex.l: Support processing with flex 2.6.3.
177 * deflex.l: Likewise.
178
179 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
180
181 * resbin.c: Optional dialog control data immediately follows
182 the control description without alignment.
183 * testsuite/binutils-all/windres/controldata.rc: New test.
184 source.
185 * testsuite/binutils-all/windres/controldata.rsd: New test.
186
187 2017-01-12 Nick Clifton <nickc@redhat.com>
188
189 PR binutils/20876
190 * NEWS: Mention the new feature.
191 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
192 New proc to test the location of separate debug info files using
193 the build-id method.
194
195 2017-01-10 Nick Clifton <nickc@redhat.com>
196
197 PR 21034
198 * stabs.c (parse_stab_members): Fix thinko checking for g++
199 version 1 stabs information.
200
201 2017-01-09 Nick Clifton <nickc@redhat.com>
202
203 * objdump.c (display_file): Add new parameter 'last_file'. If
204 last_file is true, do not call bfd_close at the end of the
205 function.
206 (main): Set the value of the last_file parameter when calling
207 display_file.
208
209 2017-01-09 Alan Modra <amodra@gmail.com>
210
211 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
212 comment.
213
214 2017-01-06 Nick Clifton <nickc@redhat.com>
215
216 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
217
218 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
219
220 PR 20958
221 * syslex.l (option): Add noyywrap
222 (yywrap): Delete.
223
224 2017-01-02 Alan Modra <amodra@gmail.com>
225
226 Update year range in copyright notice of all files.
227
228 For older changes see ChangeLog-2016
229 \f
230 Copyright (C) 2017 Free Software Foundation, Inc.
231
232 Copying and distribution of this file, with or without modification,
233 are permitted in any medium without royalty provided the copyright
234 notice and this notice are preserved.
235
236 Local Variables:
237 mode: change-log
238 left-margin: 8
239 fill-column: 74
240 version-control: never
241 End: