1 2010-11-02 Joseph Myers <joseph@codesourcery.com>
3 * readelf.c (display_tic6x_attribute): Handle more attributes.
5 2010-10-30 Kai Tietz <kai.tietz@onevision.com>
7 * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
10 2010-10-29 Joseph Myers <joseph@codesourcery.com>
12 * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
13 not hardcoded 32. Display name of this attribute.
15 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
17 * addr2line.c (process_file): Set BFD_DECOMPRESS.
19 * objcopy.c (do_debug_sections): New.
20 (OPTION_COMPRESS_DEBUG_SECTIONS): New.
21 (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
22 (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
23 OPTION_DECOMPRESS_DEBUG_SECTIONS.
24 (copy_usage): Add --compress-debug-sections and
25 --decompress-debug-sections.
26 (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
27 (copy_section): Replace bfd_get_section_contents with
28 bfd_get_full_section_contents.
29 (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
30 OPTION_DECOMPRESS_DEBUG_SECTIONS. Check do_debug_sections to
31 rename DWARF debug sections.
33 * objdump.c (load_specific_debug_section): Replace
34 bfd_get_section_contents with bfd_get_full_section_contents.
35 Remove bfd_uncompress_section_contents.
36 (dump_section): Replace bfd_get_section_contents with
37 bfd_get_full_section_contents.
38 (display_file): Set BFD_DECOMPRESS if needed.
40 * readelf.c (uncompress_section_contents): Set buffer to NULL
41 to indiate decompression failure.
42 (load_specific_debug_section): Always call
43 uncompress_section_contents.
45 * doc/binutils.texi: Document --compress-debug-sections and
46 --decompress-debug-sections.
48 2010-10-29 Nick Clifton <nickc@redhat.com>
51 * ar.c (usage): Revert previous change. Describe how 's' can be
52 used as a command letter.
53 * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
56 2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
57 Joseph Myers <joseph@codesourcery.com>
59 * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
61 2010-10-28 Nick Clifton <nickc@redhat.com>
64 * ar.c (usage): Remove spurious 's' from list of accepted command
67 2010-10-28 Alan Modra <amodra@gmail.com>
69 * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
70 (is_32bit_pcrel_reloc): Support microblaze.
72 2010-10-26 Nick Clifton <nickc@redhat.com>
74 * po/ja.po: Updated Japanese transaltion.
76 2010-10-21 Joseph Myers <joseph@codesourcery.com>
78 * readelf.c (display_tic6x_attribute): Update for attribute
81 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
83 * dwarf.c (byte_get_signed): Make it extern.
85 * dwarf.h (byte_get_signed): New.
87 * readelf.c (BYTE_GET_SIGNED): New.
88 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
89 (dump_relocations): Properly dump r_addend.
91 2010-10-08 Joseph Myers <joseph@codesourcery.com>
93 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
94 (set_print_radix): Update for __MSVCRT__ definition of
97 2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
99 Fix build with -DDEBUG=7
100 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
102 2010-10-06 Alan Modra <amodra@gmail.com>
104 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
106 2010-10-05 Alan Modra <amodra@gmail.com>
108 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
109 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
110 (list_supported_targets): Tidy.
111 * objdump.c (free_only_list): Formatting.
112 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
114 (update_source_path): Delete redundant check for NULL filename.
115 (disassemble_bytes): Error if disassemble_fn returns a value
116 that won't increment address.
117 (disassemble_data): Don't capitalize error message.
118 (read_section_stabs): Likewise.
119 (main): Return non-zero exit status on bad options.
121 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
124 * nm.c (plugin_target): New.
125 (main): Set plugin_target to "plugin" for --plugin.
126 (display_file): Pass plugin_target to bfd_openr if target
129 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
131 * configure: Regenerate.
133 2010-09-22 Mike Frysinger <vapier@gentoo.org>
135 * MAINTAINERS: Add self as ADI Blackfin maintainer.
137 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
139 * emul_aix.c (ar_emul_aix_append): Add a target argument
140 and ignore it if it is set.
141 (ar_emul_aix5_append): Likewise.
142 (ar_emul_aix_replace): Likewise.
143 (ar_emul_aix5_replace): Likewise.
145 2010-09-15 H.J. Lu <hongjiu.lu@intel.com>
147 * ar.c (plugin_target): New.
148 (main): Set plugin_target to "plugin" for --plugin.
149 (open_inarch): Initialize target to plugin_target.
150 (replace_members): Pass plugin_target to ar_emul_replace
153 * binemul.h (ar_emul_append): Add a target argument.
154 (ar_emul_default_append): Likewise.
155 (ar_emul_replace): Likewise.
156 (ar_emul_default_replace): Likewise.
157 (bin_emulation_xfer_struct): Add a target argument to
158 ar_append and ar_replace.
160 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
161 (do_ar_emul_default_append): Likewise.
162 (ar_emul_default_append): Likewise.
163 (ar_emul_replace): Likewise.
164 (ar_emul_default_replace): Likewise.
166 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
168 * objcopy.c: Add --interleave-width option to allow interleaving
169 of more than one byte at a time.
170 (copy_width): New variable.
171 (copy_options): Add --interleave-width.
172 (copy_section): When interleaving copy in units of copy_width
174 (copy_main): Parse the new option.
175 * doc/binutils: Document the new option.
176 * NEWS: Mention the new feature.
178 2010-09-09 Jakub Jelinek <jakub@redhat.com>
180 * dwarf.c (decode_location_expression): Fix data adjustment
181 for DW_OP_GNU_implicit_pointer in v3+.
183 2010-09-09 Tristan Gingold <gingold@adacore.com>
185 * NEWS: Add entry to NEWS for hppa/som.
187 2010-09-09 Jakub Jelinek <jakub@redhat.com>
189 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
190 * dwarf.c (decode_location_expression): Add offset_size and
191 dwarf_version arguments. Prefix DIE offset with 0x for
192 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
193 complain if in frame info section. Handle
194 DW_OP_GNU_implicit_pointer.
195 (read_and_display_attr_value, display_debug_loc,
196 display_debug_frames): Adjust decode_location_expression callers.
197 (process_debug_info): Save offset_size and dwarf_version values
198 into debug_information array.
200 2010-09-07 Nick Clifton <nickc@redhat.com>
202 * readelf.c (process_section_headers): Mention meaning of 'l'
203 section flag for x86-64 targets.
205 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
206 Jakub Jelinek <jakub@redhat.com>
208 * dwarf.c (regname): New declaration.
209 (decode_location_expression): Print for registers also regname output.
211 2010-09-02 Richard Henderson <rth@redhat.com>
213 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
214 (init_dwarf_regnames): Use them.
215 * dwarf.h: Declare them.
216 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
217 the regnames, rather than using elf_machine_code.
219 2010-09-02 Richard Henderson <rth@redhat.com>
221 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
223 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
225 * elfedit.c (input_elf_osabi): New.
226 (output_elf_osbi): Likewise.
228 (elf_osabi): Likewise.
229 (update_elf_header): Support updating ELF OSABI.
230 (make_qualified_name): Break long line.
231 (command_line_switch): Add OPTION_INPUT_OSABI and
234 (usage): Add --input-osabi and --output-osabi.
235 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
237 * doc/binutils.texi: Document --input-osabi and --output-osabi
240 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
242 * readelf.c (display_mips_gnu_attribute): Replace GCC options
243 with a textual description of a MIPS32r2 64-bit FPU.
245 2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
248 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
250 (get_64bit_elf_symbols): Likewise.
251 (process_symbol_table): Likewise.
252 (process_section_groups): Check for corrupt headers.
253 (process_version_sections): Check for corrupt indicies.
254 (process_corefile_note_segment): Likewise.
256 2010-08-13 Nathan Sidwell <nathan@codesourcery.com>
258 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
261 2010-08-13 Tom Tromey <tromey@redhat.com>
263 * dwarf.c (process_debug_info): Don't subtract section address
264 when calculating location of cu abbrev within section.
266 2010-08-12 Michael Haubenwallner <haubi@gentoo.org>
269 * readelf.c (get_archive_member_name): Do not read beyond the end
270 of the ar_name field.
272 2010-08-03 Tristan Gingold <gingold@adacore.com>
274 * dwarf.c (display_debug_lines): Mark file argument unused.
275 Do not try to load .debug_info section.
277 2010-08-02 Alan Modra <amodra@gmail.com>
279 * readelf.c (apply_relocations): D30V is really REL.
281 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
282 Ina Pandit <ina.pandit@kpitcummins.com>
284 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
286 2010-07-22 Alan Modra <amodra@gmail.com>
288 * readelf.c: Add Moxie support.
290 2010-07-20 Alan Modra <amodra@gmail.com>
292 * readelf.c (process_program_headers): Don't ignore all zero size
295 2010-07-19 Andreas Schwab <schwab@redhat.com>
297 * readelf.c (process_section_headers): Update key to flags.
299 2010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
301 * objcopy.c (copy_usage): Tweak previous typofix.
303 2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
305 * objcopy.c (copy_usage): Fix a typo.
307 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
309 * dllwrap.c (main): Make sure is_leading_underscore
310 gets initialized with correct default.
312 2010-07-05 Alan Modra <amodra@gmail.com>
314 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
316 2010-07-03 Cary Coutant <ccoutant@google.com>
318 * objdump.c (load_specific_debug_section): Decompress section contents
319 before applying relocations.
320 * readelf.c (load_specific_debug_section): Update section size after
323 2010-06-29 Alan Modra <amodra@gmail.com>
326 * objcopy.c (is_strip_section): Revert 2006-09-05.
327 (setup_section): Make SHT_GROUP section nobits.
329 2010-06-29 Alan Modra <amodra@gmail.com>
331 * configure: Regenerate.
332 * po/POTFILES.in: Regenerate.
334 2010-06-27 Alan Modra <amodra@gmail.com>
336 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
338 2010-06-17 Nick Clifton <nickc@redhat.com>
341 * windres.c (enum option_values): New enum.
342 (long_options): Use separate option number for --include-dir
344 (main): Separate backwards compatibility check from code to
345 implement --include-dir. Check to see if directory exists and do
346 not complain if it does.
348 2010-06-15 Joseph Myers <joseph@codesourcery.com>
350 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
352 (process_arch_specific): Call process_tic6x_specific for
355 2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
357 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
360 2010-06-11 Tristan Gingold <gingold@adacore.com>
361 Doug Rupp <rupp@gnat.com>
363 * readelf.c (is_ia64_vms): New function.
364 (dump_relocations): Use it.
365 (get_machine_flags): Display IA-64 OpenVMS flags.
366 (process_program_headers): No error on OpenVMS if no .dynamic section.
367 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
369 (dump_ia64_vms_dynamic_fixups): New function.
370 (dump_ia64_vms_dynamic_relocs): Ditto.
371 (process_ia64_vms_dynamic_relocs): Ditto.
372 (process_relocs): Handle IA-64 OpenVMS relocs.
373 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
374 (print_vms_time): New function.
375 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
376 DT_IA_64_VMS_LNKFLAGS.
377 (get_ia64_symbol_other): New function.
378 (get_symbol_other): Handle EM_IA_64.
380 2010-06-11 Tristan Gingold <gingold@adacore.com>
382 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
383 (UNW_DEC_ABI): Ditto for abiname.
384 (unw_decode_table): Make it const.
386 2010-06-10 Tristan Gingold <gingold@adacore.com>
388 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
391 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
392 Joseph Myers <joseph@codesourcery.com>
393 Andrew Stubbs <ams@codesourcery.com>
395 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
397 2010-05-25 Jay Krell <jay.krell@cornell.edu>
400 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
401 * Makefile.in: Regenerate.
403 2010-05-24 Tristan Gingold <gingold@adacore.com>
405 * readelf.c (usage): Add new trace sections for --debug-dump.
406 (process_section_headers): Handle dump of trace sections.
407 * objdump.c (usage): Add new trace sections for --dwarf.
408 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
409 (do_trace_aranges): Ditto.
410 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
411 and trace_aranges literals.
412 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
413 (do_trace_aranges): Ditto.
414 (process_debug_info): Add abbrev_sec argument and replace
415 abbrev with abbrev_sec.
416 (load_debug_info): Adjust call of process_debug_info.
417 (display_debug_info): Ditto.
418 (display_trace_info): New function.
419 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
420 and trace_aranges sections name.
421 (dwarf_select_sections_all): Also select trace sections.
422 (debug_displays): Reindent. Add entries for the trace sections.
423 * doc/binutils.texi (readelf): Document new --dwarf parameters.
426 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
429 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
432 2010-05-07 Tristan Gingold <gingold@adacore.com>
434 * Makefile.in: Regenerate with automake 1.11.1.
436 * doc/Makefile.in: Ditto.
438 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
440 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
441 * readelf.c (get_elf_section_flags): Likewise.
442 (process_section_headers): Likewise.
444 2010-05-05 Nick Clifton <nickc@redhat.com>
446 * po/es.po: Updated Spanish translation.
448 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
450 * dlltool.c (main): Query for bfd's underscoring default for
453 2010-04-27 Nick Clifton <nickc@redhat.com>
455 * po/ru.po: Updated Russian translation.
457 2010-04-23 Alan Modra <amodra@gmail.com>
459 * readelf.c (process_program_headers): Replace use of
460 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
462 2010-04-22 Nick Clifton <nickc@redhat.com>
464 * po/binutils.pot: Updated by the Translation project.
465 * po/fi.po: Updated Finnish translation.
466 * po/vi.po: Updated Vietnamese translation.
467 * po/bg.po: New Bulgarian translation.
468 * configure.in (ALL_LINGUAS): Add bg.
469 * configure: Regenerate.
471 2010-04-20 Nick Clifton <nickc@redhat.com>
473 * po/fr.po: Updated french translation.
475 2010-04-20 Nick Clifton <nickc@redhat.com>
477 * readelf.c: Add _() macros to constant strings that are
480 * readelf.c (display_mips_gnu_attribute): Replace GCC options
481 with a textual description of single and double precision float.
483 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
485 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
486 (arm_attr_tag_ABI_align8_needed): Remove.
487 (arm_attr_tag_ABI_align8_preserved): Remove.
488 (arm_attr_tag_ABI_HardFP_use): Update text strings.
489 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
490 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
492 2010-04-13 Nick Clifton <nickc@redhat.com>
495 * dwarf.c (process_debug_info): Initialise the signature array.
497 2010-04-09 Nick Clifton <nickc@redhat.com>
499 * dwarf.c (process_debug_info): Remove unused variable
500 cu_abbrev_offset_ptr.
501 (display_debug_lines_decoded): Remove unused variable prev_line.
502 * elfedit.c (process_archive): Remove unused variable
504 * ieee.c (ieee_start_compilation_unit): Remove unused variable
506 (ieee_set_type): Remove unused variables info, targetindx and
508 * objdump.c (disassmble_byte): Remove unused variable done_dot.
509 * rddbg.c (read_section_stabs_debugging_info): Remove unused
511 * readelf.c (dump_section_as_strings): Remove unused variable
513 (process_archive): Remove unused variable file_name_size.
514 * stabs.c (parse_stab_string): Mark desc parameter as unused.
515 Remove unused variable lineno.
516 (parse_stab_struct_type): Remove unused variable orig.
517 (stab_demangle_type): Remove unused variables constp, volatilep
520 2010-04-07 Alan Modra <amodra@gmail.com>
522 * configure: Regenerate.
524 2010-04-06 Nick Clifton <nickc@redhat.com>
526 * po/vi.po: Updated Vietnamese translation.
528 2010-04-05 Jakub Jelinek <jakub@redhat.com>
530 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
532 (display_debug_frames): Handle CIE version 4.
534 * dwarf.c (struct State_Machine_Registers): Add op_index field,
535 change end_sequence type to unsigned char.
536 (reset_state_machine): Clear op_index.
537 (process_extended_line_op): For DW_LNE_set_address clear op_index.
538 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
539 Track op_index state machine register and print it if
540 li_max_ops_per_insn is != 1.
541 (display_debug_lines_decoded): Likewise.
543 2010-04-01 Jakub Jelinek <jakub@redhat.com>
545 * dwarf.c (read_and_display_attr_value): Don't reject
546 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
548 (process_debug_info): Handle cu_version == 4.
549 (display_debug_lines_raw, display_debug_lines_decoded): Handle
552 2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
554 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
555 * Makefile.in: Regenerate.
557 2010-03-25 Joseph Myers <joseph@codesourcery.com>
559 * MAINTAINERS: Add self as TI C6X maintainer.
560 * NEWS: Add news entry for TI C6X support.
561 * readelf.c: Include elf/tic6x.h.
562 (guess_is_rela): Handle EM_TI_C6000.
563 (dump_relocations): Likewise.
564 (get_tic6x_dynamic_type): New.
565 (get_dynamic_type): Call it.
566 (get_machine_flags): Handle EF_C6000_REL.
567 (get_osabi_name): Handle machine-specific values only for relevant
568 machines. Handle C6X values.
569 (get_tic6x_segment_type): New.
570 (get_segment_type): Call it.
571 (get_tic6x_section_type_name): New.
572 (get_section_type_name): Call it.
573 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
576 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
578 * doc/binutils.texi (readelf) <unwind information>: Mention support for
581 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
583 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
585 2010-03-17 Alan Modra <amodra@gmail.com>
587 * readelf.c (dump_arm_unwind): Warning fix.
589 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
591 * MAINTAINERS: Update my email address. List Tristan Gingold
592 as the release branch maintainer.
594 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
596 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
598 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
600 * NEWS: Document .ARM.exidx / .ARM.extab support.
602 * dwarf.c (read_leb128): Make non-static.
603 * dwarf.h (read_leb128): Declare.
604 * readelf.c (REMOVE_ARCH_BITS): Define.
605 (find_section_by_address): New.
606 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
607 (find_symbol_for_address): Handle the Thumb bit for ARM, by
608 using REMOVE_ARCH_BITS.
609 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
610 (arm_free_section, arm_section_get_word, decode_arm_unwind)
611 (dump_arm_unwind, arm_process_unwind): New.
612 (process_unwind): Handle ARM.
614 2010-02-26 Jie Zhang <jie@codesourcery.com>
616 * MAINTAINERS: Update my email address.
618 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
621 * doc/binutils.texi (windmc): Fix synopsis and description of
624 2010-02-19 Alan Modra <amodra@gmail.com>
626 * readelf.c (get_group_flags): Return empty string when flags zero.
627 Add space in other returned values.
628 (process_section_groups): Adjust format string.
630 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
632 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
633 newly permitted attribute values.
634 (arm_attr_tag_Virtualization_use): Likewise.
635 (arm_attr_tag_DIV_use): Add description of new attribute.
636 (arm_attr_tag_MPextension_use_legacy): Likewise.
638 2010-02-15 Nick Clifton <nickc@redhat.com>
640 * po/vi.po: Updated Vietnamese translation.
642 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
644 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
645 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
647 2010-02-08 Jim Blandy <jimb@red-bean.com>
649 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
650 'z' augmentation strings.
652 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
654 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
655 a new address, so as not to reuse a previous, non-related reloc.
657 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
659 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
661 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
663 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
666 2010-01-28 Nick Clifton <nickc@redhat.com>
669 * objdump.c (only): Replace with linked list.
670 (only_size, only_used): Replace with only_list.
671 (process_section_p): Set seen field on matches sections.
672 (add_only): New function.
673 (free_only_list): New function.
674 (disassemble_section): Check only_list.
675 (main): Use add_only and free_only_list.
677 2010-01-26 Tristan Gingold <gingold@adacore.com>
679 * Makefile.am (bin2c): Add libintl dependance and library.
680 * Makefile.in: Regenerate.
682 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
684 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
686 2010-01-19 Ian Lance Taylor <iant@google.com>
688 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
689 with non-ordinary files like /dev/null.
691 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
692 Alan Modra <amodra@gmail.com>
694 * readelf.c (process_file_header): Handle e_phnum extension.
696 2010-01-14 Tristan Gingold <gingold@adacore.com>
698 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
699 and DW_AT_GNAT_descriptive_type.
701 2010-01-13 Tristan Gingold <gingold@adacore.com>
703 * ar.c (main): Use lbasename.
705 * objdump.c (update_source_path): Ditto.
707 2010-01-12 Tristan Gingold <gingold@adacore.com>
709 * makefile.vms (CFLAGS): Turns warnings into informational messages.
711 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
714 * NEWS: Mention --dyn-syms for readelf.
716 * readelf.c (do_dyn_syms): New.
717 (OPTION_DYN_SYMS): Likewise.
718 (options): Add "dyn-syms".
719 (usage): Add --dyn-syms.
720 (parse_args): Handle OPTION_DYN_SYMS.
721 (process_symbol_table): Handle do_dyn_syms.
722 (process_object): Likewise.
723 (process_archive): Likewise.
725 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
726 symbol hash tables for -D.
728 2010-01-11 Nick Clifton <nickc@redhat.com>
730 * NEWS: Mention addition of elfedit.
732 * po/fi.po: Updated Finnish translation.
734 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
736 * Makefile.in: Regenerate.
737 * configure: Regenerate.
738 * doc/Makefile.in: Regenerate.
740 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
742 * version.c (print_version): Change to "Copyright 2010".
744 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
746 * elfedit.c (input_elf_type): New.
747 (output_elf_type): Likewise.
748 (elf_type): Likewise.
749 (update_elf_header): Support updating ELF file type.
750 (command_line_switch): Add OPTION_INPUT_TYPE and
753 (usage): Add --input-type and --output-type.
754 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
755 one of --output-mach and --output-type must be specified.
757 * doc/binutils.texi: Document --input-type and --output-type
760 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
762 * doc/binutils.texi: Fix a typo.
764 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
766 * elfedit.c (update_elf_header): Don't change input_elf_class
767 nor input_elf_machine if they are -1.
769 2010-01-08 Tristan Gingold <gingold@adacore.com>
771 * ar.c: Remove bfd_special_undocumented_glue prototype.
773 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
775 * elfedit.c (update_elf_header): Reformat.
777 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
779 * readelf.c (usage): Fix indent for --symbols.
781 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
783 * doc/binutils.texi: Replace -histogram with --histogram.
785 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
788 * Makefile.am (ELFEDIT_PROG): New.
789 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
790 (CFILES): Add elfedit.c.
791 (elfedit_DEPENDENCIES): New.
792 (elfedit_SOURCES): Likewise.
793 (elfedit_LDADD): Likewise.
794 * Makefile.in: Regenerated.
798 * doc/binutils.texi: Document elfedit.
800 * doc/Makefile.am (man_MANS): Add elfedit.1.
802 * doc/Makefile.in: Regenerated.
804 2010-01-06 Tristan Gingold <gingold@adacore.com>
806 * nm.c (usage): Remove extra blanks.
808 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
810 * objcopy.c: Update copyright.
811 * readelf.c: Likewise.
813 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
816 * objcopy.c (copy_object): Remove "Warning: " from error
819 2010-01-04 Nick Clifton <nickc@redhat.com>
822 * readelf.c (dump_section_as_strings): Use two separate
823 invocations of printf() in order to work around bugs in
824 the Solaris 8 implementation.
826 2010-01-04 Nick Clifton <nickc@redhat.com>
828 * po/ru.po: Updated Russian translation.
830 For older changes see ChangeLog-2009
836 version-control: never