]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
mips64 rtype_to_howto error status
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
0e70b27b
L
12018-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
d11ae95e
NC
92018-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
e184813f
AM
152018-03-01 Alan Modra <amodra@gmail.com>
16
17 * configure.ac (ALL_LINGUAS): Add sr. Sort.
18 * configure: Regenerate.
19
bc7c0509
NC
202018-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
f3185997
NC
262018-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
2c1c9679
AM
352018-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
6e05870c
AM
402018-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
b0ab9c45
RH
452018-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
e535d0dd
MK
502018-02-19 Matthias Klose <doko@debian.org>
51
52 * strings.c (long_options): Include-all-whitespace does not take
53 an extra agument.
54
6e5e9d58
AM
552018-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
8de3a6e2
NC
642018-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
68807c3c
NC
702018-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
2d6dda71
MR
802018-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
78c88364
MR
872018-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
5bb0830d
AB
962018-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
f2023ce7
AM
1062018-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
fcabedd5
NC
1122018-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
f49db8be
AM
1192018-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
a8d6d6ac
NC
1242018-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
9a5db26e
NC
1292018-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
94c2436b
NC
1342018-01-26 Nick Clifton <nickc@redhat.com>
135
136 * README-how-to-make-a-release: Add more details on updating
137 version numbers.
138
1ea332d6
MR
1392018-01-22 Maciej W. Rozycki <macro@mips.com>
140
141 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
142 option description.
143
d65ce302
MR
1442018-01-22 Maciej W. Rozycki <macro@mips.com>
145
146 * MAINTAINERS: Update my company e-mail address.
147
f433138f
NC
1482018-01-22 Nick Clifton <nickc@redhat.com>
149
150 * po/sv.po: Updated Swedish translation.
151
7ab82037
NC
1522018-01-18 Nick Clifton <nickc@redhat.com>
153
154 * po/bg.po: Updated Bulgarian translation.
155
0dd86f32
JB
1562018-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
a960d29f
JB
1612018-01-16 Joel Brobecker <brobecker@adacore.com>
162
163 * README-how-to-make-a-release: Remove trailing spaces.
164
f6efed01
NC
1652018-01-16 Nick Clifton <nickc@redhat.com>
166
167 * po/fr.po: Updated French translation.
168
616dcb87
NC
1692018-01-15 Nick Clifton <nickc@redhat.com>
170
171 * po/uk.po: Updated Ukranian translation.
172
3957a496
NC
1732018-01-13 Nick Clifton <nickc@redhat.com>
174
19e2900b 175 * README-how-to-make-a-release: Update notes.
3957a496
NC
176 * po/binutils.pot: Regenerated.
177
769c7ea5
NC
1782018-01-13 Nick Clifton <nickc@redhat.com>
179
180 * configure: Regenerate.
181
9176ac5b
NC
1822018-01-13 Nick Clifton <nickc@redhat.com>
183
faf766e3 184 2.30 branch created.
9176ac5b
NC
185 * NEWS: Add marker for 2.30.
186
98ab9e96
NC
1872018-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
bf41f30d
NC
1932018-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
f13974bd
NC
1992018-01-03 Nick Clifton <nickc@redhat.com>
200
201 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
202 constants.
203
6f156d7a
NC
2042018-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
219d1afa
AM
2422018-01-03 Alan Modra <amodra@gmail.com>
243
244 Update year range in copyright notice of all files.
245
1e563868 246For older changes see ChangeLog-2017
3499769a 247\f
1e563868 248Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
249
250Copying and distribution of this file, with or without modification,
251are permitted in any medium without royalty provided the copyright
252notice and this notice are preserved.
253
254Local Variables:
255mode: change-log
256left-margin: 8
257fill-column: 74
258version-control: never
259End: