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