[arm][gas] Add support for Neoverse N1
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
5cacf1c8
NC
12019-02-21 Nick Clifton <nickc@redhat.com>
2
3 PR 24247
4 * unwind-ia64.c: Include sysdep.h.
5 (unw_decode_x1): Check current pointer against end pointer before
6 accessing memory.
7 (unw_decode_x2): Likewise.
8 (unw_decode_x3): Likewise.
9 (unw_decode_x4): Likewise.
10 (unw_decode_r2): Likewise.
11 (unw_decode_p2_p5): Likewise.
12 (unw_decode_p7_p10): Likewise.
13 (unw_decode): Likewise.
14
8d18bf79
NC
152019-02-20 Nick Clifton <nickc@redhat.com>
16
3ca60c57
NC
17 PR 24246
18 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
19
171375c6
NC
20 PR 24244
21 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
22 prevent walking off the end of the buffer.
23 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
24 (unw_decode_x2): Likewise.
25 (unw_decode_x3): Likewise.
26 (unw_decode_x4): Likewise.
27 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
28 (unw_decode_r3): Likewise.
29 (unw_decode_p7_p10): Likewise.
30 (unw_decode_b2): Likewise.
31 (unw_decode_b3_x4): Likewise.
32
7fc0c668
NC
33 PR 24243
34 * readelf.c (process_mips_specific): Check for an options section
35 that is too small to even contain a single option.
8d18bf79 36
171375c6
NC
37 PR 24242
38 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
39
c22b42ce
AM
402019-02-20 Alan Modra <amodra@gmail.com>
41
42 PR 24132
43 PR 24138
44 * readelf.c (get_data): Avoid possibility of overflow when
45 checking for a read that may extend past end of file.
46 (process_program_headers): Likewise.
47
7d272a55
AM
482019-02-20 Alan Modra <amodra@gmail.com>
49
50 PR 24233
51 * objdump.c (dump_bfd_private_header): Print warning if
52 bfd_print_private_bfd_data returns false.
53
04d7fa21
NC
542019-02-12 Nick Clifton <nickc@redhat.com>
55
56 PR 23440
57 * README-how-to-make-a-release: Use git clean to delete spurious
58 files from the local source repository.
59
46cbf38d
AB
602019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * size.c (berkeley_format): Delete.
63 (enum output_format): New enum.
64 (selected_output_format): New variable.
65 (usage): Update to mention GNU format.
66 (main): Update to extract options, and select format as needed.
67 Handle GNU format where needed.
68 (berkeley_sum): Renamed to...
69 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
70 (berkeley_format): Renamed to...
71 (berkeley_or_gnu_format): ...this, and updated to handle both
72 formats.
73 (print_sizes): Handle GNU format.
74 * doc/binutils.texi (size): Document new GNU format.
75 * testsuite/binutils-all/size.exp: Add test of extended
76 functionality.
77 * NEWS: Mention new functionality.
78
96fd92af
AB
792019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * doc/binutils.texi (size): Update example output for Berkeley
82 format output.
83
2012bf01
NC
842019-02-07 Nick Clifton <nickc@redhat.com>
85
86 * README-how-to-make-a-release: Add a note about updating the
87 obsolete targets in the bfd/config.bfd file.
88
082cbd3b
NC
892019-02-04 Nick Clifton <nickc@redhat.com>
90
91 * README-how-to-make-a-release: Add more notes on making a release.
92
18344509
NC
932019-01-25 Nick Clifton <nickc@redhat.com>
94
95 PR 24131
96 * readelf.c (process_notes_at): Prevent an illegal memory access
97 when the note's namesize is zero.
98 (decode_tic6x_unwind_bytecode): Add code to handle the case where
99 no registers are specified in a frame pop instruction.
100
9ed1348c
NC
1012019-01-25 Nick Clifton <nickc@redhat.com>
102
103 * po/bg.po: Updated Bulgarian translation.
104
d9938630
NC
1052019-01-23 Nick Clifton <nickc@redhat.com>
106
107 * po/fr.po: Updated French translation.
108 * po/pt.po: Updated Portuguese translation.
109
375cd423
NC
1102019-01-21 Nick Clifton <nickc@redhat.com>
111
112 * po/uk.po: Updated Ukranian translation.
113
f48dfe41
NC
1142019-01-19 Nick Clifton <nickc@redhat.com>
115
116 * configure: Regenerate.
117 * binutils/po/binutils.pot.
118
119 * README-how-to-make-a-release: Update description on how to make
120 a branch.
121
f974f26c
NC
1222018-06-24 Nick Clifton <nickc@redhat.com>
123
124 2.32 branch created.
125
baae986a
NC
1262019-01-17 Nick Clifton <nickc@redhat.com>
127
128 * objdump.c (disassemble_section): When disassembling from a
129 symbol only stop at the next symbol if the original symbol was not
130 a function symbol. Otherwise continue disassembling until a new
131 function is reached.
132 * testsuite/binutils-all/objdump.exp: Add tests of extended
133 functionality.
134 * testsuite/binutils-all/disasm.s: New test source file.
135
2dc8dd17
JW
1362019-01-16 Kito Cheng <kito@andestech.com>
137 Nelson Chu <nelson@andestech.com>
138
139 * readelf.c (get_riscv_section_type_name): New function.
140 (get_section_type_name): Add handler for RISC-V.
141 (riscv_attr_tag_t): Declare.
142 (riscv_attr_tag): New.
143 (display_riscv_attribute): New function.
144 (process_attributes): Add handler for RISC-V.
145 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
146 section.
147
12add40e
NC
1482019-01-10 Nick Clifton <nickc@redhat.com>
149
150 PR 23963
151 * objdump.c (sanitize_string): New function. Removes control
152 characters from symbol names.
153 (dump_section_header): Use new function.
154 (objdump_print_symname): Likewise.
155 (objdump_print_addr_with_sym): Likewise.
156 (show_line): Likewise.
157 (disassemble_bytes): Likewise.
158 (disassemble_section): Likewise.
159 (load_specific_debug_section): Likewise.
160 (read_section_stabs): Likewise.
161 (print_section_stabs): Likewise.
162 (dump_section): Likewise.
163 (dump_reloc_set): Likewise.
164 (dump_relocs_in_section): Likewise.
165 (dump_bfd): Likewise.
166 (display_any_bfd): Likewise.
167
28e817cc
NC
1682019-01-09 Nick Clifton <nickc@redhat.com>
169
c0b0b1c2 170 PR 24049
28e817cc
NC
171 * readelf.c (process_archive): Use arch.file_name in error
172 messages until the qualified name is available.
173
3107326d
AP
1742019-01-09 Andrew Paprocki <andrew@ishiboo.com>
175
176 * configure: Regenerate.
177
923c6a75
AM
1782019-01-09 Alan Modra <amodra@gmail.com>
179
180 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
181 unconditionally to tests needing the option rather than via a
182 list of targets.
183
236f4ebe
NC
1842019-01-08 Nick Clifton <nickc@redhat.com>
185
186 PR 24044
187 * cxxfilt.c (hp_symbol_characters): Delete.
188 (main): Remove depcreated demangling styles.
189 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
190 demangling opnames.
191 * testsuite/binutils-all/cxxfilt.exp: Use the
192 --no-strip-underscore option for targets that do prefix their
193 symbols with underscores.
923c6a75 194 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 195
e3ecd631
TC
1962019-01-08 Tamar Christina <tamar.christina@arm.com>
197
198 PR 24065
199 * testsuite/binutils-all/copy-6.d: New test.
200 * testsuite/binutils-all/objcopy.exp: Use it.
201
171b8e19
AM
2022019-01-08 Alan Modra <amodra@gmail.com>
203
204 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
205 $srcdir/$subdir to source file name if it starts with "./".
206
2072019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
208
f87673e0
YS
209 * readelf.c (get_machine_flags): Add RXv3 output.
210
11fa9f13
NC
2112019-01-04 Nick Clifton <nickc@redhat.com>
212
213 PR 24005
214 * objdump.c (load_specific_debug_section): Check for integer
215 overflow before attempting to allocate contents.
216
cf0ad5bb
NC
2172019-01-04 Nick Clifton <nickc@redhat.com>
218
219 PR 24001
220 * objcopy.c (copy_object): Free dhandle after writing out the
221 debug information.
222 * objdump.c (dump_bfd): Free dhandle after printing out the debug
223 information.
224
11fa9f13 225
82704155
AM
2262019-01-01 Alan Modra <amodra@gmail.com>
227
228 Update year range in copyright notice of all files.
229
d5c04e1b 230For older changes see ChangeLog-2018
3499769a 231\f
d5c04e1b 232Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
233
234Copying and distribution of this file, with or without modification,
235are permitted in any medium without royalty provided the copyright
236notice and this notice are preserved.
237
238Local Variables:
239mode: change-log
240left-margin: 8
241fill-column: 74
242version-control: never
243End:
This page took 0.21969 seconds and 4 git commands to generate.