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