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