]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
binutils/riscv: Register names in DWARF output
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * dwarf.c (dwarf_regnames_riscv): New register name table.
4 (init_dwarf_regnames_riscv): New function.
5 (init_dwarf_regnames): Add call to initialise RiscV register
6 names.
7 * dwarf.h (init_dwarf_regnames_riscv): Declare.
8 * objdump.c (dump_dwarf): Add call to initialise RiscV register
9 names.
10
11 2018-02-01 Alan Modra <amodra@gmail.com>
12
13 PR 22769
14 * objdump.c (load_specific_debug_section): Check for overflow
15 when adding one to section size for a string section terminator.
16
17 2018-01-30 Nick Clifton <nickc@redhat.com>
18
19 PR 22734
20 * doc/binutils.texi (nm): Update description to point out that
21 zero-initialized values can also be shown as type B, b, S or s
22 since they can be stored in the BSS section.
23
24 2018-01-30 Alan Modra <amodra@gmail.com>
25
26 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
27 "artificially large" end address.
28
29 2018-01-28 Nick Clifton <nickc@redhat.com>
30
31 * README-how-to-make-a-release: Add note about checking gpg key
32 and the results of gnupload.
33
34 2018-01-27 Nick Clifton <nickc@redhat.com>
35
36 * README-how-to-make-a-release: Add details on how to actually
37 make the release.
38
39 2018-01-26 Nick Clifton <nickc@redhat.com>
40
41 * README-how-to-make-a-release: Add more details on updating
42 version numbers.
43
44 2018-01-22 Maciej W. Rozycki <macro@mips.com>
45
46 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
47 option description.
48
49 2018-01-22 Maciej W. Rozycki <macro@mips.com>
50
51 * MAINTAINERS: Update my company e-mail address.
52
53 2018-01-22 Nick Clifton <nickc@redhat.com>
54
55 * po/sv.po: Updated Swedish translation.
56
57 2018-01-18 Nick Clifton <nickc@redhat.com>
58
59 * po/bg.po: Updated Bulgarian translation.
60
61 2018-01-16 Joel Brobecker <brobecker@adacore.com>
62
63 * README-how-to-make-a-release: Add reminder to update the
64 branch name in gdbadmin's crontab on sourceware.
65
66 2018-01-16 Joel Brobecker <brobecker@adacore.com>
67
68 * README-how-to-make-a-release: Remove trailing spaces.
69
70 2018-01-16 Nick Clifton <nickc@redhat.com>
71
72 * po/fr.po: Updated French translation.
73
74 2018-01-15 Nick Clifton <nickc@redhat.com>
75
76 * po/uk.po: Updated Ukranian translation.
77
78 2018-01-13 Nick Clifton <nickc@redhat.com>
79
80 * README-how-to-make-a-release: Update notes.
81 * po/binutils.pot: Regenerated.
82
83 2018-01-13 Nick Clifton <nickc@redhat.com>
84
85 * configure: Regenerate.
86
87 2018-01-13 Nick Clifton <nickc@redhat.com>
88
89 2.30 branch created.
90 * NEWS: Add marker for 2.30.
91
92 2018-01-12 Nick Clifton <nickc@redhat.com>
93
94 * README-how-to-make-a-release: Add notes on how to make the
95 branch and prelease snapshot.
96 * BRANCHES: Add binutils-2_29-branch.
97
98 2018-01-10 Nick Clifton <nickc@redhat.com>
99
100 * MAINTAINERS: Note that it is now the configure.ac file and not
101 the configure.in file that needs to be kept in sync with gcc.
102 Add a note about sending patches for libiberty to gcc.
103
104 2018-01-03 Nick Clifton <nickc@redhat.com>
105
106 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
107 constants.
108
109 2018-01-03 Nick Clifton <nickc@redhat.com>
110
111 * objcopy.c (objcopy_internal_note): New structure.
112 (gap_exists): New function.
113 (is_open_note): New function.
114 (is_func_note): New function.
115 (is_64bit): New function.
116 (merge_gnu_build_notes): Handle v3 notes. Do not merge
117 if there are relocations against the notes.
118 * readelf.c (get_note_type): Use short names for build attribute
119 notes.
120 (print_symbol_for_build_attribute): Rename to
121 get_symbol_for_build_attribute. Returns the found symbol rather
122 than printing it.
123 (print_gnu_build_attribute_description): Maintain address ranges
124 for function notes as well as global notes. Handle v3 notes.
125 (print_gnu_build_attribute_name): Use more space for printing the
126 name in wide mode.
127 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
128 Eliminate symbol references in order to remove the need for
129 relocations.
130 * testsuite/binutils-all/note-2-64.s: Likewise.
131 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
132 symbol.
133 * testsuite/binutils-all/note-3-64.s: Likewise.
134 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
135 output.
136 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
137 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
138 * testsuite/binutils-all/note-2-32.d: Likewise.
139 * testsuite/binutils-all/note-2-64.d: Likewise.
140 * testsuite/binutils-all/note-3-32.d: Likewise.
141 * testsuite/binutils-all/note-3-64.d: Likewise.
142 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
143 * testsuite/binutils-all/note-4-32.s: New test.
144 * testsuite/binutils-all/note-4-64.d: New test result file.
145 * testsuite/binutils-all/note-4-32.d: New test result file.
146
147 2018-01-03 Alan Modra <amodra@gmail.com>
148
149 Update year range in copyright notice of all files.
150
151 For older changes see ChangeLog-2017
152 \f
153 Copyright (C) 2018 Free Software Foundation, Inc.
154
155 Copying and distribution of this file, with or without modification,
156 are permitted in any medium without royalty provided the copyright
157 notice and this notice are preserved.
158
159 Local Variables:
160 mode: change-log
161 left-margin: 8
162 fill-column: 74
163 version-control: never
164 End: