]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
binutils/testsuite: Enable `strip-13' test for `hppa*-*'
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
aad7be45
MR
12018-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
89f60df2
JDA
82018-04-04 John David Anglin <danglin@gcc.gnu.org>
9
10 * MAINTAINERS: Update my e-mail address.
11
f1ca0d6d
NC
122018-04-04 Nick Clifton <nickc@redhat.com>
13
14 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
15
8fd75781
NC
162018-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
b1202ffa
L
262018-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
7e100140
NC
312018-03-20 Nick Clifton <nickc@redhat.com>
32
33 * po/es.po: Updated Spanish translation.
34 * po/ru.po: Updated Russian translation.
35
e45ad123
NC
362018-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
81db3241
NC
422018-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.
e45ad123 63
81db3241
NC
64 * parse_stab: Compute the end of the string and then pass it on to
65 individual parser functions.
66
6d4f21f6
PP
672018-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
52fe4420
AM
732018-03-07 Alan Modra <amodra@gmail.com>
74
75 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
76 * configure: Regenerate.
77
0e70b27b
L
782018-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
d11ae95e
NC
862018-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
e184813f
AM
922018-03-01 Alan Modra <amodra@gmail.com>
93
94 * configure.ac (ALL_LINGUAS): Add sr. Sort.
95 * configure: Regenerate.
96
bc7c0509
NC
972018-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
f3185997
NC
1032018-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
2c1c9679
AM
1122018-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
6e05870c
AM
1172018-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
b0ab9c45
RH
1222018-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
e535d0dd
MK
1272018-02-19 Matthias Klose <doko@debian.org>
128
129 * strings.c (long_options): Include-all-whitespace does not take
130 an extra agument.
131
6e5e9d58
AM
1322018-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
8de3a6e2
NC
1412018-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
68807c3c
NC
1472018-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
2d6dda71
MR
1572018-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
78c88364
MR
1642018-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
5bb0830d
AB
1732018-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
f2023ce7
AM
1832018-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
fcabedd5
NC
1892018-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
f49db8be
AM
1962018-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
a8d6d6ac
NC
2012018-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
9a5db26e
NC
2062018-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
94c2436b
NC
2112018-01-26 Nick Clifton <nickc@redhat.com>
212
213 * README-how-to-make-a-release: Add more details on updating
214 version numbers.
215
1ea332d6
MR
2162018-01-22 Maciej W. Rozycki <macro@mips.com>
217
218 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
219 option description.
220
d65ce302
MR
2212018-01-22 Maciej W. Rozycki <macro@mips.com>
222
223 * MAINTAINERS: Update my company e-mail address.
224
f433138f
NC
2252018-01-22 Nick Clifton <nickc@redhat.com>
226
227 * po/sv.po: Updated Swedish translation.
228
7ab82037
NC
2292018-01-18 Nick Clifton <nickc@redhat.com>
230
231 * po/bg.po: Updated Bulgarian translation.
232
0dd86f32
JB
2332018-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
a960d29f
JB
2382018-01-16 Joel Brobecker <brobecker@adacore.com>
239
240 * README-how-to-make-a-release: Remove trailing spaces.
241
f6efed01
NC
2422018-01-16 Nick Clifton <nickc@redhat.com>
243
244 * po/fr.po: Updated French translation.
245
616dcb87
NC
2462018-01-15 Nick Clifton <nickc@redhat.com>
247
248 * po/uk.po: Updated Ukranian translation.
249
3957a496
NC
2502018-01-13 Nick Clifton <nickc@redhat.com>
251
19e2900b 252 * README-how-to-make-a-release: Update notes.
3957a496
NC
253 * po/binutils.pot: Regenerated.
254
769c7ea5
NC
2552018-01-13 Nick Clifton <nickc@redhat.com>
256
257 * configure: Regenerate.
258
9176ac5b
NC
2592018-01-13 Nick Clifton <nickc@redhat.com>
260
faf766e3 261 2.30 branch created.
9176ac5b
NC
262 * NEWS: Add marker for 2.30.
263
98ab9e96
NC
2642018-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
bf41f30d
NC
2702018-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
f13974bd
NC
2762018-01-03 Nick Clifton <nickc@redhat.com>
277
278 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
279 constants.
280
6f156d7a
NC
2812018-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
219d1afa
AM
3192018-01-03 Alan Modra <amodra@gmail.com>
320
321 Update year range in copyright notice of all files.
322
1e563868 323For older changes see ChangeLog-2017
3499769a 324\f
1e563868 325Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
326
327Copying and distribution of this file, with or without modification,
328are permitted in any medium without royalty provided the copyright
329notice and this notice are preserved.
330
331Local Variables:
332mode: change-log
333left-margin: 8
334fill-column: 74
335version-control: never
336End: