]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Enable 64-bit archives in ar and ranlib
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/14625
4 * NEWS: Mention --enable-64-bit-archive.
5
6 2016-05-18 Nick Clifton <nickc@redhat.com>
7
8 PR 20096
9 * objcopy.c (copy_relocations_in_section): Also check for the
10 symbol pointed to by sym_ptr_ptr being NULL.
11
12 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
13
14 * testsuite/binutils-all/mips/mixed-mips16-micromips.d: New test.
15 * testsuite/binutils-all/mips/mixed-mips16-micromips.s: New test
16 source.
17 * testsuite/binutils-all/mips/mips.exp: Run the new test.
18
19 2016-05-18 Nick Clifton <nickc@redhat.com>
20
21 * po/sv.po: Updated Swedish translation.
22
23 2016-05-18 Maciej W. Rozycki <macro@imgtec.com>
24
25 * readelf.c (dynamic_section_mips_val) <DT_MIPS_RLD_VERSION>
26 <DT_MIPS_LOCAL_GOTNO, DT_MIPS_CONFLICTNO, DT_MIPS_LIBLISTNO>
27 <DT_MIPS_SYMTABNO, DT_MIPS_UNREFEXTNO, DT_MIPS_HIPAGENO>
28 <DT_MIPS_DELTA_CLASS_NO, DT_MIPS_DELTA_INSTANCE_NO>
29 <DT_MIPS_DELTA_RELOC_NO, DT_MIPS_DELTA_SYM_NO>
30 <DT_MIPS_DELTA_CLASSSYM_NO, DT_MIPS_COMPACT_SIZE>: Use the
31 `d_val' rather than `d_ptr' member of the dynamic entry.
32
33 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
34
35 * testsuite/lib/binutils-common.exp (supports_gnu_unique): New
36 procedure.
37 * testsuite/binutils-all/objcopy.exp: Use `supports_gnu_unique'
38 with the `strip-10' test.
39
40 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
41
42 * testsuite/binutils-all/objcopy.exp: Don't skip the `strip-10'
43 test for the V850.
44
45 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
46
47 * readelf.c (print_mips_ases): Add DSPR3.
48
49 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
50
51 * readelf.c (display_arm_attribute): Add output for Tag_DSP_extension.
52 (arm_attr_public_tags): Define DSP_extension attribute.
53
54 2016-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
55
56 * doc/binutils.texi (nm): Update description of --size-sort.
57
58 2016-05-09 Nick Clifton <nickc@redhat.com>
59
60 PR binutils/20063
61 * readelf.c (get_32bit_section_headers): Warn if an out of range
62 sh_link or sh_info field is encountered.
63 (get_64bit_section_headers): Likewise.
64
65 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
66
67 * testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*.
68
69 2016-05-03 Nick Clifton <nickc@redhat.com>
70
71 * po/sv.po: Updated Swedish translation.
72
73 2016-04-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
74
75 * readelf.c (is_32bit_pcrel_reloc): Return true if reloc is 32-bit
76 PC relocation for AVR target.
77 (is_none_reloc): Return true if reloc is any of AVR diff
78 relocations.
79
80 2016-04-29 Nick Clifton <nickc@redhat.com>
81
82 PR 19938
83 * readelf.c (get_solaris_segment_type): New function.
84 (get_segment_type): Call it.
85
86 2016-04-28 Nick Clifton <nickc@redhat.com>
87
88 * po/zh_CN.po: Updated Chinese (simplified) translation.
89
90 2016-04-28 Nick Clifton <nickc@redhat.com>
91
92 PR target/19722
93 * testsuite/binutils-all/aarch64/illegal.s: New test.
94 * testsuite/binutils-all/aarch64/illegal.d: New test driver.
95
96 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
97
98 * resres.c: Likewise.
99
100 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
101
102 * Makefile.in: Regenerated with automake 1.11.6.
103 * aclocal.m4: Likewise.
104 * doc/Makefile.in: Likewise.
105
106 2016-04-14 Nick Clifton <nickc@redhat.com>
107
108 PR target/19938
109 * testsuite/binutils-all/i386/compressed-1b.d: Allow for the
110 string sections possibly having the SHF_STRINGS flag bit set.
111 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
112 * testsuite/binutils-all/readelf.s: Likewise.
113 * testsuite/binutils-all/readelf.s-64: Likewise.
114 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
115 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
116
117 2016-04-13 Nick Clifton <nickc@redhat.com>
118
119 PR target/19938
120 * readelf.c (get_solaris_section_type): New function: Returns the
121 name of Solaris specific section types.
122 (get_solaris_dynamic_type): New function: Return the name of
123 Solaris specific dynamic types.
124 (get_dynamic_type): Use get_solaris_dynamic_type.
125 (get_section_type_name): Use get_solaris_section_type.
126 (get_solaris_symbol_visibility): New function: Returns Solaris
127 specific symbol visibilities.
128 (print_dynamic_symbol): Use get_solaris_symbol_visibility.
129 (process_symbol_table): Likewise.
130
131 2016-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
132
133 * dwarf.h (init_dwarf_regnames_s390): Declare.
134 * dwarf.c (dwarf_regnames_s390): New.
135 (init_dwarf_regnames_s390): New.
136 (init_dwarf_regnames): Call it.
137 * objdump.c (dump_dwarf): Likewise.
138
139 2016-04-11 Maciej W. Rozycki <macro@imgtec.com>
140
141 * testsuite/binutils-all/mips/mips16-undecoded.d: New test.
142 * testsuite/binutils-all/mips/mips16-undecoded.s: New test
143 source.
144 * testsuite/binutils-all/mips/mips.exp: Run the new test.
145
146 2016-04-04 Nick Clifton <nickc@redhat.com>
147
148 PR 19872
149 * dwarf.c (display_debug_aranges): Skip warning about unrecognised
150 version number if the version is zero.
151
152 2016-03-29 Alan Modra <amodra@gmail.com>
153
154 * readelf.c (get_data): Use BFD_VMA_FMT to print bfd_size_type vars.
155 (get_dynamic_data): Likewise.
156
157 2016-03-22 Nick Clifton <nickc@redhat.com>
158
159 PR 19851
160 * dwarf.c (SAFE_BYTE_GET): Replace local dynamic array allocation
161 with run time size check.
162
163 * configure: Regenerate.
164
165 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * readelf.c (decode_ARC_machine_flags): Handle nps400.
168
169 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * readelf.c (get_machine_flags): Move arc processing into...
172 (decode_ARC_machine_flags): ... new function. Remove use of
173 EF_ARC_CPU_GENERIC, change default case from "generic arc" to
174 "unknown arc". Merged ABI printing between two machine types.
175
176 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
179 to the architecture list.
180
181 2016-03-21 Nick Clifton <nickc@redhat.com>
182
183 * dlltool.c: Replace use of alloca with call to xmalloc.
184 * dllwrap.c: Likewise.
185 * nlmconv.c: Likewise.
186 * objdump.c: Likewise.
187 * resrc.c: Likewise.
188 * winduni.c: Likewise.
189 * configure: Regenerate.
190
191 2016-03-07 Nick Clifton <nickc@redhat.com>
192
193 PR binutils/19775
194 * testsuite/binutils-all/ar.exp (proc empty_archive): New proc.
195 Run the new proc.
196 * testsuite/binutils-all/empty: New, empty, file.
197
198 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
199
200 * readelf.c (arm_attry_tag_FP_arch): Add "NEON for ARMv8.1".
201
202 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR ld/19645
205 * NEWS: Mention --elf-stt-common= for objcopy.
206 * doc/binutils.texi: Document --elf-stt-common= for objcopy.
207 * objcopy.c (do_elf_stt_common): New.
208 (command_line_switch): Add OPTION_ELF_STT_COMMON.
209 (copy_options): Add --elf-stt-common=.
210 (copy_usage): Add --elf-stt-common=.
211 (copy_object): Also check do_elf_stt_common for ELF targets.
212 (copy_file): Handle do_elf_stt_common.
213 (copy_main): Handle OPTION_ELF_STT_COMMON.
214 * readelf.c (apply_relocations): Support STT_COMMON.
215 * testsuite/binutils-all/common-1.s: New file.
216 * testsuite/binutils-all/common-1a.d: Likewise.
217 * testsuite/binutils-all/common-1b.d: Likewise.
218 * testsuite/binutils-all/common-1c.d: Likewise.
219 * testsuite/binutils-all/common-1d.d: Likewise.
220 * testsuite/binutils-all/common-1e.d: Likewise.
221 * testsuite/binutils-all/common-1f.d: Likewise.
222 * testsuite/binutils-all/common-2.s: Likewise.
223 * testsuite/binutils-all/common-2a.d: Likewise.
224 * testsuite/binutils-all/common-2b.d: Likewise.
225 * testsuite/binutils-all/common-2c.d: Likewise.
226 * testsuite/binutils-all/common-2d.d: Likewise.
227 * testsuite/binutils-all/common-2e.d: Likewise.
228 * testsuite/binutils-all/common-2f.d: Likewise.
229 * testsuite/binutils-all/objcopy.exp
230 (objcopy_test_elf_common_symbols): New proc.
231 Run objcopy_test_elf_common_symbols for ELF targets
232
233 2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
234
235 PR binutils/19647
236 * readelf.c (get_section_type_name): Add a missing break.
237
238 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
239
240 * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
241
242 2016-02-15 Nick Clifton <nickc@redhat.com>
243
244 * readelf.c (get_section_type_name): Add hex prefix to offsets
245 printed for LOPROC and LOOS values. Ensure that a result is
246 always returned for the V850 target, even when an unrecognised
247 processor specific value is encountered.
248 (process_section_headers): Display key values in the order in
249 which they appear to the user. Add the "C (compressed)" value to
250 the list.
251
252 2016-02-12 H.J. Lu <hongjiu.lu@intel.com>
253
254 * doc/binutils.texi: Fix a typo.
255
256 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
257
258 * testsuite/binutils-all/objdump.exp: Update expected default
259 architecture value for ARC binaries.
260
261 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
262
263 PR binutils/19547
264 * testsuite/binutils-all/objcopy.exp
265 (objcopy_test_without_global_symbol): New proc.
266 Run objcopy_test_without_global_symbol.
267 * testsuite/binutils-all/pr19547.c: New file.
268
269 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
270
271 PR binutils/19523
272 * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
273 runtest.
274 * Makefile.in: Regenerated.
275 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
276 proc.
277 Run test_gnu_debuglink for native ELF build.
278
279 2016-01-20 Nick Clifton <nickc@redhat.com>
280
281 PR 19495
282 * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
283 do not support inserting leading underscores.
284
285 2016-01-20 Mickael Guene <mickael.guene@st.com>
286
287 * readelf.c (get_elf_section_flags): Display y letter for section
288 with SHF_ARM_NOREAD section flag in readelf section output.
289 (process_section_headers): Add y letter in readelf section output
290 key mapping for ARM architecture.
291 * objdump.c (dump_section_header): Display NOREAD attributes as
292 well.
293 * doc/binutils.texi (objdump): Note that it is correct for
294 sections to have both the READONLY and NOREAD attributes.
295
296 2016-01-19 John Baldwin <jhb@FreeBSD.org>
297
298 * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
299
300 2016-01-19 John Baldwin <jhb@FreeBSD.org>
301
302 * readelf.c (get_freebsd_elfcore_note_type): New
303 (process_note): Add support for FreeBSD core notes.
304
305 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
306 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
307
308 * readelf.c (get_machine_flags): Add support for newer ARC ELF
309 header flags.
310
311 2016-01-18 Alan Modra <amodra@gmail.com>
312
313 * configure: Regenerate.
314
315 2016-01-17 Alan Modra <amodra@gmail.com>
316
317 * configure: Regenerate.
318
319 2016-01-17 Alan Modra <amodra@gmail.com>
320
321 * testsuite/lib/binutils-common.exp (is_elf_format): Return true
322 for m68hc11/12 and xgate triples.
323
324 2016-01-17 Alan Modra <amodra@gmail.com>
325
326 * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
327
328 2016-01-01 Alan Modra <amodra@gmail.com>
329
330 Update year range in copyright notice of all files.
331
332 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
333 \f
334 Copyright (C) 2016 Free Software Foundation, Inc.
335
336 Copying and distribution of this file, with or without modification,
337 are permitted in any medium without royalty provided the copyright
338 notice and this notice are preserved.
339
340 Local Variables:
341 mode: change-log
342 left-margin: 8
343 fill-column: 74
344 version-control: never
345 End: