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