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