]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
config: Sync with GCC
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2d8c1a23
MR
12018-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
65bd2045
MR
62018-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
2f8ceb38
MR
112018-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
aad7be45
MR
232018-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
89f60df2
JDA
302018-04-04 John David Anglin <danglin@gcc.gnu.org>
31
32 * MAINTAINERS: Update my e-mail address.
33
f1ca0d6d
NC
342018-04-04 Nick Clifton <nickc@redhat.com>
35
36 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
37
8fd75781
NC
382018-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
b1202ffa
L
482018-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
7e100140
NC
532018-03-20 Nick Clifton <nickc@redhat.com>
54
55 * po/es.po: Updated Spanish translation.
56 * po/ru.po: Updated Russian translation.
57
e45ad123
NC
582018-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
81db3241
NC
642018-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.
e45ad123 85
81db3241
NC
86 * parse_stab: Compute the end of the string and then pass it on to
87 individual parser functions.
88
6d4f21f6
PP
892018-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
52fe4420
AM
952018-03-07 Alan Modra <amodra@gmail.com>
96
97 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
98 * configure: Regenerate.
99
0e70b27b
L
1002018-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
d11ae95e
NC
1082018-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
e184813f
AM
1142018-03-01 Alan Modra <amodra@gmail.com>
115
116 * configure.ac (ALL_LINGUAS): Add sr. Sort.
117 * configure: Regenerate.
118
bc7c0509
NC
1192018-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
f3185997
NC
1252018-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
2c1c9679
AM
1342018-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
6e05870c
AM
1392018-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
b0ab9c45
RH
1442018-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
e535d0dd
MK
1492018-02-19 Matthias Klose <doko@debian.org>
150
151 * strings.c (long_options): Include-all-whitespace does not take
152 an extra agument.
153
6e5e9d58
AM
1542018-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
8de3a6e2
NC
1632018-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
68807c3c
NC
1692018-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
2d6dda71
MR
1792018-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
78c88364
MR
1862018-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
5bb0830d
AB
1952018-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
f2023ce7
AM
2052018-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
fcabedd5
NC
2112018-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
f49db8be
AM
2182018-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
a8d6d6ac
NC
2232018-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
9a5db26e
NC
2282018-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
94c2436b
NC
2332018-01-26 Nick Clifton <nickc@redhat.com>
234
235 * README-how-to-make-a-release: Add more details on updating
236 version numbers.
237
1ea332d6
MR
2382018-01-22 Maciej W. Rozycki <macro@mips.com>
239
240 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
241 option description.
242
d65ce302
MR
2432018-01-22 Maciej W. Rozycki <macro@mips.com>
244
245 * MAINTAINERS: Update my company e-mail address.
246
f433138f
NC
2472018-01-22 Nick Clifton <nickc@redhat.com>
248
249 * po/sv.po: Updated Swedish translation.
250
7ab82037
NC
2512018-01-18 Nick Clifton <nickc@redhat.com>
252
253 * po/bg.po: Updated Bulgarian translation.
254
0dd86f32
JB
2552018-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
a960d29f
JB
2602018-01-16 Joel Brobecker <brobecker@adacore.com>
261
262 * README-how-to-make-a-release: Remove trailing spaces.
263
f6efed01
NC
2642018-01-16 Nick Clifton <nickc@redhat.com>
265
266 * po/fr.po: Updated French translation.
267
616dcb87
NC
2682018-01-15 Nick Clifton <nickc@redhat.com>
269
270 * po/uk.po: Updated Ukranian translation.
271
3957a496
NC
2722018-01-13 Nick Clifton <nickc@redhat.com>
273
19e2900b 274 * README-how-to-make-a-release: Update notes.
3957a496
NC
275 * po/binutils.pot: Regenerated.
276
769c7ea5
NC
2772018-01-13 Nick Clifton <nickc@redhat.com>
278
279 * configure: Regenerate.
280
9176ac5b
NC
2812018-01-13 Nick Clifton <nickc@redhat.com>
282
faf766e3 283 2.30 branch created.
9176ac5b
NC
284 * NEWS: Add marker for 2.30.
285
98ab9e96
NC
2862018-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
bf41f30d
NC
2922018-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
f13974bd
NC
2982018-01-03 Nick Clifton <nickc@redhat.com>
299
300 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
301 constants.
302
6f156d7a
NC
3032018-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
219d1afa
AM
3412018-01-03 Alan Modra <amodra@gmail.com>
342
343 Update year range in copyright notice of all files.
344
1e563868 345For older changes see ChangeLog-2017
3499769a 346\f
1e563868 347Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
348
349Copying and distribution of this file, with or without modification,
350are permitted in any medium without royalty provided the copyright
351notice and this notice are preserved.
352
353Local Variables:
354mode: change-log
355left-margin: 8
356fill-column: 74
357version-control: never
358End: