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