56a43052b0d70d6dd09866bdc21ccf9b854e8b62
[external/binutils.git] / binutils / ChangeLog
1 2018-01-28  Nick Clifton  <nickc@redhat.com>
2
3         * README-how-to-make-a-release: Add note about checking gpg key
4         and the results of gnupload.
5
6 2018-01-27  Nick Clifton  <nickc@redhat.com>
7
8         * README-how-to-make-a-release: Add details on how to actually
9         make the release.
10
11 2018-01-26  Nick Clifton  <nickc@redhat.com>
12
13         * README-how-to-make-a-release: Add more details on updating
14         version numbers.
15
16 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
17
18         * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
19         option description.
20
21 2018-01-22  Maciej W. Rozycki  <macro@mips.com>
22
23         * MAINTAINERS: Update my company e-mail address.
24
25 2018-01-22  Nick Clifton  <nickc@redhat.com>
26
27         * po/sv.po: Updated Swedish translation.
28
29 2018-01-18  Nick Clifton  <nickc@redhat.com>
30
31         * po/bg.po: Updated Bulgarian translation.
32
33 2018-01-16  Joel Brobecker  <brobecker@adacore.com>
34
35         * README-how-to-make-a-release: Add reminder to update the
36         branch name in gdbadmin's crontab on sourceware.
37
38 2018-01-16  Joel Brobecker  <brobecker@adacore.com>
39
40         * README-how-to-make-a-release: Remove trailing spaces.
41
42 2018-01-16  Nick Clifton  <nickc@redhat.com>
43
44         * po/fr.po: Updated French translation.
45
46 2018-01-15  Nick Clifton  <nickc@redhat.com>
47
48         * po/uk.po: Updated Ukranian translation.
49
50 2018-01-13  Nick Clifton  <nickc@redhat.com>
51
52         * README-how-to-make-a-release: Update notes.
53         * po/binutils.pot: Regenerated.
54
55 2018-01-13  Nick Clifton  <nickc@redhat.com>
56
57         * configure: Regenerate.
58
59 2018-01-13  Nick Clifton  <nickc@redhat.com>
60
61         2.30 branch created.
62         * NEWS: Add marker for 2.30.
63
64 2018-01-12  Nick Clifton  <nickc@redhat.com>
65
66         * README-how-to-make-a-release: Add notes on how to make the
67         branch and prelease snapshot.
68         * BRANCHES: Add binutils-2_29-branch.
69
70 2018-01-10  Nick Clifton  <nickc@redhat.com>
71
72         * MAINTAINERS: Note that it is now the configure.ac file and not
73         the configure.in file that needs to be kept in sync with gcc.
74         Add a note about sending patches for libiberty to gcc.
75
76 2018-01-03  Nick Clifton  <nickc@redhat.com>
77
78         * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
79         constants.
80
81 2018-01-03  Nick Clifton  <nickc@redhat.com>
82
83         * objcopy.c (objcopy_internal_note): New structure.
84         (gap_exists): New function.
85         (is_open_note): New function.
86         (is_func_note): New function.
87         (is_64bit): New function.
88         (merge_gnu_build_notes): Handle v3 notes.  Do not merge
89         if there are relocations against the notes.
90         * readelf.c (get_note_type): Use short names for build attribute
91         notes.
92         (print_symbol_for_build_attribute): Rename to
93         get_symbol_for_build_attribute.  Returns the found symbol rather
94         than printing it.
95         (print_gnu_build_attribute_description): Maintain address ranges
96         for function notes as well as global notes.  Handle v3 notes.
97         (print_gnu_build_attribute_name): Use more space for printing the
98         name in wide mode.
99         * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
100         Eliminate symbol references in order to remove the need for
101         relocations.
102         * testsuite/binutils-all/note-2-64.s: Likewise.
103         * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
104         symbol.
105         * testsuite/binutils-all/note-3-64.s: Likewise.
106         * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
107         output.
108         * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
109         * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
110         * testsuite/binutils-all/note-2-32.d: Likewise.
111         * testsuite/binutils-all/note-2-64.d: Likewise.
112         * testsuite/binutils-all/note-3-32.d: Likewise.
113         * testsuite/binutils-all/note-3-64.d: Likewise.
114         * testsuite/binutils-all/note-4-64.s: New test.  Checks v3 notes.
115         * testsuite/binutils-all/note-4-32.s: New test.
116         * testsuite/binutils-all/note-4-64.d: New test result file.
117         * testsuite/binutils-all/note-4-32.d: New test result file.
118
119 2018-01-03  Alan Modra  <amodra@gmail.com>
120
121         Update year range in copyright notice of all files.
122
123 For older changes see ChangeLog-2017
124 \f
125 Copyright (C) 2018 Free Software Foundation, Inc.
126
127 Copying and distribution of this file, with or without modification,
128 are permitted in any medium without royalty provided the copyright
129 notice and this notice are preserved.
130
131 Local Variables:
132 mode: change-log
133 left-margin: 8
134 fill-column: 74
135 version-control: never
136 End: