Add support to AArch64 disassembler for verifying instructions. Add verifier for...
[external/binutils.git] / binutils / ChangeLog
1 2016-04-28  Nick Clifton  <nickc@redhat.com>
2
3         PR target/19722
4         * testsuite/binutils-all/aarch64/illegal.s: New test.
5         * testsuite/binutils-all/aarch64/illegal.d: New test driver.
6
7 2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
8
9         * resres.c: Likewise.
10
11 2016-04-15  H.J. Lu  <hongjiu.lu@intel.com>
12
13         * Makefile.in: Regenerated with automake 1.11.6.
14         * aclocal.m4: Likewise.
15         * doc/Makefile.in: Likewise.
16
17 2016-04-14  Nick Clifton  <nickc@redhat.com>
18
19         PR target/19938
20         * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
21         string sections possibly having the SHF_STRINGS flag bit set.
22         * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
23         * testsuite/binutils-all/readelf.s: Likewise.
24         * testsuite/binutils-all/readelf.s-64: Likewise.
25         * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
26         * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
27
28 2016-04-13  Nick Clifton  <nickc@redhat.com>
29
30         PR target/19938
31         * readelf.c (get_solaris_section_type): New function: Returns the
32         name of Solaris specific section types.
33         (get_solaris_dynamic_type): New function: Return the name of
34         Solaris specific dynamic types.
35         (get_dynamic_type): Use get_solaris_dynamic_type.
36         (get_section_type_name): Use get_solaris_section_type.
37         (get_solaris_symbol_visibility): New function: Returns Solaris
38         specific symbol visibilities.
39         (print_dynamic_symbol): Use get_solaris_symbol_visibility.
40         (process_symbol_table): Likewise.
41
42 2016-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
43
44         * dwarf.h (init_dwarf_regnames_s390): Declare.
45         * dwarf.c (dwarf_regnames_s390): New.
46         (init_dwarf_regnames_s390): New.
47         (init_dwarf_regnames): Call it.
48         * objdump.c (dump_dwarf): Likewise.
49
50 2016-04-11  Maciej W. Rozycki  <macro@imgtec.com>
51
52         * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
53         * testsuite/binutils-all/mips/mips16-undecoded.s: New test
54         source.
55         * testsuite/binutils-all/mips/mips.exp: Run the new test.
56
57 2016-04-04  Nick Clifton  <nickc@redhat.com>
58
59         PR 19872
60         * dwarf.c (display_debug_aranges): Skip warning about unrecognised
61         version number if the version is zero.
62
63 2016-03-29  Alan Modra  <amodra@gmail.com>
64
65         * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
66         (get_dynamic_data): Likewise.
67
68 2016-03-22  Nick Clifton  <nickc@redhat.com>
69
70         PR 19851
71         * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
72         with run time size check.
73
74         * configure: Regenerate.
75
76 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
77
78         * readelf.c (decode_ARC_machine_flags): Handle nps400.
79
80 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
81
82         * readelf.c (get_machine_flags): Move arc processing into...
83         (decode_ARC_machine_flags): ... new function.  Remove use of
84         EF_ARC_CPU_GENERIC, change default case from "generic arc" to
85         "unknown arc".  Merged ABI printing between two machine types.
86
87 2016-03-21  Andrew Burgess  <andrew.burgess@embecosm.com>
88
89         * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
90         to the architecture list.
91
92 2016-03-21  Nick Clifton  <nickc@redhat.com>
93
94         * dlltool.c: Replace use of alloca with call to xmalloc.
95         * dllwrap.c: Likewise.
96         * nlmconv.c: Likewise.
97         * objdump.c: Likewise.
98         * resrc.c: Likewise.
99         * winduni.c: Likewise.
100         * configure: Regenerate.
101
102 2016-03-07  Nick Clifton  <nickc@redhat.com>
103
104         PR binutils/19775
105         * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
106         Run the new proc.
107         * testsuite/binutils-all/empty: New, empty, file.
108
109 2016-03-04  Matthew Wahab  <matthew.wahab@arm.com>
110
111         * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
112
113 2016-02-26  H.J. Lu  <hongjiu.lu@intel.com>
114
115         PR ld/19645
116         * NEWS: Mention --elf-stt-common= for objcopy.
117         * doc/binutils.texi: Document --elf-stt-common= for objcopy.
118         * objcopy.c (do_elf_stt_common): New.
119         (command_line_switch): Add OPTION_ELF_STT_COMMON.
120         (copy_options): Add --elf-stt-common=.
121         (copy_usage): Add --elf-stt-common=.
122         (copy_object): Also check do_elf_stt_common for ELF targets.
123         (copy_file): Handle do_elf_stt_common.
124         (copy_main): Handle OPTION_ELF_STT_COMMON.
125         * readelf.c (apply_relocations): Support STT_COMMON.
126         * testsuite/binutils-all/common-1.s: New file.
127         * testsuite/binutils-all/common-1a.d: Likewise.
128         * testsuite/binutils-all/common-1b.d: Likewise.
129         * testsuite/binutils-all/common-1c.d: Likewise.
130         * testsuite/binutils-all/common-1d.d: Likewise.
131         * testsuite/binutils-all/common-1e.d: Likewise.
132         * testsuite/binutils-all/common-1f.d: Likewise.
133         * testsuite/binutils-all/common-2.s: Likewise.
134         * testsuite/binutils-all/common-2a.d: Likewise.
135         * testsuite/binutils-all/common-2b.d: Likewise.
136         * testsuite/binutils-all/common-2c.d: Likewise.
137         * testsuite/binutils-all/common-2d.d: Likewise.
138         * testsuite/binutils-all/common-2e.d: Likewise.
139         * testsuite/binutils-all/common-2f.d: Likewise.
140         * testsuite/binutils-all/objcopy.exp
141         (objcopy_test_elf_common_symbols): New proc.
142         Run objcopy_test_elf_common_symbols for ELF targets
143
144 2016-02-16  H.J. Lu  <hongjiu.lu@intel.com>
145
146         PR binutils/19647
147         * readelf.c (get_section_type_name): Add a missing break.
148
149 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
150
151         * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
152
153 2016-02-15  Nick Clifton  <nickc@redhat.com>
154
155         * readelf.c (get_section_type_name): Add hex prefix to offsets
156         printed for LOPROC and LOOS values.  Ensure that a result is
157         always returned for the V850 target, even when an unrecognised
158         processor specific value is encountered.
159         (process_section_headers): Display key values in the order in
160         which they appear to the user.  Add the "C (compressed)" value to
161         the list.
162
163 2016-02-12  H.J. Lu  <hongjiu.lu@intel.com>
164
165         * doc/binutils.texi: Fix a typo.
166
167 2016-02-05  Cupertino Miranda  <Cupertino.Miranda@synopsys.com>
168
169         * testsuite/binutils-all/objdump.exp: Update expected default
170         architecture value for ARC binaries.
171
172 2016-02-02  H.J. Lu  <hongjiu.lu@intel.com>
173
174         PR binutils/19547
175         * testsuite/binutils-all/objcopy.exp
176         (objcopy_test_without_global_symbol): New proc.
177         Run objcopy_test_without_global_symbol.
178         * testsuite/binutils-all/pr19547.c: New file.
179
180 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
181
182         PR binutils/19523
183         * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
184         runtest.
185         * Makefile.in: Regenerated.
186         * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
187         proc.
188         Run test_gnu_debuglink for native ELF build.
189
190 2016-01-20  Nick Clifton  <nickc@redhat.com>
191
192         PR 19495
193         * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
194         do not support inserting leading underscores.
195
196 2016-01-20  Mickael Guene  <mickael.guene@st.com>
197
198         * readelf.c (get_elf_section_flags): Display y letter for section
199         with SHF_ARM_NOREAD section flag in readelf section output.
200         (process_section_headers): Add y letter in readelf section output
201         key mapping for ARM architecture.
202         * objdump.c (dump_section_header): Display NOREAD attributes as
203         well.
204         * doc/binutils.texi (objdump): Note that it is correct for
205         sections to have both the READONLY and NOREAD attributes.
206
207 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
208
209         * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
210
211 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
212
213         * readelf.c (get_freebsd_elfcore_note_type): New
214         (process_note): Add support for FreeBSD core notes.
215
216 2016-01-18  Miranda Cupertino  <Cupertino.Miranda@synopsys.com>
217             Zissulescu Claudiu  <Claudiu.Zissulescu@synopsys.com>
218
219         * readelf.c (get_machine_flags): Add support for newer ARC ELF
220         header flags.
221
222 2016-01-18  Alan Modra  <amodra@gmail.com>
223
224         * configure: Regenerate.
225
226 2016-01-17  Alan Modra  <amodra@gmail.com>
227
228         * configure: Regenerate.
229
230 2016-01-17  Alan Modra  <amodra@gmail.com>
231
232         * testsuite/lib/binutils-common.exp (is_elf_format): Return true
233         for m68hc11/12 and xgate triples.
234
235 2016-01-17  Alan Modra  <amodra@gmail.com>
236
237         * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
238
239 2016-01-01  Alan Modra  <amodra@gmail.com>
240
241         Update year range in copyright notice of all files.
242
243 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
244 \f
245 Copyright (C) 2016 Free Software Foundation, Inc.
246
247 Copying and distribution of this file, with or without modification,
248 are permitted in any medium without royalty provided the copyright
249 notice and this notice are preserved.
250
251 Local Variables:
252 mode: change-log
253 left-margin: 8
254 fill-column: 74
255 version-control: never
256 End: