Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
fcabedd5
NC
12018-01-30 Nick Clifton <nickc@redhat.com>
2
3 PR 22734
4 * doc/binutils.texi (nm): Update description to point out that
5 zero-initialized values can also be shown as type B, b, S or s
6 since they can be stored in the BSS section.
7
f49db8be
AM
82018-01-30 Alan Modra <amodra@gmail.com>
9
10 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
11 "artificially large" end address.
12
a8d6d6ac
NC
132018-01-28 Nick Clifton <nickc@redhat.com>
14
15 * README-how-to-make-a-release: Add note about checking gpg key
16 and the results of gnupload.
17
9a5db26e
NC
182018-01-27 Nick Clifton <nickc@redhat.com>
19
20 * README-how-to-make-a-release: Add details on how to actually
21 make the release.
22
94c2436b
NC
232018-01-26 Nick Clifton <nickc@redhat.com>
24
25 * README-how-to-make-a-release: Add more details on updating
26 version numbers.
27
1ea332d6
MR
282018-01-22 Maciej W. Rozycki <macro@mips.com>
29
30 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
31 option description.
32
d65ce302
MR
332018-01-22 Maciej W. Rozycki <macro@mips.com>
34
35 * MAINTAINERS: Update my company e-mail address.
36
f433138f
NC
372018-01-22 Nick Clifton <nickc@redhat.com>
38
39 * po/sv.po: Updated Swedish translation.
40
7ab82037
NC
412018-01-18 Nick Clifton <nickc@redhat.com>
42
43 * po/bg.po: Updated Bulgarian translation.
44
0dd86f32
JB
452018-01-16 Joel Brobecker <brobecker@adacore.com>
46
47 * README-how-to-make-a-release: Add reminder to update the
48 branch name in gdbadmin's crontab on sourceware.
49
a960d29f
JB
502018-01-16 Joel Brobecker <brobecker@adacore.com>
51
52 * README-how-to-make-a-release: Remove trailing spaces.
53
f6efed01
NC
542018-01-16 Nick Clifton <nickc@redhat.com>
55
56 * po/fr.po: Updated French translation.
57
616dcb87
NC
582018-01-15 Nick Clifton <nickc@redhat.com>
59
60 * po/uk.po: Updated Ukranian translation.
61
3957a496
NC
622018-01-13 Nick Clifton <nickc@redhat.com>
63
19e2900b 64 * README-how-to-make-a-release: Update notes.
3957a496
NC
65 * po/binutils.pot: Regenerated.
66
769c7ea5
NC
672018-01-13 Nick Clifton <nickc@redhat.com>
68
69 * configure: Regenerate.
70
9176ac5b
NC
712018-01-13 Nick Clifton <nickc@redhat.com>
72
faf766e3 73 2.30 branch created.
9176ac5b
NC
74 * NEWS: Add marker for 2.30.
75
98ab9e96
NC
762018-01-12 Nick Clifton <nickc@redhat.com>
77
78 * README-how-to-make-a-release: Add notes on how to make the
79 branch and prelease snapshot.
80 * BRANCHES: Add binutils-2_29-branch.
81
bf41f30d
NC
822018-01-10 Nick Clifton <nickc@redhat.com>
83
84 * MAINTAINERS: Note that it is now the configure.ac file and not
85 the configure.in file that needs to be kept in sync with gcc.
86 Add a note about sending patches for libiberty to gcc.
87
f13974bd
NC
882018-01-03 Nick Clifton <nickc@redhat.com>
89
90 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
91 constants.
92
6f156d7a
NC
932018-01-03 Nick Clifton <nickc@redhat.com>
94
95 * objcopy.c (objcopy_internal_note): New structure.
96 (gap_exists): New function.
97 (is_open_note): New function.
98 (is_func_note): New function.
99 (is_64bit): New function.
100 (merge_gnu_build_notes): Handle v3 notes. Do not merge
101 if there are relocations against the notes.
102 * readelf.c (get_note_type): Use short names for build attribute
103 notes.
104 (print_symbol_for_build_attribute): Rename to
105 get_symbol_for_build_attribute. Returns the found symbol rather
106 than printing it.
107 (print_gnu_build_attribute_description): Maintain address ranges
108 for function notes as well as global notes. Handle v3 notes.
109 (print_gnu_build_attribute_name): Use more space for printing the
110 name in wide mode.
111 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
112 Eliminate symbol references in order to remove the need for
113 relocations.
114 * testsuite/binutils-all/note-2-64.s: Likewise.
115 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
116 symbol.
117 * testsuite/binutils-all/note-3-64.s: Likewise.
118 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
119 output.
120 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
121 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
122 * testsuite/binutils-all/note-2-32.d: Likewise.
123 * testsuite/binutils-all/note-2-64.d: Likewise.
124 * testsuite/binutils-all/note-3-32.d: Likewise.
125 * testsuite/binutils-all/note-3-64.d: Likewise.
126 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
127 * testsuite/binutils-all/note-4-32.s: New test.
128 * testsuite/binutils-all/note-4-64.d: New test result file.
129 * testsuite/binutils-all/note-4-32.d: New test result file.
130
219d1afa
AM
1312018-01-03 Alan Modra <amodra@gmail.com>
132
133 Update year range in copyright notice of all files.
134
1e563868 135For older changes see ChangeLog-2017
3499769a 136\f
1e563868 137Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
138
139Copying and distribution of this file, with or without modification,
140are permitted in any medium without royalty provided the copyright
141notice and this notice are preserved.
142
143Local Variables:
144mode: change-log
145left-margin: 8
146fill-column: 74
147version-control: never
148End:
This page took 0.111797 seconds and 4 git commands to generate.