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