Use binary search on dynamic relocations
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/22911
4 * objdump.c (is_significant_symbol_name): Return TRUE for all
5 .plt* sections.
6 (find_symbol_for_address): Replace linear search with binary
7 search on dynamic relocations.
8
9 2018-03-01 Nick Clifton <nickc@redhat.com>
10
11 PR 22905
12 * dwarf.c (display_debug_ranges): Check that the offset loaded
13 from the range_entry structure is valid.
14
15 2018-03-01 Alan Modra <amodra@gmail.com>
16
17 * configure.ac (ALL_LINGUAS): Add sr. Sort.
18 * configure: Regenerate.
19
20 2018-02-27 Nick Clifton <nickc@redhat.com>
21
22 * po/pt.po: New Portuguese translation.
23 * configure.ac (ALL_LINGUAS): Add pt.
24 * configure: Regenerate.
25
26 2018-02-27 Nick Clifton <nickc@redhat.com>
27
28 PR 22875
29 * objcopy.c (copy_object): Check the error status after marking
30 symbols used in relocations.
31 * testsuite/binutils-all/strip-13.s: New test source file.
32 * testsuite/binutils-all/strip-13.s: New test driver file.
33 * testsuite/binutils-all/objcopy.exp: Run the new test.
34
35 2018-02-26 Alan Modra <amodra@gmail.com>
36
37 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
38 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
39
40 2018-02-23 Alan Modra <amodra@gmail.com>
41
42 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
43 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
44
45 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
46
47 * doc/binutils.texi (objcopy): Add missing closing square
48 parenthesis to listing of objcopy's command line options.
49
50 2018-02-19 Matthias Klose <doko@debian.org>
51
52 * strings.c (long_options): Include-all-whitespace does not take
53 an extra agument.
54
55 2018-02-13 Alan Modra <amodra@gmail.com>
56
57 PR 22836
58 * testsuite/binutils-all/group-7.s,
59 * testsuite/binutils-all/group-7a.d,
60 * testsuite/binutils-all/group-7b.d,
61 * testsuite/binutils-all/group-7c.d: New tests.
62 * testsuite/binutils-all/objcopy.exp: Run them.
63
64 2018-02-08 Nick Clifton <nickc@redhat.com>
65
66 PR 22802
67 * dwarf.c (load_separate_debug_file): Return early if the user is
68 not interested in debug links.
69
70 2018-02-06 Nick Clifton <nickc@redhat.com>
71
72 PR 22793
73 * readelf.c (find_section): Replace assertion with test and return
74 of NULL.
75 (find_section_by_address): Add test of section header table
76 existance.
77 (find_section_by_type): Likewise.
78 (find_section_in_set): Likewise.
79
80 2018-02-05 Maciej W. Rozycki <macro@mips.com>
81
82 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
83 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
84 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
85 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
86
87 2018-02-05 Maciej W. Rozycki <macro@mips.com>
88
89 * testsuite/config/default.exp (binutils_run): Document
90 `binutils_run_status'.
91 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
92 and set it.
93 (run_dump_test): Add `error', `error_output', `warning' and
94 `warning_output' options. Update documentation accordingly.
95
96 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * dwarf.c (dwarf_regnames_riscv): New register name table.
99 (init_dwarf_regnames_riscv): New function.
100 (init_dwarf_regnames): Add call to initialise RiscV register
101 names.
102 * dwarf.h (init_dwarf_regnames_riscv): Declare.
103 * objdump.c (dump_dwarf): Add call to initialise RiscV register
104 names.
105
106 2018-02-01 Alan Modra <amodra@gmail.com>
107
108 PR 22769
109 * objdump.c (load_specific_debug_section): Check for overflow
110 when adding one to section size for a string section terminator.
111
112 2018-01-30 Nick Clifton <nickc@redhat.com>
113
114 PR 22734
115 * doc/binutils.texi (nm): Update description to point out that
116 zero-initialized values can also be shown as type B, b, S or s
117 since they can be stored in the BSS section.
118
119 2018-01-30 Alan Modra <amodra@gmail.com>
120
121 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
122 "artificially large" end address.
123
124 2018-01-28 Nick Clifton <nickc@redhat.com>
125
126 * README-how-to-make-a-release: Add note about checking gpg key
127 and the results of gnupload.
128
129 2018-01-27 Nick Clifton <nickc@redhat.com>
130
131 * README-how-to-make-a-release: Add details on how to actually
132 make the release.
133
134 2018-01-26 Nick Clifton <nickc@redhat.com>
135
136 * README-how-to-make-a-release: Add more details on updating
137 version numbers.
138
139 2018-01-22 Maciej W. Rozycki <macro@mips.com>
140
141 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
142 option description.
143
144 2018-01-22 Maciej W. Rozycki <macro@mips.com>
145
146 * MAINTAINERS: Update my company e-mail address.
147
148 2018-01-22 Nick Clifton <nickc@redhat.com>
149
150 * po/sv.po: Updated Swedish translation.
151
152 2018-01-18 Nick Clifton <nickc@redhat.com>
153
154 * po/bg.po: Updated Bulgarian translation.
155
156 2018-01-16 Joel Brobecker <brobecker@adacore.com>
157
158 * README-how-to-make-a-release: Add reminder to update the
159 branch name in gdbadmin's crontab on sourceware.
160
161 2018-01-16 Joel Brobecker <brobecker@adacore.com>
162
163 * README-how-to-make-a-release: Remove trailing spaces.
164
165 2018-01-16 Nick Clifton <nickc@redhat.com>
166
167 * po/fr.po: Updated French translation.
168
169 2018-01-15 Nick Clifton <nickc@redhat.com>
170
171 * po/uk.po: Updated Ukranian translation.
172
173 2018-01-13 Nick Clifton <nickc@redhat.com>
174
175 * README-how-to-make-a-release: Update notes.
176 * po/binutils.pot: Regenerated.
177
178 2018-01-13 Nick Clifton <nickc@redhat.com>
179
180 * configure: Regenerate.
181
182 2018-01-13 Nick Clifton <nickc@redhat.com>
183
184 2.30 branch created.
185 * NEWS: Add marker for 2.30.
186
187 2018-01-12 Nick Clifton <nickc@redhat.com>
188
189 * README-how-to-make-a-release: Add notes on how to make the
190 branch and prelease snapshot.
191 * BRANCHES: Add binutils-2_29-branch.
192
193 2018-01-10 Nick Clifton <nickc@redhat.com>
194
195 * MAINTAINERS: Note that it is now the configure.ac file and not
196 the configure.in file that needs to be kept in sync with gcc.
197 Add a note about sending patches for libiberty to gcc.
198
199 2018-01-03 Nick Clifton <nickc@redhat.com>
200
201 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
202 constants.
203
204 2018-01-03 Nick Clifton <nickc@redhat.com>
205
206 * objcopy.c (objcopy_internal_note): New structure.
207 (gap_exists): New function.
208 (is_open_note): New function.
209 (is_func_note): New function.
210 (is_64bit): New function.
211 (merge_gnu_build_notes): Handle v3 notes. Do not merge
212 if there are relocations against the notes.
213 * readelf.c (get_note_type): Use short names for build attribute
214 notes.
215 (print_symbol_for_build_attribute): Rename to
216 get_symbol_for_build_attribute. Returns the found symbol rather
217 than printing it.
218 (print_gnu_build_attribute_description): Maintain address ranges
219 for function notes as well as global notes. Handle v3 notes.
220 (print_gnu_build_attribute_name): Use more space for printing the
221 name in wide mode.
222 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
223 Eliminate symbol references in order to remove the need for
224 relocations.
225 * testsuite/binutils-all/note-2-64.s: Likewise.
226 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
227 symbol.
228 * testsuite/binutils-all/note-3-64.s: Likewise.
229 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
230 output.
231 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
232 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
233 * testsuite/binutils-all/note-2-32.d: Likewise.
234 * testsuite/binutils-all/note-2-64.d: Likewise.
235 * testsuite/binutils-all/note-3-32.d: Likewise.
236 * testsuite/binutils-all/note-3-64.d: Likewise.
237 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
238 * testsuite/binutils-all/note-4-32.s: New test.
239 * testsuite/binutils-all/note-4-64.d: New test result file.
240 * testsuite/binutils-all/note-4-32.d: New test result file.
241
242 2018-01-03 Alan Modra <amodra@gmail.com>
243
244 Update year range in copyright notice of all files.
245
246 For older changes see ChangeLog-2017
247 \f
248 Copyright (C) 2018 Free Software Foundation, Inc.
249
250 Copying and distribution of this file, with or without modification,
251 are permitted in any medium without royalty provided the copyright
252 notice and this notice are preserved.
253
254 Local Variables:
255 mode: change-log
256 left-margin: 8
257 fill-column: 74
258 version-control: never
259 End:
This page took 0.036186 seconds and 5 git commands to generate.