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