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