]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Propagate record_print_flags
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e184813f
AM
12018-03-01 Alan Modra <amodra@gmail.com>
2
3 * configure.ac (ALL_LINGUAS): Add sr. Sort.
4 * configure: Regenerate.
5
bc7c0509
NC
62018-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
f3185997
NC
122018-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
2c1c9679
AM
212018-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
6e05870c
AM
262018-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
b0ab9c45
RH
312018-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
e535d0dd
MK
362018-02-19 Matthias Klose <doko@debian.org>
37
38 * strings.c (long_options): Include-all-whitespace does not take
39 an extra agument.
40
6e5e9d58
AM
412018-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
8de3a6e2
NC
502018-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
68807c3c
NC
562018-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
2d6dda71
MR
662018-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
78c88364
MR
732018-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
5bb0830d
AB
822018-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
f2023ce7
AM
922018-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
fcabedd5
NC
982018-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
f49db8be
AM
1052018-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
a8d6d6ac
NC
1102018-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
9a5db26e
NC
1152018-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
94c2436b
NC
1202018-01-26 Nick Clifton <nickc@redhat.com>
121
122 * README-how-to-make-a-release: Add more details on updating
123 version numbers.
124
1ea332d6
MR
1252018-01-22 Maciej W. Rozycki <macro@mips.com>
126
127 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
128 option description.
129
d65ce302
MR
1302018-01-22 Maciej W. Rozycki <macro@mips.com>
131
132 * MAINTAINERS: Update my company e-mail address.
133
f433138f
NC
1342018-01-22 Nick Clifton <nickc@redhat.com>
135
136 * po/sv.po: Updated Swedish translation.
137
7ab82037
NC
1382018-01-18 Nick Clifton <nickc@redhat.com>
139
140 * po/bg.po: Updated Bulgarian translation.
141
0dd86f32
JB
1422018-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
a960d29f
JB
1472018-01-16 Joel Brobecker <brobecker@adacore.com>
148
149 * README-how-to-make-a-release: Remove trailing spaces.
150
f6efed01
NC
1512018-01-16 Nick Clifton <nickc@redhat.com>
152
153 * po/fr.po: Updated French translation.
154
616dcb87
NC
1552018-01-15 Nick Clifton <nickc@redhat.com>
156
157 * po/uk.po: Updated Ukranian translation.
158
3957a496
NC
1592018-01-13 Nick Clifton <nickc@redhat.com>
160
19e2900b 161 * README-how-to-make-a-release: Update notes.
3957a496
NC
162 * po/binutils.pot: Regenerated.
163
769c7ea5
NC
1642018-01-13 Nick Clifton <nickc@redhat.com>
165
166 * configure: Regenerate.
167
9176ac5b
NC
1682018-01-13 Nick Clifton <nickc@redhat.com>
169
faf766e3 170 2.30 branch created.
9176ac5b
NC
171 * NEWS: Add marker for 2.30.
172
98ab9e96
NC
1732018-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
bf41f30d
NC
1792018-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
f13974bd
NC
1852018-01-03 Nick Clifton <nickc@redhat.com>
186
187 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
188 constants.
189
6f156d7a
NC
1902018-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
219d1afa
AM
2282018-01-03 Alan Modra <amodra@gmail.com>
229
230 Update year range in copyright notice of all files.
231
1e563868 232For older changes see ChangeLog-2017
3499769a 233\f
1e563868 234Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
235
236Copying and distribution of this file, with or without modification,
237are permitted in any medium without royalty provided the copyright
238notice and this notice are preserved.
239
240Local Variables:
241mode: change-log
242left-margin: 8
243fill-column: 74
244version-control: never
245End: