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