Add 2.30 markers to NEWS files.
[external/binutils.git] / binutils / ChangeLog
1 2018-01-13  Nick Clifton  <nickc@redhat.com>
2
3         * NEWS: Add marker for 2.30.
4
5 2018-01-12  Nick Clifton  <nickc@redhat.com>
6
7         * README-how-to-make-a-release: Add notes on how to make the
8         branch and prelease snapshot.
9         * BRANCHES: Add binutils-2_29-branch.
10
11 2018-01-10  Nick Clifton  <nickc@redhat.com>
12
13         * MAINTAINERS: Note that it is now the configure.ac file and not
14         the configure.in file that needs to be kept in sync with gcc.
15         Add a note about sending patches for libiberty to gcc.
16
17 2018-01-03  Nick Clifton  <nickc@redhat.com>
18
19         * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
20         constants.
21
22 2018-01-03  Nick Clifton  <nickc@redhat.com>
23
24         * objcopy.c (objcopy_internal_note): New structure.
25         (gap_exists): New function.
26         (is_open_note): New function.
27         (is_func_note): New function.
28         (is_64bit): New function.
29         (merge_gnu_build_notes): Handle v3 notes.  Do not merge
30         if there are relocations against the notes.
31         * readelf.c (get_note_type): Use short names for build attribute
32         notes.
33         (print_symbol_for_build_attribute): Rename to
34         get_symbol_for_build_attribute.  Returns the found symbol rather
35         than printing it.
36         (print_gnu_build_attribute_description): Maintain address ranges
37         for function notes as well as global notes.  Handle v3 notes.
38         (print_gnu_build_attribute_name): Use more space for printing the
39         name in wide mode.
40         * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
41         Eliminate symbol references in order to remove the need for
42         relocations.
43         * testsuite/binutils-all/note-2-64.s: Likewise.
44         * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
45         symbol.
46         * testsuite/binutils-all/note-3-64.s: Likewise.
47         * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
48         output.
49         * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
50         * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
51         * testsuite/binutils-all/note-2-32.d: Likewise.
52         * testsuite/binutils-all/note-2-64.d: Likewise.
53         * testsuite/binutils-all/note-3-32.d: Likewise.
54         * testsuite/binutils-all/note-3-64.d: Likewise.
55         * testsuite/binutils-all/note-4-64.s: New test.  Checks v3 notes.
56         * testsuite/binutils-all/note-4-32.s: New test.
57         * testsuite/binutils-all/note-4-64.d: New test result file.
58         * testsuite/binutils-all/note-4-32.d: New test result file.
59
60 2018-01-03  Alan Modra  <amodra@gmail.com>
61
62         Update year range in copyright notice of all files.
63
64 For older changes see ChangeLog-2017
65 \f
66 Copyright (C) 2018 Free Software Foundation, Inc.
67
68 Copying and distribution of this file, with or without modification,
69 are permitted in any medium without royalty provided the copyright
70 notice and this notice are preserved.
71
72 Local Variables:
73 mode: change-log
74 left-margin: 8
75 fill-column: 74
76 version-control: never
77 End: