binutils/testsuite: Enable `strip-13' test for `hppa*-*'
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-04-05 Maciej W. Rozycki <macro@mips.com>
2
3 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
4 241 (0xf1) for the relocation number and RELA addend.
5 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
6 `not-target' list.
7
8 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
9
10 * MAINTAINERS: Update my e-mail address.
11
12 2018-04-04 Nick Clifton <nickc@redhat.com>
13
14 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
15
16 2018-03-23 Nick Clifton <nickc@redhat.com>
17
18 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
19 symbols.
20 (print_gnu_build_attribute_description): If no file start symbol
21 could be found, look for one two bytes into the file.
22 * testsuite/binutils-all/note-4-64.s: Set the address of the file
23 start symbol to two bytes into the file.
24 * testsuite/binutils-all/note-4-32.s: Likewise.
25
26 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
27
28 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
29 DF_1_WEAKFILTER and DF_1_NOCOMMON.
30
31 2018-03-20 Nick Clifton <nickc@redhat.com>
32
33 * po/es.po: Updated Spanish translation.
34 * po/ru.po: Updated Russian translation.
35
36 2018-03-13 Nick Clifton <nickc@redhat.com>
37
38 PR 22957
39 * stabs.c (pop_binincl): Fail if the file index is off the end of
40 the stack.
41
42 2018-03-13 Nick Clifton <nickc@redhat.com>
43
44 PR 22955
45 * stabs.c (parse_number): Add p_end parameter and use it to check
46 the validity of the pp parameter. Add checks to prevent walking
47 off the end of the string buffer.
48 (parse_stab_string): Likewise.
49 (parse_stab_type): Likewise.
50 (parse_stab_type_number): Likewise.
51 (parse_stab_range_type): Likewise.
52 (parse_stab_sun_builtin_type): Likewise.
53 (parse_stab_sun_floating_type): Likewise.
54 (parse_stab_enum_type): Likewise.
55 (parse_stab_struct_type): Likewise.
56 (parse_stab_baseclasses): Likewise.
57 (parse_stab_struct_fields): Likewise.
58 (parse_stab_cpp_abbrev): Likewise.
59 (parse_stab_one_struct_field): Likewise.
60 (parse_stab_members): Likewise.
61 (parse_stab_tilde_field): Likewise.
62 (parse_stab_array_type): Likewise.
63
64 * parse_stab: Compute the end of the string and then pass it on to
65 individual parser functions.
66
67 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
68
69 PR binutils/22923
70 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
71 overflow.
72
73 2018-03-07 Alan Modra <amodra@gmail.com>
74
75 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
76 * configure: Regenerate.
77
78 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
79
80 PR binutils/22911
81 * objdump.c (is_significant_symbol_name): Return TRUE for all
82 .plt* sections.
83 (find_symbol_for_address): Replace linear search with binary
84 search on dynamic relocations.
85
86 2018-03-01 Nick Clifton <nickc@redhat.com>
87
88 PR 22905
89 * dwarf.c (display_debug_ranges): Check that the offset loaded
90 from the range_entry structure is valid.
91
92 2018-03-01 Alan Modra <amodra@gmail.com>
93
94 * configure.ac (ALL_LINGUAS): Add sr. Sort.
95 * configure: Regenerate.
96
97 2018-02-27 Nick Clifton <nickc@redhat.com>
98
99 * po/pt.po: New Portuguese translation.
100 * configure.ac (ALL_LINGUAS): Add pt.
101 * configure: Regenerate.
102
103 2018-02-27 Nick Clifton <nickc@redhat.com>
104
105 PR 22875
106 * objcopy.c (copy_object): Check the error status after marking
107 symbols used in relocations.
108 * testsuite/binutils-all/strip-13.s: New test source file.
109 * testsuite/binutils-all/strip-13.s: New test driver file.
110 * testsuite/binutils-all/objcopy.exp: Run the new test.
111
112 2018-02-26 Alan Modra <amodra@gmail.com>
113
114 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
115 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
116
117 2018-02-23 Alan Modra <amodra@gmail.com>
118
119 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
120 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
121
122 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
123
124 * doc/binutils.texi (objcopy): Add missing closing square
125 parenthesis to listing of objcopy's command line options.
126
127 2018-02-19 Matthias Klose <doko@debian.org>
128
129 * strings.c (long_options): Include-all-whitespace does not take
130 an extra agument.
131
132 2018-02-13 Alan Modra <amodra@gmail.com>
133
134 PR 22836
135 * testsuite/binutils-all/group-7.s,
136 * testsuite/binutils-all/group-7a.d,
137 * testsuite/binutils-all/group-7b.d,
138 * testsuite/binutils-all/group-7c.d: New tests.
139 * testsuite/binutils-all/objcopy.exp: Run them.
140
141 2018-02-08 Nick Clifton <nickc@redhat.com>
142
143 PR 22802
144 * dwarf.c (load_separate_debug_file): Return early if the user is
145 not interested in debug links.
146
147 2018-02-06 Nick Clifton <nickc@redhat.com>
148
149 PR 22793
150 * readelf.c (find_section): Replace assertion with test and return
151 of NULL.
152 (find_section_by_address): Add test of section header table
153 existance.
154 (find_section_by_type): Likewise.
155 (find_section_in_set): Likewise.
156
157 2018-02-05 Maciej W. Rozycki <macro@mips.com>
158
159 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
160 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
161 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
162 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
163
164 2018-02-05 Maciej W. Rozycki <macro@mips.com>
165
166 * testsuite/config/default.exp (binutils_run): Document
167 `binutils_run_status'.
168 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
169 and set it.
170 (run_dump_test): Add `error', `error_output', `warning' and
171 `warning_output' options. Update documentation accordingly.
172
173 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * dwarf.c (dwarf_regnames_riscv): New register name table.
176 (init_dwarf_regnames_riscv): New function.
177 (init_dwarf_regnames): Add call to initialise RiscV register
178 names.
179 * dwarf.h (init_dwarf_regnames_riscv): Declare.
180 * objdump.c (dump_dwarf): Add call to initialise RiscV register
181 names.
182
183 2018-02-01 Alan Modra <amodra@gmail.com>
184
185 PR 22769
186 * objdump.c (load_specific_debug_section): Check for overflow
187 when adding one to section size for a string section terminator.
188
189 2018-01-30 Nick Clifton <nickc@redhat.com>
190
191 PR 22734
192 * doc/binutils.texi (nm): Update description to point out that
193 zero-initialized values can also be shown as type B, b, S or s
194 since they can be stored in the BSS section.
195
196 2018-01-30 Alan Modra <amodra@gmail.com>
197
198 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
199 "artificially large" end address.
200
201 2018-01-28 Nick Clifton <nickc@redhat.com>
202
203 * README-how-to-make-a-release: Add note about checking gpg key
204 and the results of gnupload.
205
206 2018-01-27 Nick Clifton <nickc@redhat.com>
207
208 * README-how-to-make-a-release: Add details on how to actually
209 make the release.
210
211 2018-01-26 Nick Clifton <nickc@redhat.com>
212
213 * README-how-to-make-a-release: Add more details on updating
214 version numbers.
215
216 2018-01-22 Maciej W. Rozycki <macro@mips.com>
217
218 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
219 option description.
220
221 2018-01-22 Maciej W. Rozycki <macro@mips.com>
222
223 * MAINTAINERS: Update my company e-mail address.
224
225 2018-01-22 Nick Clifton <nickc@redhat.com>
226
227 * po/sv.po: Updated Swedish translation.
228
229 2018-01-18 Nick Clifton <nickc@redhat.com>
230
231 * po/bg.po: Updated Bulgarian translation.
232
233 2018-01-16 Joel Brobecker <brobecker@adacore.com>
234
235 * README-how-to-make-a-release: Add reminder to update the
236 branch name in gdbadmin's crontab on sourceware.
237
238 2018-01-16 Joel Brobecker <brobecker@adacore.com>
239
240 * README-how-to-make-a-release: Remove trailing spaces.
241
242 2018-01-16 Nick Clifton <nickc@redhat.com>
243
244 * po/fr.po: Updated French translation.
245
246 2018-01-15 Nick Clifton <nickc@redhat.com>
247
248 * po/uk.po: Updated Ukranian translation.
249
250 2018-01-13 Nick Clifton <nickc@redhat.com>
251
252 * README-how-to-make-a-release: Update notes.
253 * po/binutils.pot: Regenerated.
254
255 2018-01-13 Nick Clifton <nickc@redhat.com>
256
257 * configure: Regenerate.
258
259 2018-01-13 Nick Clifton <nickc@redhat.com>
260
261 2.30 branch created.
262 * NEWS: Add marker for 2.30.
263
264 2018-01-12 Nick Clifton <nickc@redhat.com>
265
266 * README-how-to-make-a-release: Add notes on how to make the
267 branch and prelease snapshot.
268 * BRANCHES: Add binutils-2_29-branch.
269
270 2018-01-10 Nick Clifton <nickc@redhat.com>
271
272 * MAINTAINERS: Note that it is now the configure.ac file and not
273 the configure.in file that needs to be kept in sync with gcc.
274 Add a note about sending patches for libiberty to gcc.
275
276 2018-01-03 Nick Clifton <nickc@redhat.com>
277
278 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
279 constants.
280
281 2018-01-03 Nick Clifton <nickc@redhat.com>
282
283 * objcopy.c (objcopy_internal_note): New structure.
284 (gap_exists): New function.
285 (is_open_note): New function.
286 (is_func_note): New function.
287 (is_64bit): New function.
288 (merge_gnu_build_notes): Handle v3 notes. Do not merge
289 if there are relocations against the notes.
290 * readelf.c (get_note_type): Use short names for build attribute
291 notes.
292 (print_symbol_for_build_attribute): Rename to
293 get_symbol_for_build_attribute. Returns the found symbol rather
294 than printing it.
295 (print_gnu_build_attribute_description): Maintain address ranges
296 for function notes as well as global notes. Handle v3 notes.
297 (print_gnu_build_attribute_name): Use more space for printing the
298 name in wide mode.
299 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
300 Eliminate symbol references in order to remove the need for
301 relocations.
302 * testsuite/binutils-all/note-2-64.s: Likewise.
303 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
304 symbol.
305 * testsuite/binutils-all/note-3-64.s: Likewise.
306 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
307 output.
308 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
309 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
310 * testsuite/binutils-all/note-2-32.d: Likewise.
311 * testsuite/binutils-all/note-2-64.d: Likewise.
312 * testsuite/binutils-all/note-3-32.d: Likewise.
313 * testsuite/binutils-all/note-3-64.d: Likewise.
314 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
315 * testsuite/binutils-all/note-4-32.s: New test.
316 * testsuite/binutils-all/note-4-64.d: New test result file.
317 * testsuite/binutils-all/note-4-32.d: New test result file.
318
319 2018-01-03 Alan Modra <amodra@gmail.com>
320
321 Update year range in copyright notice of all files.
322
323 For older changes see ChangeLog-2017
324 \f
325 Copyright (C) 2018 Free Software Foundation, Inc.
326
327 Copying and distribution of this file, with or without modification,
328 are permitted in any medium without royalty provided the copyright
329 notice and this notice are preserved.
330
331 Local Variables:
332 mode: change-log
333 left-margin: 8
334 fill-column: 74
335 version-control: never
336 End:
This page took 0.037618 seconds and 5 git commands to generate.