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