Use unsuspend_all_lwps
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
71de3413
MR
12016-05-16 Maciej W. Rozycki <macro@imgtec.com>
2
3 * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
4 test for the V850.
5
8f4f9071
MF
62016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
7
8 * readelf.c (print_mips_ases): Add DSPR3.
9
15afaa63
TP
102016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
11
12 * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
13 (arm_attr_public_tags): Define DSP_extension attribute.
14
29f4fdc4
AB
152016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * doc/binutils.texi (nm): Update description of --size-sort.
18
315350be
NC
192016-05-09 Nick Clifton <nickc@redhat.com>
20
21 PR binutils/20063
22 * readelf.c (get_32bit_section_headers): Warn if an out of range
23 sh_link or sh_info field is encountered.
24 (get_64bit_section_headers): Likewise.
25
4a85cc09
SKS
262016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
27
28 * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*.
29
99d1b268
NC
302016-05-03 Nick Clifton <nickc@redhat.com>
31
32 * po/sv.po: Updated Swedish translation.
33
d347c9df
PS
342016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
35
36 * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
37 PC relocation for AVR target.
38 (is_none_reloc): Return true if reloc is any of AVR diff
39 relocations.
40
5522f910
NC
412016-04-29 Nick Clifton <nickc@redhat.com>
42
43 PR 19938
44 * readelf.c (get_solaris_segment_type): New function.
45 (get_segment_type): Call it.
46
786a118c
NC
472016-04-28 Nick Clifton <nickc@redhat.com>
48
49 * po/zh_CN.po: Updated Chinese (simplified) translation.
50
4bd13cde
NC
512016-04-28 Nick Clifton <nickc@redhat.com>
52
53 PR target/19722
54 * testsuite/binutils-all/aarch64/illegal.s: New test.
55 * testsuite/binutils-all/aarch64/illegal.d: New test driver.
56
e6c7cdec
TS
572016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
58
59 * resres.c: Likewise.
60
6fd8e7c2
L
612016-04-15 H.J. Lu <hongjiu.lu@intel.com>
62
63 * Makefile.in: Regenerated with automake 1.11.6.
64 * aclocal.m4: Likewise.
65 * doc/Makefile.in: Likewise.
66
84865015
NC
672016-04-14 Nick Clifton <nickc@redhat.com>
68
69 PR target/19938
70 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
71 string sections possibly having the SHF_STRINGS flag bit set.
72 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
73 * testsuite/binutils-all/readelf.s: Likewise.
74 * testsuite/binutils-all/readelf.s-64: Likewise.
75 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
76 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
77
fd85a6a1
NC
782016-04-13 Nick Clifton <nickc@redhat.com>
79
84865015 80 PR target/19938
fd85a6a1
NC
81 * readelf.c (get_solaris_section_type): New function: Returns the
82 name of Solaris specific section types.
83 (get_solaris_dynamic_type): New function: Return the name of
84 Solaris specific dynamic types.
85 (get_dynamic_type): Use get_solaris_dynamic_type.
86 (get_section_type_name): Use get_solaris_section_type.
87 (get_solaris_symbol_visibility): New function: Returns Solaris
88 specific symbol visibilities.
89 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
90 (process_symbol_table): Likewise.
91
d6bb17b0
AA
922016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
93
94 * dwarf.h (init_dwarf_regnames_s390): Declare.
95 * dwarf.c (dwarf_regnames_s390): New.
96 (init_dwarf_regnames_s390): New.
97 (init_dwarf_regnames): Call it.
98 * objdump.c (dump_dwarf): Likewise.
99
92708cec
MR
1002016-04-11 Maciej W. Rozycki <macro@imgtec.com>
101
102 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
103 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
104 source.
105 * testsuite/binutils-all/mips/mips.exp: Run the new test.
106
67f101ee
NC
1072016-04-04 Nick Clifton <nickc@redhat.com>
108
109 PR 19872
110 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
111 version number if the version is zero.
112
ed754a13
AM
1132016-03-29 Alan Modra <amodra@gmail.com>
114
115 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
116 (get_dynamic_data): Likewise.
117
9780e045
NC
1182016-03-22 Nick Clifton <nickc@redhat.com>
119
34b9f729
NC
120 PR 19851
121 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
122 with run time size check.
123
9780e045
NC
124 * configure: Regenerate.
125
8699fc3e
AB
1262016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * readelf.c (decode_ARC_machine_flags): Handle nps400.
129
a9522a21
AB
1302016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
131
132 * readelf.c (get_machine_flags): Move arc processing into...
133 (decode_ARC_machine_flags): ... new function. Remove use of
134 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
135 "unknown arc". Merged ABI printing between two machine types.
136
24740d83
AB
1372016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
140 to the architecture list.
141
e1fa0163
NC
1422016-03-21 Nick Clifton <nickc@redhat.com>
143
144 * dlltool.c: Replace use of alloca with call to xmalloc.
145 * dllwrap.c: Likewise.
146 * nlmconv.c: Likewise.
147 * objdump.c: Likewise.
148 * resrc.c: Likewise.
149 * winduni.c: Likewise.
150 * configure: Regenerate.
151
4fc87424
NC
1522016-03-07 Nick Clifton <nickc@redhat.com>
153
154 PR binutils/19775
155 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
156 Run the new proc.
157 * testsuite/binutils-all/empty: New, empty, file.
158
9411fd44
MW
1592016-03-04 Matthew Wahab <matthew.wahab@arm.com>
160
161 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
162
11e5f1ec
L
1632016-02-26 H.J. Lu <hongjiu.lu@intel.com>
164
165 PR ld/19645
166 * NEWS: Mention --elf-stt-common= for objcopy.
167 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
168 * objcopy.c (do_elf_stt_common): New.
169 (command_line_switch): Add OPTION_ELF_STT_COMMON.
170 (copy_options): Add --elf-stt-common=.
171 (copy_usage): Add --elf-stt-common=.
172 (copy_object): Also check do_elf_stt_common for ELF targets.
173 (copy_file): Handle do_elf_stt_common.
174 (copy_main): Handle OPTION_ELF_STT_COMMON.
175 * readelf.c (apply_relocations): Support STT_COMMON.
176 * testsuite/binutils-all/common-1.s: New file.
177 * testsuite/binutils-all/common-1a.d: Likewise.
178 * testsuite/binutils-all/common-1b.d: Likewise.
179 * testsuite/binutils-all/common-1c.d: Likewise.
180 * testsuite/binutils-all/common-1d.d: Likewise.
181 * testsuite/binutils-all/common-1e.d: Likewise.
182 * testsuite/binutils-all/common-1f.d: Likewise.
183 * testsuite/binutils-all/common-2.s: Likewise.
184 * testsuite/binutils-all/common-2a.d: Likewise.
185 * testsuite/binutils-all/common-2b.d: Likewise.
186 * testsuite/binutils-all/common-2c.d: Likewise.
187 * testsuite/binutils-all/common-2d.d: Likewise.
188 * testsuite/binutils-all/common-2e.d: Likewise.
189 * testsuite/binutils-all/common-2f.d: Likewise.
190 * testsuite/binutils-all/objcopy.exp
191 (objcopy_test_elf_common_symbols): New proc.
192 Run objcopy_test_elf_common_symbols for ELF targets
193
a9fb83be
L
1942016-02-16 H.J. Lu <hongjiu.lu@intel.com>
195
196 PR binutils/19647
197 * readelf.c (get_section_type_name): Add a missing break.
198
726c18e1
CZ
1992016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
200
201 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
202
9fb71ee4
NC
2032016-02-15 Nick Clifton <nickc@redhat.com>
204
205 * readelf.c (get_section_type_name): Add hex prefix to offsets
206 printed for LOPROC and LOOS values. Ensure that a result is
207 always returned for the V850 target, even when an unrecognised
208 processor specific value is encountered.
209 (process_section_headers): Display key values in the order in
210 which they appear to the user. Add the "C (compressed)" value to
211 the list.
212
96d491cf
L
2132016-02-12 H.J. Lu <hongjiu.lu@intel.com>
214
215 * doc/binutils.texi: Fix a typo.
216
bdbca4e6
CM
2172016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
218
219 * testsuite/binutils-all/objdump.exp: Update expected default
220 architecture value for ARC binaries.
221
14f2c699
L
2222016-02-02 H.J. Lu <hongjiu.lu@intel.com>
223
224 PR binutils/19547
225 * testsuite/binutils-all/objcopy.exp
226 (objcopy_test_without_global_symbol): New proc.
227 Run objcopy_test_without_global_symbol.
228 * testsuite/binutils-all/pr19547.c: New file.
229
bf150a0b
L
2302016-01-28 H.J. Lu <hongjiu.lu@intel.com>
231
232 PR binutils/19523
233 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
234 runtest.
235 * Makefile.in: Regenerated.
236 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
237 proc.
238 Run test_gnu_debuglink for native ELF build.
239
0398b8d6
NC
2402016-01-20 Nick Clifton <nickc@redhat.com>
241
242 PR 19495
243 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
bdbca4e6 244 do not support inserting leading underscores.
0398b8d6 245
91f68a68
MG
2462016-01-20 Mickael Guene <mickael.guene@st.com>
247
248 * readelf.c (get_elf_section_flags): Display y letter for section
249 with SHF_ARM_NOREAD section flag in readelf section output.
250 (process_section_headers): Add y letter in readelf section output
251 key mapping for ARM architecture.
252 * objdump.c (dump_section_header): Display NOREAD attributes as
253 well.
254 * doc/binutils.texi (objdump): Note that it is correct for
255 sections to have both the READONLY and NOREAD attributes.
256
40068dcc
JB
2572016-01-19 John Baldwin <jhb@FreeBSD.org>
258
259 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
260
f4ddf30f
JB
2612016-01-19 John Baldwin <jhb@FreeBSD.org>
262
263 * readelf.c (get_freebsd_elfcore_note_type): New
264 (process_note): Add support for FreeBSD core notes.
265
34e967a5
MC
2662016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
267 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
268
269 * readelf.c (get_machine_flags): Add support for newer ARC ELF
270 header flags.
271
3d961d0d
AM
2722016-01-18 Alan Modra <amodra@gmail.com>
273
274 * configure: Regenerate.
275
5c14705f
AM
2762016-01-17 Alan Modra <amodra@gmail.com>
277
278 * configure: Regenerate.
279
b3066ae8
AM
2802016-01-17 Alan Modra <amodra@gmail.com>
281
282 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
283 for m68hc11/12 and xgate triples.
284
adec12c1
AM
2852016-01-17 Alan Modra <amodra@gmail.com>
286
287 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
288
6f2750fe
AM
2892016-01-01 Alan Modra <amodra@gmail.com>
290
291 Update year range in copyright notice of all files.
292
3499769a
AM
293For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
294\f
295Copyright (C) 2016 Free Software Foundation, Inc.
296
297Copying and distribution of this file, with or without modification,
298are permitted in any medium without royalty provided the copyright
299notice and this notice are preserved.
300
301Local Variables:
302mode: change-log
303left-margin: 8
304fill-column: 74
305version-control: never
306End:
This page took 0.04909 seconds and 4 git commands to generate.