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