Updated/new translations provided by the Translations Project.
[external/binutils.git] / binutils / ChangeLog
1 2014-10-29  Nick Clifton  <nickc@redhat.com>
2
3         * po/bg.po: Updated Bulgarian translation.
4         * po/sr.po: New Serbian translation.
5         * po/sv.po: Updated Swedish translation.
6
7 2014-10-22  Matthew Fortune  <matthew.fortune@imgtec.com>
8
9         * readelf.c (print_mips_ases): Print unknown ASEs.
10         (print_mips_isa_ext): Print the value of an unknown extension.
11
12 2014-10-15  Tristan Gingold  <gingold@adacore.com>
13
14         * configure: Regenerate.
15
16 2014-10-14  Tristan Gingold  <gingold@adacore.com>
17
18         * NEWS: Add marker for 2.25.
19
20 2014-10-14  Alan Modra  <amodra@gmail.com>
21
22         PR 17453
23         * dwarf.c (read_leb128): Avoid signed overflow.
24         (read_debug_line_header): Likewise.
25
26 2014-10-14  Alan Modra  <amodra@gmail.com>
27
28         PR 17453
29         * readelf.c (process_program_headers): Correct fscanf format used
30         for interpreter.
31
32 2014-10-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
33
34         * readelf.c (display_sparc_hwcaps2): New function.
35         (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
36         handling `Tag_GNU_Sparc_HWCAPS2' attributes.
37
38 2014-09-22  Alan Modra  <amodra@gmail.com>
39
40         PR 16563
41         * dwarf.c (GET): Remove semicolon.
42         (read_cie): New function, extracted from..
43         (display_debug_frames): ..here.  Correctly handle signed offset
44         from FDE to CIE in .eh_frame.  Decode forward referenced CIEs too.
45
46 2014-09-16  Nick Clifton  <nickc@redhat.com>
47
48         * readelf.c (display_arm_attribute): Use unsigned int type for
49         tag, val and type variables.
50
51 2014-09-16  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
52
53         * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
54
55 2014-09-15  Andrew Bennett  <andrew.bennett@imgtec.com>
56             Matthew Fortune  <matthew.fortune@imgtec.com>
57
58         * readelf.c (get_machine_flags): Add support for mips32r6 and
59         mips64r6.
60
61 2014-09-01  Jon TURNEY  <jon.turney@dronecode.org.uk>
62
63         * objcopy.c (is_nondebug_keep_contents_section): Change
64         '.build-id' to '.buildid'.
65
66 2014-08-22  Richard Henderson  <rth@redhat.com>
67
68         * dwarf.h (init_dwarf_regnames_aarch64): Declare.
69         * dwarf.c (dwarf_regnames_aarch64): New.
70         (init_dwarf_regnames_aarch64): New.
71         (init_dwarf_regnames): Call it.
72         * objdump.c (dump_dwarf): Likewise.
73
74 2014-08-19  Alan Modra  <amodra@gmail.com>
75
76         * configure: Regenerate.
77
78 2014-08-14  Alan Modra  <amodra@gmail.com>
79
80         * configure.ac: Move ACX_LARGEFILE after LT_INIT.
81         * config.in: Regenerate.
82         * configure: Regenerate.
83
84 2014-07-29  Matthew Fortune  <matthew.fortune@imgtec.com>
85
86         * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
87         (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
88         (display_mips_gnu_attribute): Abstracted fp abi printing to...
89         (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
90         (print_mips_ases, print_mips_isa_ext): New static functions.
91         (get_mips_reg_size): Likewise.
92         (process_mips_specific): Display abiflags data.
93
94 2014-07-28  Alan Modra  <amodra@gmail.com>
95
96         PR 13227
97         * nm.c (filter_symbols): Warn on __gnu_lto_slim.
98
99 2014-07-07  Nick Clifton  <nickc@redhat.com>
100
101         * readelf.c (get_symbol_type): Revert accidental change to
102         detection of thumb function symbols.
103
104 2014-07-04  Alan Modra  <amodra@gmail.com>
105
106         * configure.ac: Rename from configure.in.
107         * Makefile.in: Regenerate.
108         * config.in: Regenerate.
109         * doc/Makefile.in: Regenerate.
110
111 2014-07-04  Alan Modra  <amodra@gmail.com>
112
113         * configure.in: Include bfd/version.m4.
114         (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
115         (BFD_VERSION): Delete.
116         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
117         * configure: Regenerate.
118         * Makefile.in: Regenerate.
119         * doc/Makefile.in: Regenerate.
120
121 2014-07-03  Tristan Gingold  <gingold@adacore.com>
122
123         * doc/binutils.texi: Clarify addr2line output.
124
125 2014-07-01  Alan Modra  <amodra@gmail.com>
126
127         * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
128
129 2014-06-26  Erik Akermann  <kurterikackermann@gmail.com>
130
131         * strings.c: Add -w/--include-all-whitespace option to include any
132         whitespace character in the displayed strings.
133         * NEWS: Mention the new feature.
134         * doc/binutils.texi (strings): Document the new command line
135         option.
136
137 2014-06-26  Nick Clifton  <nickc@redhat.com>
138
139         * readelf.c (process_note_sections): If there are no note sections
140         try processing note segments instead.
141
142 2014-06-17  Anton Lavrentiwev  <lavr@ncbi.nim.nih.gov>
143
144         PR binutils/16923
145         * rcparse.y (fixedverinfo): Prevent large version numbers from
146         corrupting other values.
147
148 2014-06-09  Romain Chastenet  <romain.chastenet@free.fr>
149
150         PR binutils/16252
151         * dwarf.c (display_debug_frames): Remember the state of the
152         cfa_offset, cfa_reg, ra and cfa_exp field
153
154 2014-06-05  Joel Brobecker  <brobecker@adacore.com>
155
156         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
157         bfd's development.sh.
158         * Makefile.in, configure: Regenerate.
159
160 2014-05-16  Jon Turney  <jon.turney@dronecode.org.uk>
161
162         * objcopy.c (is_nondebug_keep_contents_section): New function.
163         (setup_section): Use it.
164
165 2014-05-16  Kaushik Phata  <Kaushik.Phatak@kpit.com>
166
167         * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
168
169 2014-05-02  Alan Modra  <amodra@gmail.com>
170
171         * emul_aix.c: Update bfd target vector naming.
172         * testsuite/binutils-all/objcopy.exp: Likewise.
173
174 2014-04-24  Christian Svensson  <blue@cmd.nu>
175
176         * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
177
178 2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
179
180         * doc/binutils.texi: Document the disassemble MIPS XPA instructions
181         command line option.
182
183 2014-04-22  Christian Svensson  <blue@cmd.nu>
184
185         * readelf.c: Remove openrisc and or32 support.  Add support for or1k.
186
187 2014-04-18  Tristan Gingold  <gingold@adacore.com>
188
189         * od-macho.c (dump_section_map): Adjust as load commands
190         are now chained.
191         (dump_load_command, dump_section_content): Likewise.
192
193 2014-04-16  Tristan Gingold  <gingold@adacore.com>
194
195         * od-macho.c (OPT_DYLD_INFO): New macro.
196         (options): Add entry for dyld_info.
197         (mach_o_help): Likewise.
198         (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
199         (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
200         (bfd_mach_o_dyld_rebase_type_name): New array.
201         (export_info_data): New struct.
202         (dump_dyld_info): Add verbose argument.  Dump rebase, bind and
203         exports data.
204         (dump_load_command): Adjust dump_dyld_info call.
205         (mach_o_dump): Handle dyld_info.
206
207 2014-04-16  Tristan Gingold  <gingold@adacore.com>
208
209         * od-macho.c (dump_header): Display sizeofcmds in decimal too.
210         (dump_segment): Reformat output.
211         (dump_dyld_info): Also display end offsets.
212         (dump_load_command): Add IDX argument, display commands size
213         and offset, reformat display.
214         (dump_load_commands): Adjust for added argument.
215
216 2014-04-07  Alan Modra  <amodra@gmail.com>
217
218         PR binutils/16811
219         * objcopy.c (copy_object): Error if no sections.
220
221 2014-04-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
222
223         PR binutils/14698
224         ar.c: Set plugin_target early if plugins are supported.
225         nm.c: Likewise.
226
227 2014-04-03  Tristan Gingold  <gingold@adacore.com>
228
229         * od-macho.c (printf_uint64): New function.
230         (dump_load_command, dump_obj_compact_unwind): Use it.
231         (dump_exe_compact_unwind): Display personality functions.
232
233 2014-04-02  Tristan Gingold  <gingold@adacore.com>
234
235         * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
236         (options): Add entry for twolevel_hints.
237         (dump_data_in_code): Fix error message.
238         (dump_twolevel_hints): New function.
239         (dump_load_command): Handle prebound dylib, prebind cksum
240         and twolevel hints.
241         (mach_o_dump): Handle twolevel hints.
242
243 2014-04-01  Tristan Gingold  <gingold@adacore.com>
244
245         * od-macho.c (OPT_DATA_IN_CODE): New macro.
246         (options): Add entry for data in code.
247         (mach_o_help): Ditto.
248         (data_in_code_kind_name): New array.
249         (dump_data_in_code): New function.
250         (dump_load_command): Handle data in code.
251         (mach_o_dump): Ditto.
252         (dump_header): Display a terminal newline.
253
254 2014-03-27  Tristan Gingold  <gingold@adacore.com>
255
256         * od-macho.c (dump_load_command): Display value for
257         BFD_MACH_O_LC_DYLD_ENVIRONMENT.  Handle BFD_MACH_O_LC_DATA_IN_CODE
258         and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
259
260 2014-03-27  Tristan Gingold  <gingold@adacore.com>
261
262         * od-macho.c (OPT_FUNCTION_STARTS): New macro.
263         (options): Add entry for function_starts.
264         (mach_o_help): Ditto.
265         (disp_segment_prot): New function.
266         (dump_section_map): Call disp_segment_prot.
267         (dump_function_starts): New function.
268         (dump_obj_compact_unwind): Fix ouput indentation.
269         (dump_exe_compact_unwind): Fix ouput indentation.
270         (mach_o_dump): Handle function_starts.
271
272 2014-03-26  Tristan Gingold  <gingold@adacore.com>
273
274         * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
275
276 2014-03-24  Tristan Gingold  <gingold@adacore.com>
277
278         * objdump.c (load_specific_debug_section): Set address of section.
279
280 2014-03-24  Tristan Gingold  <gingold@adacore.com>
281
282         * od-macho.c (dump_unwind_encoding_x86): Set the factor.
283         (dump_exe_compact_unwind): Change the condition.  Improve
284         indentation.
285
286 2014-03-20  Nick Clifton  <nickc@redhat.com>
287
288         * readelf.c (process_version_sections): Fix off-by-one error in
289         previous delta.
290
291 2014-03-19  Nick Clifton  <nickc@redhat.com>
292
293         PR binutils/16723
294         * readelf.c (process_version_sections): Prevent an infinite loop
295         when the vn_next field is zero but there are still entries to be
296         processed.
297
298 2014-03-17  Tristan Gingold  <gingold@adacore.com>
299
300         * od-macho.c (dump_section_header): Renames of dump_section.
301         (dump_segment): Adjust after renaming.
302         (OPT_COMPACT_UNWIND): Define.
303         (options): Add compact unwind.
304         (mach_o_help): Document compact_unwind.
305         (unwind_x86_64_regs, unwind_x86_regs): New arrays.
306         (dump_unwind_encoding_x86, dump_unwind_encoding)
307         (dump_obj_compact_unwind, dump_exe_compact_unwind)
308         (dump_section_content): New functions.
309         (mach_o_dump): Handle compact unwind.
310
311 2014-03-17  Tristan Gingold  <gingold@adacore.com>
312
313         * od-macho.c (dump_load_command): Handle lazy load dylib.
314
315 2014-03-14  Anthony Green  <green@moxielogic.com>
316
317         * objcopy.c (copy_object): Check fwrite return code.
318
319 2014-03-14  Meador Inge  <meadori@codesourcery.com>
320
321         * dwarf.c (strnlen): Move prototype ...
322         * sysdep.h (strnlen): ... to here.
323
324 2014-03-12  Nick Clifton  <nickc@redhat.com>
325
326         PR binutils/16652
327         * doc/binutils.texi (ar cmdline): Move --plugin command line
328         option to after the command option.
329
330 2014-03-12  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
331
332         PR binutils/16567
333         * deflex.l: Add noinput and nounput options.
334
335 2014-03-12  Alan Modra  <amodra@gmail.com>
336
337         * Makefile.in: Regenerate.
338         * doc/Makefile.in: Regenerate.
339
340 2014-03-06  Nick Clifton  <nickc@redhat.com>
341
342         PR binutils/16664
343         * readelf.c (process_attributes): Add checks for corrupt
344         attribute section names.
345
346 2014-03-05  Alan Modra  <amodra@gmail.com>
347
348         Update copyright years.
349
350 2014-03-03  Alan Modra  <amodra@gmail.com>
351
352         * README: Add "Copyright Notices" paragraph.
353
354 2014-02-11  Cary Coutant  <ccoutant@google.com>
355
356         * binutils/dwarf.c (read_and_display_attr_value): Don't warn
357         for zero-length attribute value.
358
359 2014-02-10  Alan Modra  <amodra@gmail.com>
360
361         * po/binutils.pot: Regenerate.
362
363 2014-02-06  Andrew Pinski  <apinski@cavium.com>
364
365         * readelf.c  (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
366
367 2014-02-06  Cary Coutant  <ccoutant@google.com>
368
369         PR binutils/16444
370         * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
371
372 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
373
374         * version.c (print_version): Update copyright year to 2014.
375
376 2014-01-07  Tom Tromey  <tromey@redhat.com>
377
378         * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
379         stdarg macros.
380         * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
381         macros.
382         * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
383         stdarg macros.
384
385 2014-01-07  Tom Tromey  <tromey@redhat.com>
386
387         * coffgrok.h (coff_ofile): Don't use PARAMS.
388         * nlmheader.y (strerror): Don't use PARAMS.
389
390 For older changes see ChangeLog-2013
391 \f
392 Copyright (C) 2014 Free Software Foundation, Inc.
393
394 Copying and distribution of this file, with or without modification,
395 are permitted in any medium without royalty provided the copyright
396 notice and this notice are preserved.
397
398 Local Variables:
399 mode: change-log
400 left-margin: 8
401 fill-column: 74
402 version-control: never
403 End: