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