ff67363169f479e35034f58e41ee5350fdec136b
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2019-02-20 Alan Modra <amodra@gmail.com>
2
3 PR 24132
4 PR 24138
5 * readelf.c (get_data): Avoid possibility of overflow when
6 checking for a read that may extend past end of file.
7 (process_program_headers): Likewise.
8
9 2019-02-20 Alan Modra <amodra@gmail.com>
10
11 PR 24233
12 * objdump.c (dump_bfd_private_header): Print warning if
13 bfd_print_private_bfd_data returns false.
14
15 2019-02-12 Nick Clifton <nickc@redhat.com>
16
17 PR 23440
18 * README-how-to-make-a-release: Use git clean to delete spurious
19 files from the local source repository.
20
21 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * size.c (berkeley_format): Delete.
24 (enum output_format): New enum.
25 (selected_output_format): New variable.
26 (usage): Update to mention GNU format.
27 (main): Update to extract options, and select format as needed.
28 Handle GNU format where needed.
29 (berkeley_sum): Renamed to...
30 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
31 (berkeley_format): Renamed to...
32 (berkeley_or_gnu_format): ...this, and updated to handle both
33 formats.
34 (print_sizes): Handle GNU format.
35 * doc/binutils.texi (size): Document new GNU format.
36 * testsuite/binutils-all/size.exp: Add test of extended
37 functionality.
38 * NEWS: Mention new functionality.
39
40 2019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * doc/binutils.texi (size): Update example output for Berkeley
43 format output.
44
45 2019-02-07 Nick Clifton <nickc@redhat.com>
46
47 * README-how-to-make-a-release: Add a note about updating the
48 obsolete targets in the bfd/config.bfd file.
49
50 2019-02-04 Nick Clifton <nickc@redhat.com>
51
52 * README-how-to-make-a-release: Add more notes on making a release.
53
54 2019-01-25 Nick Clifton <nickc@redhat.com>
55
56 PR 24131
57 * readelf.c (process_notes_at): Prevent an illegal memory access
58 when the note's namesize is zero.
59 (decode_tic6x_unwind_bytecode): Add code to handle the case where
60 no registers are specified in a frame pop instruction.
61
62 2019-01-25 Nick Clifton <nickc@redhat.com>
63
64 * po/bg.po: Updated Bulgarian translation.
65
66 2019-01-23 Nick Clifton <nickc@redhat.com>
67
68 * po/fr.po: Updated French translation.
69 * po/pt.po: Updated Portuguese translation.
70
71 2019-01-21 Nick Clifton <nickc@redhat.com>
72
73 * po/uk.po: Updated Ukranian translation.
74
75 2019-01-19 Nick Clifton <nickc@redhat.com>
76
77 * configure: Regenerate.
78 * binutils/po/binutils.pot.
79
80 * README-how-to-make-a-release: Update description on how to make
81 a branch.
82
83 2018-06-24 Nick Clifton <nickc@redhat.com>
84
85 2.32 branch created.
86
87 2019-01-17 Nick Clifton <nickc@redhat.com>
88
89 * objdump.c (disassemble_section): When disassembling from a
90 symbol only stop at the next symbol if the original symbol was not
91 a function symbol. Otherwise continue disassembling until a new
92 function is reached.
93 * testsuite/binutils-all/objdump.exp: Add tests of extended
94 functionality.
95 * testsuite/binutils-all/disasm.s: New test source file.
96
97 2019-01-16 Kito Cheng <kito@andestech.com>
98 Nelson Chu <nelson@andestech.com>
99
100 * readelf.c (get_riscv_section_type_name): New function.
101 (get_section_type_name): Add handler for RISC-V.
102 (riscv_attr_tag_t): Declare.
103 (riscv_attr_tag): New.
104 (display_riscv_attribute): New function.
105 (process_attributes): Add handler for RISC-V.
106 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
107 section.
108
109 2019-01-10 Nick Clifton <nickc@redhat.com>
110
111 PR 23963
112 * objdump.c (sanitize_string): New function. Removes control
113 characters from symbol names.
114 (dump_section_header): Use new function.
115 (objdump_print_symname): Likewise.
116 (objdump_print_addr_with_sym): Likewise.
117 (show_line): Likewise.
118 (disassemble_bytes): Likewise.
119 (disassemble_section): Likewise.
120 (load_specific_debug_section): Likewise.
121 (read_section_stabs): Likewise.
122 (print_section_stabs): Likewise.
123 (dump_section): Likewise.
124 (dump_reloc_set): Likewise.
125 (dump_relocs_in_section): Likewise.
126 (dump_bfd): Likewise.
127 (display_any_bfd): Likewise.
128
129 2019-01-09 Nick Clifton <nickc@redhat.com>
130
131 PR 24049
132 * readelf.c (process_archive): Use arch.file_name in error
133 messages until the qualified name is available.
134
135 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
136
137 * configure: Regenerate.
138
139 2019-01-09 Alan Modra <amodra@gmail.com>
140
141 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
142 unconditionally to tests needing the option rather than via a
143 list of targets.
144
145 2019-01-08 Nick Clifton <nickc@redhat.com>
146
147 PR 24044
148 * cxxfilt.c (hp_symbol_characters): Delete.
149 (main): Remove depcreated demangling styles.
150 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
151 demangling opnames.
152 * testsuite/binutils-all/cxxfilt.exp: Use the
153 --no-strip-underscore option for targets that do prefix their
154 symbols with underscores.
155 Update tests to eliminate those that use gnu v2 encoding.
156
157 2019-01-08 Tamar Christina <tamar.christina@arm.com>
158
159 PR 24065
160 * testsuite/binutils-all/copy-6.d: New test.
161 * testsuite/binutils-all/objcopy.exp: Use it.
162
163 2019-01-08 Alan Modra <amodra@gmail.com>
164
165 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
166 $srcdir/$subdir to source file name if it starts with "./".
167
168 2019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
169
170 * readelf.c (get_machine_flags): Add RXv3 output.
171
172 2019-01-04 Nick Clifton <nickc@redhat.com>
173
174 PR 24005
175 * objdump.c (load_specific_debug_section): Check for integer
176 overflow before attempting to allocate contents.
177
178 2019-01-04 Nick Clifton <nickc@redhat.com>
179
180 PR 24001
181 * objcopy.c (copy_object): Free dhandle after writing out the
182 debug information.
183 * objdump.c (dump_bfd): Free dhandle after printing out the debug
184 information.
185
186
187 2019-01-01 Alan Modra <amodra@gmail.com>
188
189 Update year range in copyright notice of all files.
190
191 For older changes see ChangeLog-2018
192 \f
193 Copyright (C) 2019 Free Software Foundation, Inc.
194
195 Copying and distribution of this file, with or without modification,
196 are permitted in any medium without royalty provided the copyright
197 notice and this notice are preserved.
198
199 Local Variables:
200 mode: change-log
201 left-margin: 8
202 fill-column: 74
203 version-control: never
204 End:
This page took 0.034043 seconds and 3 git commands to generate.