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