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