Prevent memory access violations when attempting to parse an x86_64 PE binary contain...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
6d4f21f6
PP
12018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
2
3 PR binutils/22923
4 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
5 overflow.
6
52fe4420
AM
72018-03-07 Alan Modra <amodra@gmail.com>
8
9 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
10 * configure: Regenerate.
11
0e70b27b
L
122018-03-05 H.J. Lu <hongjiu.lu@intel.com>
13
14 PR binutils/22911
15 * objdump.c (is_significant_symbol_name): Return TRUE for all
16 .plt* sections.
17 (find_symbol_for_address): Replace linear search with binary
18 search on dynamic relocations.
19
d11ae95e
NC
202018-03-01 Nick Clifton <nickc@redhat.com>
21
22 PR 22905
23 * dwarf.c (display_debug_ranges): Check that the offset loaded
24 from the range_entry structure is valid.
25
e184813f
AM
262018-03-01 Alan Modra <amodra@gmail.com>
27
28 * configure.ac (ALL_LINGUAS): Add sr. Sort.
29 * configure: Regenerate.
30
bc7c0509
NC
312018-02-27 Nick Clifton <nickc@redhat.com>
32
33 * po/pt.po: New Portuguese translation.
34 * configure.ac (ALL_LINGUAS): Add pt.
35 * configure: Regenerate.
36
f3185997
NC
372018-02-27 Nick Clifton <nickc@redhat.com>
38
39 PR 22875
40 * objcopy.c (copy_object): Check the error status after marking
41 symbols used in relocations.
42 * testsuite/binutils-all/strip-13.s: New test source file.
43 * testsuite/binutils-all/strip-13.s: New test driver file.
44 * testsuite/binutils-all/objcopy.exp: Run the new test.
45
2c1c9679
AM
462018-02-26 Alan Modra <amodra@gmail.com>
47
48 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
49 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
50
6e05870c
AM
512018-02-23 Alan Modra <amodra@gmail.com>
52
53 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
54 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
55
b0ab9c45
RH
562018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
57
58 * doc/binutils.texi (objcopy): Add missing closing square
59 parenthesis to listing of objcopy's command line options.
60
e535d0dd
MK
612018-02-19 Matthias Klose <doko@debian.org>
62
63 * strings.c (long_options): Include-all-whitespace does not take
64 an extra agument.
65
6e5e9d58
AM
662018-02-13 Alan Modra <amodra@gmail.com>
67
68 PR 22836
69 * testsuite/binutils-all/group-7.s,
70 * testsuite/binutils-all/group-7a.d,
71 * testsuite/binutils-all/group-7b.d,
72 * testsuite/binutils-all/group-7c.d: New tests.
73 * testsuite/binutils-all/objcopy.exp: Run them.
74
8de3a6e2
NC
752018-02-08 Nick Clifton <nickc@redhat.com>
76
77 PR 22802
78 * dwarf.c (load_separate_debug_file): Return early if the user is
79 not interested in debug links.
80
68807c3c
NC
812018-02-06 Nick Clifton <nickc@redhat.com>
82
83 PR 22793
84 * readelf.c (find_section): Replace assertion with test and return
85 of NULL.
86 (find_section_by_address): Add test of section header table
87 existance.
88 (find_section_by_type): Likewise.
89 (find_section_in_set): Likewise.
90
2d6dda71
MR
912018-02-05 Maciej W. Rozycki <macro@mips.com>
92
93 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
94 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
95 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
96 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
97
78c88364
MR
982018-02-05 Maciej W. Rozycki <macro@mips.com>
99
100 * testsuite/config/default.exp (binutils_run): Document
101 `binutils_run_status'.
102 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
103 and set it.
104 (run_dump_test): Add `error', `error_output', `warning' and
105 `warning_output' options. Update documentation accordingly.
106
5bb0830d
AB
1072018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * dwarf.c (dwarf_regnames_riscv): New register name table.
110 (init_dwarf_regnames_riscv): New function.
111 (init_dwarf_regnames): Add call to initialise RiscV register
112 names.
113 * dwarf.h (init_dwarf_regnames_riscv): Declare.
114 * objdump.c (dump_dwarf): Add call to initialise RiscV register
115 names.
116
f2023ce7
AM
1172018-02-01 Alan Modra <amodra@gmail.com>
118
119 PR 22769
120 * objdump.c (load_specific_debug_section): Check for overflow
121 when adding one to section size for a string section terminator.
122
fcabedd5
NC
1232018-01-30 Nick Clifton <nickc@redhat.com>
124
125 PR 22734
126 * doc/binutils.texi (nm): Update description to point out that
127 zero-initialized values can also be shown as type B, b, S or s
128 since they can be stored in the BSS section.
129
f49db8be
AM
1302018-01-30 Alan Modra <amodra@gmail.com>
131
132 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
133 "artificially large" end address.
134
a8d6d6ac
NC
1352018-01-28 Nick Clifton <nickc@redhat.com>
136
137 * README-how-to-make-a-release: Add note about checking gpg key
138 and the results of gnupload.
139
9a5db26e
NC
1402018-01-27 Nick Clifton <nickc@redhat.com>
141
142 * README-how-to-make-a-release: Add details on how to actually
143 make the release.
144
94c2436b
NC
1452018-01-26 Nick Clifton <nickc@redhat.com>
146
147 * README-how-to-make-a-release: Add more details on updating
148 version numbers.
149
1ea332d6
MR
1502018-01-22 Maciej W. Rozycki <macro@mips.com>
151
152 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
153 option description.
154
d65ce302
MR
1552018-01-22 Maciej W. Rozycki <macro@mips.com>
156
157 * MAINTAINERS: Update my company e-mail address.
158
f433138f
NC
1592018-01-22 Nick Clifton <nickc@redhat.com>
160
161 * po/sv.po: Updated Swedish translation.
162
7ab82037
NC
1632018-01-18 Nick Clifton <nickc@redhat.com>
164
165 * po/bg.po: Updated Bulgarian translation.
166
0dd86f32
JB
1672018-01-16 Joel Brobecker <brobecker@adacore.com>
168
169 * README-how-to-make-a-release: Add reminder to update the
170 branch name in gdbadmin's crontab on sourceware.
171
a960d29f
JB
1722018-01-16 Joel Brobecker <brobecker@adacore.com>
173
174 * README-how-to-make-a-release: Remove trailing spaces.
175
f6efed01
NC
1762018-01-16 Nick Clifton <nickc@redhat.com>
177
178 * po/fr.po: Updated French translation.
179
616dcb87
NC
1802018-01-15 Nick Clifton <nickc@redhat.com>
181
182 * po/uk.po: Updated Ukranian translation.
183
3957a496
NC
1842018-01-13 Nick Clifton <nickc@redhat.com>
185
19e2900b 186 * README-how-to-make-a-release: Update notes.
3957a496
NC
187 * po/binutils.pot: Regenerated.
188
769c7ea5
NC
1892018-01-13 Nick Clifton <nickc@redhat.com>
190
191 * configure: Regenerate.
192
9176ac5b
NC
1932018-01-13 Nick Clifton <nickc@redhat.com>
194
faf766e3 195 2.30 branch created.
9176ac5b
NC
196 * NEWS: Add marker for 2.30.
197
98ab9e96
NC
1982018-01-12 Nick Clifton <nickc@redhat.com>
199
200 * README-how-to-make-a-release: Add notes on how to make the
201 branch and prelease snapshot.
202 * BRANCHES: Add binutils-2_29-branch.
203
bf41f30d
NC
2042018-01-10 Nick Clifton <nickc@redhat.com>
205
206 * MAINTAINERS: Note that it is now the configure.ac file and not
207 the configure.in file that needs to be kept in sync with gcc.
208 Add a note about sending patches for libiberty to gcc.
209
f13974bd
NC
2102018-01-03 Nick Clifton <nickc@redhat.com>
211
212 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
213 constants.
214
6f156d7a
NC
2152018-01-03 Nick Clifton <nickc@redhat.com>
216
217 * objcopy.c (objcopy_internal_note): New structure.
218 (gap_exists): New function.
219 (is_open_note): New function.
220 (is_func_note): New function.
221 (is_64bit): New function.
222 (merge_gnu_build_notes): Handle v3 notes. Do not merge
223 if there are relocations against the notes.
224 * readelf.c (get_note_type): Use short names for build attribute
225 notes.
226 (print_symbol_for_build_attribute): Rename to
227 get_symbol_for_build_attribute. Returns the found symbol rather
228 than printing it.
229 (print_gnu_build_attribute_description): Maintain address ranges
230 for function notes as well as global notes. Handle v3 notes.
231 (print_gnu_build_attribute_name): Use more space for printing the
232 name in wide mode.
233 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
234 Eliminate symbol references in order to remove the need for
235 relocations.
236 * testsuite/binutils-all/note-2-64.s: Likewise.
237 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
238 symbol.
239 * testsuite/binutils-all/note-3-64.s: Likewise.
240 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
241 output.
242 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
243 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
244 * testsuite/binutils-all/note-2-32.d: Likewise.
245 * testsuite/binutils-all/note-2-64.d: Likewise.
246 * testsuite/binutils-all/note-3-32.d: Likewise.
247 * testsuite/binutils-all/note-3-64.d: Likewise.
248 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
249 * testsuite/binutils-all/note-4-32.s: New test.
250 * testsuite/binutils-all/note-4-64.d: New test result file.
251 * testsuite/binutils-all/note-4-32.d: New test result file.
252
219d1afa
AM
2532018-01-03 Alan Modra <amodra@gmail.com>
254
255 Update year range in copyright notice of all files.
256
1e563868 257For older changes see ChangeLog-2017
3499769a 258\f
1e563868 259Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
260
261Copying and distribution of this file, with or without modification,
262are permitted in any medium without royalty provided the copyright
263notice and this notice are preserved.
264
265Local Variables:
266mode: change-log
267left-margin: 8
268fill-column: 74
269version-control: never
270End:
This page took 0.119782 seconds and 4 git commands to generate.