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