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