]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
Add support to AArch64 disassembler for verifying instructions. Add verifier for...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
4bd13cde
NC
12016-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
e6c7cdec
TS
72016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
8
9 * resres.c: Likewise.
10
6fd8e7c2
L
112016-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
84865015
NC
172016-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
fd85a6a1
NC
282016-04-13 Nick Clifton <nickc@redhat.com>
29
84865015 30 PR target/19938
fd85a6a1
NC
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
d6bb17b0
AA
422016-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
92708cec
MR
502016-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
67f101ee
NC
572016-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
ed754a13
AM
632016-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
9780e045
NC
682016-03-22 Nick Clifton <nickc@redhat.com>
69
34b9f729
NC
70 PR 19851
71 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
72 with run time size check.
73
9780e045
NC
74 * configure: Regenerate.
75
8699fc3e
AB
762016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
77
78 * readelf.c (decode_ARC_machine_flags): Handle nps400.
79
a9522a21
AB
802016-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
24740d83
AB
872016-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
e1fa0163
NC
922016-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
4fc87424
NC
1022016-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
9411fd44
MW
1092016-03-04 Matthew Wahab <matthew.wahab@arm.com>
110
111 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
112
11e5f1ec
L
1132016-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
a9fb83be
L
1442016-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
726c18e1
CZ
1492016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
150
151 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
152
9fb71ee4
NC
1532016-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
96d491cf
L
1632016-02-12 H.J. Lu <hongjiu.lu@intel.com>
164
165 * doc/binutils.texi: Fix a typo.
166
bdbca4e6
CM
1672016-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
14f2c699
L
1722016-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
bf150a0b
L
1802016-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
0398b8d6
NC
1902016-01-20 Nick Clifton <nickc@redhat.com>
191
192 PR 19495
193 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
bdbca4e6 194 do not support inserting leading underscores.
0398b8d6 195
91f68a68
MG
1962016-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
40068dcc
JB
2072016-01-19 John Baldwin <jhb@FreeBSD.org>
208
209 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
210
f4ddf30f
JB
2112016-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
34e967a5
MC
2162016-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
3d961d0d
AM
2222016-01-18 Alan Modra <amodra@gmail.com>
223
224 * configure: Regenerate.
225
5c14705f
AM
2262016-01-17 Alan Modra <amodra@gmail.com>
227
228 * configure: Regenerate.
229
b3066ae8
AM
2302016-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
adec12c1
AM
2352016-01-17 Alan Modra <amodra@gmail.com>
236
237 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
238
6f2750fe
AM
2392016-01-01 Alan Modra <amodra@gmail.com>
240
241 Update year range in copyright notice of all files.
242
3499769a
AM
243For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
244\f
245Copyright (C) 2016 Free Software Foundation, Inc.
246
247Copying and distribution of this file, with or without modification,
248are permitted in any medium without royalty provided the copyright
249notice and this notice are preserved.
250
251Local Variables:
252mode: change-log
253left-margin: 8
254fill-column: 74
255version-control: never
256End: