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