7404a15df0fd25d69f0c8efbe3b4b56e053b9530
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-12-09 Chen Gang <gang.chen.5i5j@gmail.com>
2
3 * windres.c (open_file_search): Free path buffer on failure.
4
5 2014-12-08 Nick Clifton <nickc@redhat.com>
6
7 PR binutils/17531
8 * dwarf.c (display_debug_frames): Check for a negative
9 augmentation data length.
10 (display_gdb_index): Check for invalid offsets.
11 * elfcomm.c (process_archive_index_and_symbols): Check for an
12 index number that overflows when multiplied by the ar index size.
13 * readelf.c (dump_ia64_unwind): Add range checks.
14 (slurp_ia64_unwind_table): Change to a boolean function. Add
15 range checks.
16 (process_version_sections): Add range checks.
17 (get_symbol_version_string): Add check for missing section
18 headers.
19
20 2014-12-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
21
22 * configure.ac: Add od-elf32_avr to build.
23 * configure: Regenerate.
24 * od-elf32_avr.c: New file.
25 * objdump.h: Declare objdump_private_desc_elf32_avr.
26
27 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
28
29 * readelf.c: Include elf/visium.h.
30 (guess_is_rela): Deal with EM_VISIUM.
31 (dump_relocations): Likewise.
32 (get_machine_name): Likewise.
33 (get_machine_flags): Likewise.
34 (get_osabi_name): Likewise.
35 (is_32bit_abs_reloc): Likewise.
36 (is_32bit_pcrel_reloc): Likewise.
37 (is_16bit_abs_reloc): Likewise.
38
39 2014-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * readelf.c (decode_AVR_machine_flags): New function.
42 (get_machine_flags): Add EM_AVR case.
43
44 2014-12-03 Nick Clifton <nickc@redhat.com>
45
46 PR binutils/17512
47 * objdump.c (free_debug_section): Reset the compress_status as
48 well.
49
50 2014-12-03 Nick Clifton <nickc@redhat.com>
51
52 PR binutils/17531
53 * readelf.c (get_machine_flags): Replace call to abort with a
54 warning message and a return value.
55 (get_elf_section_flags): Likewise.
56 (get_symbol_visibility): Likewise.
57 (get_ia64_symbol_other): Likewise.
58 (get_ia64_symbol_other): Likewise.
59 (is_32bit_abs_reloc): Likewise.
60 (apply_relocations): Likewise.
61 (display_arm_attribute): Likewise.
62
63 2014-12-02 Denis Chertykov <chertykov@gmail.com>
64
65 * MAINTAINERS: Fix my email address.
66
67 2014-12-01 H.J. Lu <hongjiu.lu@intel.com>
68
69 * dwarf.c (process_cu_tu_index): Properly check for an out of
70 range row index.
71
72 2014-12-01 Nick Clifton <nickc@redhat.com>
73
74 PR binutils/17512
75 * dwarf.h (struct dwarf_section): Add user_data field.
76 * dwarf.c (frame_need_space): Check for an over large register
77 number.
78 (display_debug_frames): Check the return value from
79 frame_need_space. Check for a CFA expression that is so long the
80 start address wraps around.
81 (debug_displays): Initialise the user_data field.
82 * objdump.c (load_specific_debug_section): Save the BFD section
83 pointer in the user_data field of the dwarf_section structure.
84 (free_debug_section): Update BFD section data when freeing section
85 contents.
86 * readelf.c (load_specific_debug_section): Initialise the
87 user_data field.
88
89 2014-12-01 Nick Clifton <nickc@redhat.com>
90
91 PR binutils/17531
92 * dwarf.c (process_cu_tu_index): Check for an out of range row
93 index.
94 * elfcomm.c (adjust_relative_path): Change name_len parameter to
95 an unsigned long. Check for path length overflow.
96 (process_archive_index_and_symbols): Check for invalid header
97 size.
98 (setup_archive): Add checks for invalid archives.
99 (get_archive_member_name): Add range checks.
100 * elfcomm.h (adjust_relative_path): Update prototyoe.
101 * readelf.c (process_archive): Add range checks.
102
103 2014-11-28 Alan Modra <amodra@gmail.com>
104
105 * readelf.c (get_32bit_elf_symbols): Cast bfd_size_type values to
106 unsigned long for %lx.
107 (get_64bit_elf_symbols, process_section_groups): Likewise.
108
109 2014-11-27 Espen Grindhaug <espen@grindhaug.org>
110 Nick Clifton <nickc@redhat.com>
111
112 PR binutils/17531
113 * readelf.c (get_data): Move excessive length check to earlier on
114 in the function and allow for wraparound in the arithmetic.
115 (get_32bit_elf_symbols): Terminate early if the section size is
116 zero. Check for an invalid sh_entsize. Check for an index
117 section with an invalid size.
118 (get_64bit_elf_symbols): Likewise.
119 (process_section_groups): Check for an invalid sh_entsize.
120
121 2014-11-24 Mark Wielaard <mjw@redhat.com>
122
123 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_C11,
124 DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
125
126 2014-11-26 Nick Clifton <nickc@redhat.com>
127
128 PR binutils/17512
129 * dwarf.c (display_block): Do nothing if the block starts after
130 the end of the buffer.
131 (read_and_display_attr_value): Add range checks.
132 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
133 (frame_need_space): Test for an ncols of zero.
134 (read_cie): Fail if the augmentation data extends off the end of
135 the buffer.
136 (display_debug_frames): Add checks for read_cie failing. Add
137 range checks.
138
139 2014-11-25 H.J. Lu <hongjiu.lu@intel.com>
140
141 * objdump.c (objdump_print_symname): Replace
142 bfd_elf_get_symbol_version_string with
143 bfd_get_symbol_version_string.
144
145 2014-11-25 H.J. Lu <hongjiu.lu@intel.com>
146
147 PR binutils/16496
148 * objdump.c (objdump_print_symname): Call
149 bfd_elf_get_symbol_version_string to get ELF symbol version
150 string. Append version string if needed.
151
152 * readelf.c (versioned_symbol_info): New enum.
153 (get_symbol_version_string): New. Extracted from
154 process_symbol_table.
155 (dump_relocations): Add a new argument to indicate if dynamic
156 symbol table is used. Use get_symbol_version_string to get
157 symbol version string for dynamic symbol. Append version string
158 if needed.
159 (process_relocs): Updated dump_relocations call.
160 (process_symbol_table): Use get_symbol_version_string.
161
162 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
163
164 * configure: Regenerated.
165
166 2014-11-21 Nick Clifton <nickc@redhat.com>
167
168 PR binutils/17512
169 * dwarf.c (get_encoded_value): Check for an encoded size of 0.
170 (display_debug_lines_raw): Check for an invalid line range value.
171 (display_debug_frames): Check for corrupt augmentation data.
172
173 2014-11-21 Nick Clifton <nickc@redhat.com>
174
175 PR binutils/17531
176 * readelf.c (process_version_sections): Prevent an infinite loop
177 processing corrupt version need data.
178 (process_corefile_note_segment): Handle corrupt notes.
179
180 2014-11-21 Terry Guo <terry.guo@arm.com>
181
182 * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
183
184 2014-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
185
186 * dwarf.c (process_extended_line_op): Fix signedness warning.
187
188 2014-11-18 Nick Clifton <nickc@redhat.com>
189
190 PR binutuls/17605
191 * bucomm.c (print_arelt_descr): Check for ctime returning NULL.
192
193 2014-11-18 Nick Clifton <nickc@redhat.com>
194
195 PR binutils/17512
196 * dwarf.c (get_encoded_value): Warn and return if the encoded
197 value is more than 64-bits long.
198 (SAFE_BYTE_GET): Do not attempt to read more than 64-bits.
199 (process_extended_line_op): Add more range checks.
200 (decode_location_expression): Use the return value from
201 display_block. Add more range checks.
202 (read_debug_line_header): Add range check.
203 (display_debug_lines_raw): Add range checks.
204 (display_debug_frames): Silently skip multiple zero terminators.
205 Add range checks.
206 (process_cu_tu_index): Check for non-existant or empty sections.
207 Use SAFE_BYTE_GET instead of byte_get.
208
209 2014-11-18 Nick Clifton <nickc@redhat.com>
210
211 PR binutils/17531
212 * readelf.c (get_unwind_section_word): Skip reloc processing if
213 there are no relocs associated with the section.
214 (decode_tic6x_unwind_bytecode): Warn and return if the stack
215 pointer adjustment falls off the end of the buffer.
216
217 2014-11-14 Nick Clifton <nickc@redhat.com>
218
219 PR binutils/17512
220 * dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
221 'data' parameter to a double pointer and return the updated value.
222 (decode_location_expression): Update call to get_encoded_value.
223 (frame_need_space): Handle the case where one or both of the
224 mallocs fails.
225 (read_cie): Initialise the cie pointer, even if the read fails.
226 (display_debug_frames): Warn if the calculated block_end is before
227 the start of the block. Break the loop if the CIE could not be
228 read. Update call to get_encoded_value. Warn if the read CFA
229 expressions are too big.
230
231 2014-11-13 Nick Clifton <nickc@redhat.com>
232
233 PR binutils/17531
234 * readelf.c (process_version_sections): If the read of the version
235 def information fails, make sure that the external verdef data is
236 not used.
237 (get_dynamic_data): Do not attempt to allocate memory for more
238 dynamic data than there is in the file. If the read fails, free
239 the allocated buffer.
240 (process_symbol_table): Do not print dynamic information if we
241 were unable to read the dynamic symbol table.
242 (print_gnu_note): Do not print the note if the descsz is too
243 small.
244
245 2014-11-12 Nick Clifton <nickc@redhat.com>
246
247 PR binutils/17512
248 * dwarf.c (read_and_display_attr_value): Check that we do not read
249 past end.
250 (display_debug_pubnames_worker): Add range checks.
251 (process_debug_info): Check for invalid pointer sizes.
252 (display_loc_list): Likewise.
253 (display_loc_list_dwo): Likewise.
254 (display_debug_ranges): Likewise.
255 (display_debug_aranges): Check for invalid address size.
256 (read_cie): Add range checks. Replace call strchr with while loop.
257 * objdump.c (dump_dwarf): Replace abort with a warning message.
258 (print_section_stabs): Improve range checks.
259 * rdcoff.c (coff_get_slot): Use long for indx parameter type.
260 Add check for an excesively large index.
261 * rddbg.c (read_section_stabs_debugging_info): Zero terminate the
262 string table. Avoid walking off the end of the stabs data.
263 * stabs.c (parse_stab_string): Add check for a NULL name.
264
265 2014-11-11 Nick Clifton <nickc@redhat.com>
266
267 PR binutils/17531
268 * binutils/readelf.c (dynamic_nent): Change type to size_t.
269 (slurp_rela_relocs): Use size_t type for nrelas.
270 (slurp_rel_relocs): Likewise.
271 (get_program_headers): Improve out of memory error message.
272 (get_32bit_section_headers): Likewise.
273 (get_32bit_section_headers): Likewise.
274 (get_64bit_section_headers): Likewise.
275 (get_32bit_elf_symbols): Likewise.
276 (get_64bit_elf_symbols): Likewise.
277 (process_section_groups): Likewise.
278 (get_32bit_dynamic_section): Likewise.
279 (get_64bit_dynamic_section): Likewise.
280 (process_dynamic_section): Likewise.
281 (process_version_sections): Likewise.
282 (get_symbol_index_type): Likewise.
283 (process_mips_specific): Likewise.
284 (process_corefile_note_segment): Likewise.
285 (process_version_sections): Use size_t type for total.
286 (get_dynamic_data): Change type of number parameter to size_t.
287 Improve out of memory error messages.
288 (process_symbol_table): Change type of nbuckets and nchains to
289 size_t. Skip processing of sections headers if there are none.
290 Improve out of memory error messages.
291
292 2014-11-11 Nick Clifton <nickc@redhat.com>
293
294 * po/fr.po: Updated French translation.
295
296 2014-11-11 Nick Clifton <nickc@redhat.com>
297
298 PR binutils/17531
299 * readelf.c (display_arm_attribute): Avoid reading off the end of
300 the buffer when processing a Tag_nodefaults.
301
302 2014-11-10 Nick Clifton <nickc@redhat.com>
303
304 PR binutils/17531
305 * (ia64_process_unwind): Replace assertion with an error message.
306 Add range checking for group section indicies.
307 (hppa_process_unwind): Replace assertion with an error message.
308 (process_syminfo): Likewise.
309 (decode_arm_unwind_bytecode): Add range checking.
310 (dump_section_as_strings): Add more string range checking.
311 (display_tag_value): Likewise.
312 (display_arm_attribute): Likewise.
313 (display_gnu_attribute): Likewise.
314 (display_tic6x_attribute): Likewise.
315 (display_msp430x_attribute): Likewise.
316
317 2014-11-10 Nick Clifton <nickc@redhat.com>
318
319 PR binutils/17552
320 * (copy_archive): Clean up temporary files even if an error
321 occurs.
322
323 2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
324
325 * readelf.c (process_dynamic_section): Cast time value to unsigned
326 long to print.
327
328 2014-11-07 Nick Clifton <nickc@redhat.com>
329
330 PR binutils/17531
331 * readelf.c (get_data): Avoid allocating memory when we know that
332 the read will fail.
333 (find_section_by_type): New function.
334 (get_unwind_section_word): Check for invalid symbol indicies.
335 Check for invalid reloc types.
336 (get_32bit_dynamic_section): Add range checks.
337 (get_64bit_dynamic_section): Add range checks.
338 (process_dynamic_section): Check for a corrupt time value.
339 (process_symbol_table): Add range checks.
340 (dump_section_as_strings): Add string length range checks.
341 (display_tag_value): Likewise.
342 (display_arm_attribute): Likewise.
343 (display_gnu_attribute): Likewise.
344 (display_tic6x_attribute): Likewise.
345 (display_msp430x_attribute): Likewise.
346 (process_mips_specific): Add range check.
347
348 2014-11-06 Nick Clifton <nickc@redhat.com>
349
350 PR binutils/17552, binutils/17533
351 * bucomm.c (is_valid_archive_path): New function. Returns false
352 for absolute pathnames and pathnames that include /../.
353 * bucomm.h (is_valid_archive_path): Add prototype.
354 * ar.c (extract_file): Use new function to check for valid
355 pathnames when extracting files from an archive.
356 * objcopy.c (copy_archive): Likewise.
357 * doc/binutils.texi: Update documentation to mention the
358 limitation on pathname of archive members.
359
360 2014-11-05 Nick Clifton <nickc@redhat.com>
361
362 PR binutils/17531
363 * readelf.c (printable_section_name): New function.
364 (printable_section_name_from_index): New function.
365 (dump_relocations): Use new function.
366 (process_program_headers, get_32bit_elf_symbols,
367 (get_64bit_elf_symbols, process_section_headers,
368 (process_section_groups, process_relocs, ia64_process_unwind,
369 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
370 (arm_process_unwind, process_version_sections,
371 (process_symbol_table, apply_relocations, get_section_contents,
372 (dump_section_as_strings, dump_section_as_bytes,
373 (display_debug_section, process_attributes, process_mips_specific,
374 (process_mips_specific process_gnu_liblist): Likewise.
375 (get_unwind_section_word): Check for a missing symbol table.
376 Replace aborts with error messages.
377 (arm_process_unwind): Check for a missing string table.
378 (process_attributes): Check for an attribute length that is too
379 small.
380 (process_mips_specific): Check for a corrupt GOT symbol offset.
381
382 2014-11-05 Nick Clifton <nickc@redhat.com>
383
384 PR binutils/17533
385 * bucomm.c (is_valid_archive_path): New function.
386 * bucomm.h (is_valid_archive_path): Prototype it.
387 * ar.c (extract_file): Call is_valid_archive_path to verify a
388 member filename before extracting it.
389 * objcopy.c (copy_archive): Likewise.
390
391 2014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
392
393 * readelf.c (process_mips_specific): Fix format string warning.
394
395 2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
396
397 * readelf.c (process_mips_specific): Rename index to idx.
398
399 2014-11-04 Nick Clifton <nickc@redhat.com>
400
401 PR binutils/17531
402 * readelf.c (get_data): If the reason parameter is null, do not
403 print any error messages.
404 (get_32bit_section_headers): Verify section header entry size
405 before reading in the section headers.
406 (get_64bit_section_headers): Likewise.
407 (process_section_headers): Pass FALSE to get_section_headers.
408 (get_file_header): Pass TRUE to get_section_headers.
409 (process_dynamic_section): Change an assert to an error message.
410 (process_symbol_table): Handle corrupt histograms.
411
412 (get_32bit_program_headers): Verify program header entry size
413 before reading in the program headers.
414 (get_64bit_program_headers): Likewise.
415 (get_unwind_section_word): Do nothing if no section was provided.
416 Fail if the offset is outside of the section.
417 (print_dynamic_symbol): Catch out of range symbol indicies.
418 (process_mips_specific): Likewise.
419 (process_attributes): Make sure that there is enough space left in
420 the section before attempting to read the length of the next
421 attribute.
422
423 2014-11-03 Nick Clifton <nickc@redhat.com>
424
425 PR binutils/17512
426 * objdump.c (slurp_symtab): Fail gracefully if the table could not
427 be read.
428 (dump_relocs_in_section): Likewise.
429
430 2014-11-03 Nick Clifton <nickc@redhat.com>
431
432 * po/fi.po: Updated Finnish translation.
433 * po/sv.po: Updated Swedish translation.
434
435 2014-11-01 Hans-Peter Nilsson <hp@axis.com>
436
437 * readelf.c (get_32bit_elf_symbols): Cast error
438 parameters of bfd_size_type with the %lx format to
439 unsigned long.
440
441 2014-10-31 Andrew Pinski <apinski@cavium.com>
442 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
443
444 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
445
446 2014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
447
448 * cxxfilt.c (main): Add case for dlang_demangling style.
449
450 2014-10-31 Nick Clifton <nickc@redhat.com>
451
452 PR binutils/17512
453 * readelf.c (process_program_headers): Avoid memory exhaustion due
454 to corrupt values in a dynamis segment header.
455 (get_32bit_elf_symbols): Do not attempt to read an over-large
456 section.
457 (get_64bit_elf_symbols): Likewise.
458
459 2014-10-31 Nick Clifton <nickc@redhat.com>
460
461 * strings.c: Add new command line option --data to only scan the
462 initialized, loadable data secions of binaries. Choose the
463 default behaviour of --all or --data based upon a configure
464 option.
465 * doc/binutils.texi (strings): Update documentation. Include
466 description of why the --data option might be unsafe.
467 * configure.ac: Add new option --disable-default-strings-all which
468 restores the old behaviour of strings using --data by default. If
469 the option is not used make strings use --all by default.
470 * NEWS: Mention the new behaviour of strings.
471 * configure: Regenerate.
472 * config.in: Regenerate.
473
474 2014-10-30 Nick Clifton <nickc@redhat.com>
475
476 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
477 there is a single string for translation.
478 (dynamic_section_mips_val): Likewise.
479
480 2014-10-29 Nick Clifton <nickc@redhat.com>
481
482 * po/bg.po: Updated Bulgarian translation.
483 * po/sr.po: New Serbian translation.
484 * po/sv.po: Updated Swedish translation.
485
486 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
487
488 * readelf.c (print_mips_ases): Print unknown ASEs.
489 (print_mips_isa_ext): Print the value of an unknown extension.
490
491 2014-10-15 Tristan Gingold <gingold@adacore.com>
492
493 * configure: Regenerate.
494
495 2014-10-14 Tristan Gingold <gingold@adacore.com>
496
497 * NEWS: Add marker for 2.25.
498
499 2014-10-14 Alan Modra <amodra@gmail.com>
500
501 PR 17453
502 * dwarf.c (read_leb128): Avoid signed overflow.
503 (read_debug_line_header): Likewise.
504
505 2014-10-14 Alan Modra <amodra@gmail.com>
506
507 PR 17453
508 * readelf.c (process_program_headers): Correct fscanf format used
509 for interpreter.
510
511 2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
512
513 * readelf.c (display_sparc_hwcaps2): New function.
514 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
515 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
516
517 2014-09-22 Alan Modra <amodra@gmail.com>
518
519 PR 16563
520 * dwarf.c (GET): Remove semicolon.
521 (read_cie): New function, extracted from..
522 (display_debug_frames): ..here. Correctly handle signed offset
523 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
524
525 2014-09-16 Nick Clifton <nickc@redhat.com>
526
527 * readelf.c (display_arm_attribute): Use unsigned int type for
528 tag, val and type variables.
529
530 2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
531
532 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
533
534 2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
535 Matthew Fortune <matthew.fortune@imgtec.com>
536
537 * readelf.c (get_machine_flags): Add support for mips32r6 and
538 mips64r6.
539
540 2014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
541
542 * objcopy.c (is_nondebug_keep_contents_section): Change
543 '.build-id' to '.buildid'.
544
545 2014-08-22 Richard Henderson <rth@redhat.com>
546
547 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
548 * dwarf.c (dwarf_regnames_aarch64): New.
549 (init_dwarf_regnames_aarch64): New.
550 (init_dwarf_regnames): Call it.
551 * objdump.c (dump_dwarf): Likewise.
552
553 2014-08-19 Alan Modra <amodra@gmail.com>
554
555 * configure: Regenerate.
556
557 2014-08-14 Alan Modra <amodra@gmail.com>
558
559 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
560 * config.in: Regenerate.
561 * configure: Regenerate.
562
563 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
564
565 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
566 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
567 (display_mips_gnu_attribute): Abstracted fp abi printing to...
568 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
569 (print_mips_ases, print_mips_isa_ext): New static functions.
570 (get_mips_reg_size): Likewise.
571 (process_mips_specific): Display abiflags data.
572
573 2014-07-28 Alan Modra <amodra@gmail.com>
574
575 PR 13227
576 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
577
578 2014-07-07 Nick Clifton <nickc@redhat.com>
579
580 * readelf.c (get_symbol_type): Revert accidental change to
581 detection of thumb function symbols.
582
583 2014-07-04 Alan Modra <amodra@gmail.com>
584
585 * configure.ac: Rename from configure.in.
586 * Makefile.in: Regenerate.
587 * config.in: Regenerate.
588 * doc/Makefile.in: Regenerate.
589
590 2014-07-04 Alan Modra <amodra@gmail.com>
591
592 * configure.in: Include bfd/version.m4.
593 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
594 (BFD_VERSION): Delete.
595 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
596 * configure: Regenerate.
597 * Makefile.in: Regenerate.
598 * doc/Makefile.in: Regenerate.
599
600 2014-07-03 Tristan Gingold <gingold@adacore.com>
601
602 * doc/binutils.texi: Clarify addr2line output.
603
604 2014-07-01 Alan Modra <amodra@gmail.com>
605
606 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
607
608 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
609
610 * strings.c: Add -w/--include-all-whitespace option to include any
611 whitespace character in the displayed strings.
612 * NEWS: Mention the new feature.
613 * doc/binutils.texi (strings): Document the new command line
614 option.
615
616 2014-06-26 Nick Clifton <nickc@redhat.com>
617
618 * readelf.c (process_note_sections): If there are no note sections
619 try processing note segments instead.
620
621 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
622
623 PR binutils/16923
624 * rcparse.y (fixedverinfo): Prevent large version numbers from
625 corrupting other values.
626
627 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
628
629 PR binutils/16252
630 * dwarf.c (display_debug_frames): Remember the state of the
631 cfa_offset, cfa_reg, ra and cfa_exp field
632
633 2014-06-05 Joel Brobecker <brobecker@adacore.com>
634
635 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
636 bfd's development.sh.
637 * Makefile.in, configure: Regenerate.
638
639 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
640
641 * objcopy.c (is_nondebug_keep_contents_section): New function.
642 (setup_section): Use it.
643
644 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
645
646 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
647
648 2014-05-02 Alan Modra <amodra@gmail.com>
649
650 * emul_aix.c: Update bfd target vector naming.
651 * testsuite/binutils-all/objcopy.exp: Likewise.
652
653 2014-04-24 Christian Svensson <blue@cmd.nu>
654
655 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
656
657 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
658
659 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
660 command line option.
661
662 2014-04-22 Christian Svensson <blue@cmd.nu>
663
664 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
665
666 2014-04-18 Tristan Gingold <gingold@adacore.com>
667
668 * od-macho.c (dump_section_map): Adjust as load commands
669 are now chained.
670 (dump_load_command, dump_section_content): Likewise.
671
672 2014-04-16 Tristan Gingold <gingold@adacore.com>
673
674 * od-macho.c (OPT_DYLD_INFO): New macro.
675 (options): Add entry for dyld_info.
676 (mach_o_help): Likewise.
677 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
678 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
679 (bfd_mach_o_dyld_rebase_type_name): New array.
680 (export_info_data): New struct.
681 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
682 exports data.
683 (dump_load_command): Adjust dump_dyld_info call.
684 (mach_o_dump): Handle dyld_info.
685
686 2014-04-16 Tristan Gingold <gingold@adacore.com>
687
688 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
689 (dump_segment): Reformat output.
690 (dump_dyld_info): Also display end offsets.
691 (dump_load_command): Add IDX argument, display commands size
692 and offset, reformat display.
693 (dump_load_commands): Adjust for added argument.
694
695 2014-04-07 Alan Modra <amodra@gmail.com>
696
697 PR binutils/16811
698 * objcopy.c (copy_object): Error if no sections.
699
700 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
701
702 PR binutils/14698
703 ar.c: Set plugin_target early if plugins are supported.
704 nm.c: Likewise.
705
706 2014-04-03 Tristan Gingold <gingold@adacore.com>
707
708 * od-macho.c (printf_uint64): New function.
709 (dump_load_command, dump_obj_compact_unwind): Use it.
710 (dump_exe_compact_unwind): Display personality functions.
711
712 2014-04-02 Tristan Gingold <gingold@adacore.com>
713
714 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
715 (options): Add entry for twolevel_hints.
716 (dump_data_in_code): Fix error message.
717 (dump_twolevel_hints): New function.
718 (dump_load_command): Handle prebound dylib, prebind cksum
719 and twolevel hints.
720 (mach_o_dump): Handle twolevel hints.
721
722 2014-04-01 Tristan Gingold <gingold@adacore.com>
723
724 * od-macho.c (OPT_DATA_IN_CODE): New macro.
725 (options): Add entry for data in code.
726 (mach_o_help): Ditto.
727 (data_in_code_kind_name): New array.
728 (dump_data_in_code): New function.
729 (dump_load_command): Handle data in code.
730 (mach_o_dump): Ditto.
731 (dump_header): Display a terminal newline.
732
733 2014-03-27 Tristan Gingold <gingold@adacore.com>
734
735 * od-macho.c (dump_load_command): Display value for
736 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
737 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
738
739 2014-03-27 Tristan Gingold <gingold@adacore.com>
740
741 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
742 (options): Add entry for function_starts.
743 (mach_o_help): Ditto.
744 (disp_segment_prot): New function.
745 (dump_section_map): Call disp_segment_prot.
746 (dump_function_starts): New function.
747 (dump_obj_compact_unwind): Fix ouput indentation.
748 (dump_exe_compact_unwind): Fix ouput indentation.
749 (mach_o_dump): Handle function_starts.
750
751 2014-03-26 Tristan Gingold <gingold@adacore.com>
752
753 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
754
755 2014-03-24 Tristan Gingold <gingold@adacore.com>
756
757 * objdump.c (load_specific_debug_section): Set address of section.
758
759 2014-03-24 Tristan Gingold <gingold@adacore.com>
760
761 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
762 (dump_exe_compact_unwind): Change the condition. Improve
763 indentation.
764
765 2014-03-20 Nick Clifton <nickc@redhat.com>
766
767 * readelf.c (process_version_sections): Fix off-by-one error in
768 previous delta.
769
770 2014-03-19 Nick Clifton <nickc@redhat.com>
771
772 PR binutils/16723
773 * readelf.c (process_version_sections): Prevent an infinite loop
774 when the vn_next field is zero but there are still entries to be
775 processed.
776
777 2014-03-17 Tristan Gingold <gingold@adacore.com>
778
779 * od-macho.c (dump_section_header): Renames of dump_section.
780 (dump_segment): Adjust after renaming.
781 (OPT_COMPACT_UNWIND): Define.
782 (options): Add compact unwind.
783 (mach_o_help): Document compact_unwind.
784 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
785 (dump_unwind_encoding_x86, dump_unwind_encoding)
786 (dump_obj_compact_unwind, dump_exe_compact_unwind)
787 (dump_section_content): New functions.
788 (mach_o_dump): Handle compact unwind.
789
790 2014-03-17 Tristan Gingold <gingold@adacore.com>
791
792 * od-macho.c (dump_load_command): Handle lazy load dylib.
793
794 2014-03-14 Anthony Green <green@moxielogic.com>
795
796 * objcopy.c (copy_object): Check fwrite return code.
797
798 2014-03-14 Meador Inge <meadori@codesourcery.com>
799
800 * dwarf.c (strnlen): Move prototype ...
801 * sysdep.h (strnlen): ... to here.
802
803 2014-03-12 Nick Clifton <nickc@redhat.com>
804
805 PR binutils/16652
806 * doc/binutils.texi (ar cmdline): Move --plugin command line
807 option to after the command option.
808
809 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
810
811 PR binutils/16567
812 * deflex.l: Add noinput and nounput options.
813
814 2014-03-12 Alan Modra <amodra@gmail.com>
815
816 * Makefile.in: Regenerate.
817 * doc/Makefile.in: Regenerate.
818
819 2014-03-06 Nick Clifton <nickc@redhat.com>
820
821 PR binutils/16664
822 * readelf.c (process_attributes): Add checks for corrupt
823 attribute section names.
824
825 2014-03-05 Alan Modra <amodra@gmail.com>
826
827 Update copyright years.
828
829 2014-03-03 Alan Modra <amodra@gmail.com>
830
831 * README: Add "Copyright Notices" paragraph.
832
833 2014-02-11 Cary Coutant <ccoutant@google.com>
834
835 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
836 for zero-length attribute value.
837
838 2014-02-10 Alan Modra <amodra@gmail.com>
839
840 * po/binutils.pot: Regenerate.
841
842 2014-02-06 Andrew Pinski <apinski@cavium.com>
843
844 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
845
846 2014-02-06 Cary Coutant <ccoutant@google.com>
847
848 PR binutils/16444
849 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
850
851 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
852
853 * version.c (print_version): Update copyright year to 2014.
854
855 2014-01-07 Tom Tromey <tromey@redhat.com>
856
857 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
858 stdarg macros.
859 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
860 macros.
861 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
862 stdarg macros.
863
864 2014-01-07 Tom Tromey <tromey@redhat.com>
865
866 * coffgrok.h (coff_ofile): Don't use PARAMS.
867 * nlmheader.y (strerror): Don't use PARAMS.
868
869 For older changes see ChangeLog-2013
870 \f
871 Copyright (C) 2014 Free Software Foundation, Inc.
872
873 Copying and distribution of this file, with or without modification,
874 are permitted in any medium without royalty provided the copyright
875 notice and this notice are preserved.
876
877 Local Variables:
878 mode: change-log
879 left-margin: 8
880 fill-column: 74
881 version-control: never
882 End:
This page took 0.046385 seconds and 3 git commands to generate.