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