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