1 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
3 * dwarf.c (byte_get_signed): Make it extern.
5 * dwarf.h (byte_get_signed): New.
7 * readelf.c (BYTE_GET_SIGNED): New.
8 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
9 (dump_relocations): Properly dump r_addend.
11 2010-10-08 Joseph Myers <joseph@codesourcery.com>
13 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
14 (set_print_radix): Update for __MSVCRT__ definition of
17 2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
19 Fix build with -DDEBUG=7
20 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
22 2010-10-06 Alan Modra <amodra@gmail.com>
24 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
26 2010-10-05 Alan Modra <amodra@gmail.com>
28 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
29 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
30 (list_supported_targets): Tidy.
31 * objdump.c (free_only_list): Formatting.
32 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
34 (update_source_path): Delete redundant check for NULL filename.
35 (disassemble_bytes): Error if disassemble_fn returns a value
36 that won't increment address.
37 (disassemble_data): Don't capitalize error message.
38 (read_section_stabs): Likewise.
39 (main): Return non-zero exit status on bad options.
41 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
44 * nm.c (plugin_target): New.
45 (main): Set plugin_target to "plugin" for --plugin.
46 (display_file): Pass plugin_target to bfd_openr if target
49 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
51 * configure: Regenerate.
53 2010-09-22 Mike Frysinger <vapier@gentoo.org>
55 * MAINTAINERS: Add self as ADI Blackfin maintainer.
57 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
59 * emul_aix.c (ar_emul_aix_append): Add a target argument
60 and ignore it if it is set.
61 (ar_emul_aix5_append): Likewise.
62 (ar_emul_aix_replace): Likewise.
63 (ar_emul_aix5_replace): Likewise.
65 2010-09-15 H.J. Lu <hongjiu.lu@intel.com>
67 * ar.c (plugin_target): New.
68 (main): Set plugin_target to "plugin" for --plugin.
69 (open_inarch): Initialize target to plugin_target.
70 (replace_members): Pass plugin_target to ar_emul_replace
73 * binemul.h (ar_emul_append): Add a target argument.
74 (ar_emul_default_append): Likewise.
75 (ar_emul_replace): Likewise.
76 (ar_emul_default_replace): Likewise.
77 (bin_emulation_xfer_struct): Add a target argument to
78 ar_append and ar_replace.
80 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
81 (do_ar_emul_default_append): Likewise.
82 (ar_emul_default_append): Likewise.
83 (ar_emul_replace): Likewise.
84 (ar_emul_default_replace): Likewise.
86 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
88 * objcopy.c: Add --interleave-width option to allow interleaving
89 of more than one byte at a time.
90 (copy_width): New variable.
91 (copy_options): Add --interleave-width.
92 (copy_section): When interleaving copy in units of copy_width
94 (copy_main): Parse the new option.
95 * doc/binutils: Document the new option.
96 * NEWS: Mention the new feature.
98 2010-09-09 Jakub Jelinek <jakub@redhat.com>
100 * dwarf.c (decode_location_expression): Fix data adjustment
101 for DW_OP_GNU_implicit_pointer in v3+.
103 2010-09-09 Tristan Gingold <gingold@adacore.com>
105 * NEWS: Add entry to NEWS for hppa/som.
107 2010-09-09 Jakub Jelinek <jakub@redhat.com>
109 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
110 * dwarf.c (decode_location_expression): Add offset_size and
111 dwarf_version arguments. Prefix DIE offset with 0x for
112 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
113 complain if in frame info section. Handle
114 DW_OP_GNU_implicit_pointer.
115 (read_and_display_attr_value, display_debug_loc,
116 display_debug_frames): Adjust decode_location_expression callers.
117 (process_debug_info): Save offset_size and dwarf_version values
118 into debug_information array.
120 2010-09-07 Nick Clifton <nickc@redhat.com>
122 * readelf.c (process_section_headers): Mention meaning of 'l'
123 section flag for x86-64 targets.
125 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
126 Jakub Jelinek <jakub@redhat.com>
128 * dwarf.c (regname): New declaration.
129 (decode_location_expression): Print for registers also regname output.
131 2010-09-02 Richard Henderson <rth@redhat.com>
133 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
134 (init_dwarf_regnames): Use them.
135 * dwarf.h: Declare them.
136 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
137 the regnames, rather than using elf_machine_code.
139 2010-09-02 Richard Henderson <rth@redhat.com>
141 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
143 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
145 * elfedit.c (input_elf_osabi): New.
146 (output_elf_osbi): Likewise.
148 (elf_osabi): Likewise.
149 (update_elf_header): Support updating ELF OSABI.
150 (make_qualified_name): Break long line.
151 (command_line_switch): Add OPTION_INPUT_OSABI and
154 (usage): Add --input-osabi and --output-osabi.
155 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
157 * doc/binutils.texi: Document --input-osabi and --output-osabi
160 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
162 * readelf.c (display_mips_gnu_attribute): Replace GCC options
163 with a textual description of a MIPS32r2 64-bit FPU.
165 2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
168 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
170 (get_64bit_elf_symbols): Likewise.
171 (process_symbol_table): Likewise.
172 (process_section_groups): Check for corrupt headers.
173 (process_version_sections): Check for corrupt indicies.
174 (process_corefile_note_segment): Likewise.
176 2010-08-13 Nathan Sidwell <nathan@codesourcery.com>
178 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
181 2010-08-13 Tom Tromey <tromey@redhat.com>
183 * dwarf.c (process_debug_info): Don't subtract section address
184 when calculating location of cu abbrev within section.
186 2010-08-12 Michael Haubenwallner <haubi@gentoo.org>
189 * readelf.c (get_archive_member_name): Do not read beyond the end
190 of the ar_name field.
192 2010-08-03 Tristan Gingold <gingold@adacore.com>
194 * dwarf.c (display_debug_lines): Mark file argument unused.
195 Do not try to load .debug_info section.
197 2010-08-02 Alan Modra <amodra@gmail.com>
199 * readelf.c (apply_relocations): D30V is really REL.
201 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
202 Ina Pandit <ina.pandit@kpitcummins.com>
204 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
206 2010-07-22 Alan Modra <amodra@gmail.com>
208 * readelf.c: Add Moxie support.
210 2010-07-20 Alan Modra <amodra@gmail.com>
212 * readelf.c (process_program_headers): Don't ignore all zero size
215 2010-07-19 Andreas Schwab <schwab@redhat.com>
217 * readelf.c (process_section_headers): Update key to flags.
219 2010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
221 * objcopy.c (copy_usage): Tweak previous typofix.
223 2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
225 * objcopy.c (copy_usage): Fix a typo.
227 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
229 * dllwrap.c (main): Make sure is_leading_underscore
230 gets initialized with correct default.
232 2010-07-05 Alan Modra <amodra@gmail.com>
234 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
236 2010-07-03 Cary Coutant <ccoutant@google.com>
238 * objdump.c (load_specific_debug_section): Decompress section contents
239 before applying relocations.
240 * readelf.c (load_specific_debug_section): Update section size after
243 2010-06-29 Alan Modra <amodra@gmail.com>
246 * objcopy.c (is_strip_section): Revert 2006-09-05.
247 (setup_section): Make SHT_GROUP section nobits.
249 2010-06-29 Alan Modra <amodra@gmail.com>
251 * configure: Regenerate.
252 * po/POTFILES.in: Regenerate.
254 2010-06-27 Alan Modra <amodra@gmail.com>
256 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
258 2010-06-17 Nick Clifton <nickc@redhat.com>
261 * windres.c (enum option_values): New enum.
262 (long_options): Use separate option number for --include-dir
264 (main): Separate backwards compatibility check from code to
265 implement --include-dir. Check to see if directory exists and do
266 not complain if it does.
268 2010-06-15 Joseph Myers <joseph@codesourcery.com>
270 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
272 (process_arch_specific): Call process_tic6x_specific for
275 2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
277 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
280 2010-06-11 Tristan Gingold <gingold@adacore.com>
281 Doug Rupp <rupp@gnat.com>
283 * readelf.c (is_ia64_vms): New function.
284 (dump_relocations): Use it.
285 (get_machine_flags): Display IA-64 OpenVMS flags.
286 (process_program_headers): No error on OpenVMS if no .dynamic section.
287 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
289 (dump_ia64_vms_dynamic_fixups): New function.
290 (dump_ia64_vms_dynamic_relocs): Ditto.
291 (process_ia64_vms_dynamic_relocs): Ditto.
292 (process_relocs): Handle IA-64 OpenVMS relocs.
293 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
294 (print_vms_time): New function.
295 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
296 DT_IA_64_VMS_LNKFLAGS.
297 (get_ia64_symbol_other): New function.
298 (get_symbol_other): Handle EM_IA_64.
300 2010-06-11 Tristan Gingold <gingold@adacore.com>
302 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
303 (UNW_DEC_ABI): Ditto for abiname.
304 (unw_decode_table): Make it const.
306 2010-06-10 Tristan Gingold <gingold@adacore.com>
308 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
311 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
312 Joseph Myers <joseph@codesourcery.com>
313 Andrew Stubbs <ams@codesourcery.com>
315 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
317 2010-05-25 Jay Krell <jay.krell@cornell.edu>
320 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
321 * Makefile.in: Regenerate.
323 2010-05-24 Tristan Gingold <gingold@adacore.com>
325 * readelf.c (usage): Add new trace sections for --debug-dump.
326 (process_section_headers): Handle dump of trace sections.
327 * objdump.c (usage): Add new trace sections for --dwarf.
328 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
329 (do_trace_aranges): Ditto.
330 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
331 and trace_aranges literals.
332 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
333 (do_trace_aranges): Ditto.
334 (process_debug_info): Add abbrev_sec argument and replace
335 abbrev with abbrev_sec.
336 (load_debug_info): Adjust call of process_debug_info.
337 (display_debug_info): Ditto.
338 (display_trace_info): New function.
339 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
340 and trace_aranges sections name.
341 (dwarf_select_sections_all): Also select trace sections.
342 (debug_displays): Reindent. Add entries for the trace sections.
343 * doc/binutils.texi (readelf): Document new --dwarf parameters.
346 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
349 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
352 2010-05-07 Tristan Gingold <gingold@adacore.com>
354 * Makefile.in: Regenerate with automake 1.11.1.
356 * doc/Makefile.in: Ditto.
358 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
360 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
361 * readelf.c (get_elf_section_flags): Likewise.
362 (process_section_headers): Likewise.
364 2010-05-05 Nick Clifton <nickc@redhat.com>
366 * po/es.po: Updated Spanish translation.
368 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
370 * dlltool.c (main): Query for bfd's underscoring default for
373 2010-04-27 Nick Clifton <nickc@redhat.com>
375 * po/ru.po: Updated Russian translation.
377 2010-04-23 Alan Modra <amodra@gmail.com>
379 * readelf.c (process_program_headers): Replace use of
380 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
382 2010-04-22 Nick Clifton <nickc@redhat.com>
384 * po/binutils.pot: Updated by the Translation project.
385 * po/fi.po: Updated Finnish translation.
386 * po/vi.po: Updated Vietnamese translation.
387 * po/bg.po: New Bulgarian translation.
388 * configure.in (ALL_LINGUAS): Add bg.
389 * configure: Regenerate.
391 2010-04-20 Nick Clifton <nickc@redhat.com>
393 * po/fr.po: Updated french translation.
395 2010-04-20 Nick Clifton <nickc@redhat.com>
397 * readelf.c: Add _() macros to constant strings that are
400 * readelf.c (display_mips_gnu_attribute): Replace GCC options
401 with a textual description of single and double precision float.
403 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
405 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
406 (arm_attr_tag_ABI_align8_needed): Remove.
407 (arm_attr_tag_ABI_align8_preserved): Remove.
408 (arm_attr_tag_ABI_HardFP_use): Update text strings.
409 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
410 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
412 2010-04-13 Nick Clifton <nickc@redhat.com>
415 * dwarf.c (process_debug_info): Initialise the signature array.
417 2010-04-09 Nick Clifton <nickc@redhat.com>
419 * dwarf.c (process_debug_info): Remove unused variable
420 cu_abbrev_offset_ptr.
421 (display_debug_lines_decoded): Remove unused variable prev_line.
422 * elfedit.c (process_archive): Remove unused variable
424 * ieee.c (ieee_start_compilation_unit): Remove unused variable
426 (ieee_set_type): Remove unused variables info, targetindx and
428 * objdump.c (disassmble_byte): Remove unused variable done_dot.
429 * rddbg.c (read_section_stabs_debugging_info): Remove unused
431 * readelf.c (dump_section_as_strings): Remove unused variable
433 (process_archive): Remove unused variable file_name_size.
434 * stabs.c (parse_stab_string): Mark desc parameter as unused.
435 Remove unused variable lineno.
436 (parse_stab_struct_type): Remove unused variable orig.
437 (stab_demangle_type): Remove unused variables constp, volatilep
440 2010-04-07 Alan Modra <amodra@gmail.com>
442 * configure: Regenerate.
444 2010-04-06 Nick Clifton <nickc@redhat.com>
446 * po/vi.po: Updated Vietnamese translation.
448 2010-04-05 Jakub Jelinek <jakub@redhat.com>
450 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
452 (display_debug_frames): Handle CIE version 4.
454 * dwarf.c (struct State_Machine_Registers): Add op_index field,
455 change end_sequence type to unsigned char.
456 (reset_state_machine): Clear op_index.
457 (process_extended_line_op): For DW_LNE_set_address clear op_index.
458 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
459 Track op_index state machine register and print it if
460 li_max_ops_per_insn is != 1.
461 (display_debug_lines_decoded): Likewise.
463 2010-04-01 Jakub Jelinek <jakub@redhat.com>
465 * dwarf.c (read_and_display_attr_value): Don't reject
466 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
468 (process_debug_info): Handle cu_version == 4.
469 (display_debug_lines_raw, display_debug_lines_decoded): Handle
472 2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
474 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
475 * Makefile.in: Regenerate.
477 2010-03-25 Joseph Myers <joseph@codesourcery.com>
479 * MAINTAINERS: Add self as TI C6X maintainer.
480 * NEWS: Add news entry for TI C6X support.
481 * readelf.c: Include elf/tic6x.h.
482 (guess_is_rela): Handle EM_TI_C6000.
483 (dump_relocations): Likewise.
484 (get_tic6x_dynamic_type): New.
485 (get_dynamic_type): Call it.
486 (get_machine_flags): Handle EF_C6000_REL.
487 (get_osabi_name): Handle machine-specific values only for relevant
488 machines. Handle C6X values.
489 (get_tic6x_segment_type): New.
490 (get_segment_type): Call it.
491 (get_tic6x_section_type_name): New.
492 (get_section_type_name): Call it.
493 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
496 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
498 * doc/binutils.texi (readelf) <unwind information>: Mention support for
501 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
503 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
505 2010-03-17 Alan Modra <amodra@gmail.com>
507 * readelf.c (dump_arm_unwind): Warning fix.
509 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
511 * MAINTAINERS: Update my email address. List Tristan Gingold
512 as the release branch maintainer.
514 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
516 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
518 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
520 * NEWS: Document .ARM.exidx / .ARM.extab support.
522 * dwarf.c (read_leb128): Make non-static.
523 * dwarf.h (read_leb128): Declare.
524 * readelf.c (REMOVE_ARCH_BITS): Define.
525 (find_section_by_address): New.
526 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
527 (find_symbol_for_address): Handle the Thumb bit for ARM, by
528 using REMOVE_ARCH_BITS.
529 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
530 (arm_free_section, arm_section_get_word, decode_arm_unwind)
531 (dump_arm_unwind, arm_process_unwind): New.
532 (process_unwind): Handle ARM.
534 2010-02-26 Jie Zhang <jie@codesourcery.com>
536 * MAINTAINERS: Update my email address.
538 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
541 * doc/binutils.texi (windmc): Fix synopsis and description of
544 2010-02-19 Alan Modra <amodra@gmail.com>
546 * readelf.c (get_group_flags): Return empty string when flags zero.
547 Add space in other returned values.
548 (process_section_groups): Adjust format string.
550 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
552 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
553 newly permitted attribute values.
554 (arm_attr_tag_Virtualization_use): Likewise.
555 (arm_attr_tag_DIV_use): Add description of new attribute.
556 (arm_attr_tag_MPextension_use_legacy): Likewise.
558 2010-02-15 Nick Clifton <nickc@redhat.com>
560 * po/vi.po: Updated Vietnamese translation.
562 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
564 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
565 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
567 2010-02-08 Jim Blandy <jimb@red-bean.com>
569 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
570 'z' augmentation strings.
572 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
574 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
575 a new address, so as not to reuse a previous, non-related reloc.
577 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
579 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
581 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
583 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
586 2010-01-28 Nick Clifton <nickc@redhat.com>
589 * objdump.c (only): Replace with linked list.
590 (only_size, only_used): Replace with only_list.
591 (process_section_p): Set seen field on matches sections.
592 (add_only): New function.
593 (free_only_list): New function.
594 (disassemble_section): Check only_list.
595 (main): Use add_only and free_only_list.
597 2010-01-26 Tristan Gingold <gingold@adacore.com>
599 * Makefile.am (bin2c): Add libintl dependance and library.
600 * Makefile.in: Regenerate.
602 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
604 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
606 2010-01-19 Ian Lance Taylor <iant@google.com>
608 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
609 with non-ordinary files like /dev/null.
611 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
612 Alan Modra <amodra@gmail.com>
614 * readelf.c (process_file_header): Handle e_phnum extension.
616 2010-01-14 Tristan Gingold <gingold@adacore.com>
618 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
619 and DW_AT_GNAT_descriptive_type.
621 2010-01-13 Tristan Gingold <gingold@adacore.com>
623 * ar.c (main): Use lbasename.
625 * objdump.c (update_source_path): Ditto.
627 2010-01-12 Tristan Gingold <gingold@adacore.com>
629 * makefile.vms (CFLAGS): Turns warnings into informational messages.
631 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
634 * NEWS: Mention --dyn-syms for readelf.
636 * readelf.c (do_dyn_syms): New.
637 (OPTION_DYN_SYMS): Likewise.
638 (options): Add "dyn-syms".
639 (usage): Add --dyn-syms.
640 (parse_args): Handle OPTION_DYN_SYMS.
641 (process_symbol_table): Handle do_dyn_syms.
642 (process_object): Likewise.
643 (process_archive): Likewise.
645 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
646 symbol hash tables for -D.
648 2010-01-11 Nick Clifton <nickc@redhat.com>
650 * NEWS: Mention addition of elfedit.
652 * po/fi.po: Updated Finnish translation.
654 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
656 * Makefile.in: Regenerate.
657 * configure: Regenerate.
658 * doc/Makefile.in: Regenerate.
660 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
662 * version.c (print_version): Change to "Copyright 2010".
664 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
666 * elfedit.c (input_elf_type): New.
667 (output_elf_type): Likewise.
668 (elf_type): Likewise.
669 (update_elf_header): Support updating ELF file type.
670 (command_line_switch): Add OPTION_INPUT_TYPE and
673 (usage): Add --input-type and --output-type.
674 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
675 one of --output-mach and --output-type must be specified.
677 * doc/binutils.texi: Document --input-type and --output-type
680 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
682 * doc/binutils.texi: Fix a typo.
684 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
686 * elfedit.c (update_elf_header): Don't change input_elf_class
687 nor input_elf_machine if they are -1.
689 2010-01-08 Tristan Gingold <gingold@adacore.com>
691 * ar.c: Remove bfd_special_undocumented_glue prototype.
693 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
695 * elfedit.c (update_elf_header): Reformat.
697 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
699 * readelf.c (usage): Fix indent for --symbols.
701 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
703 * doc/binutils.texi: Replace -histogram with --histogram.
705 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
708 * Makefile.am (ELFEDIT_PROG): New.
709 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
710 (CFILES): Add elfedit.c.
711 (elfedit_DEPENDENCIES): New.
712 (elfedit_SOURCES): Likewise.
713 (elfedit_LDADD): Likewise.
714 * Makefile.in: Regenerated.
718 * doc/binutils.texi: Document elfedit.
720 * doc/Makefile.am (man_MANS): Add elfedit.1.
722 * doc/Makefile.in: Regenerated.
724 2010-01-06 Tristan Gingold <gingold@adacore.com>
726 * nm.c (usage): Remove extra blanks.
728 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
730 * objcopy.c: Update copyright.
731 * readelf.c: Likewise.
733 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
736 * objcopy.c (copy_object): Remove "Warning: " from error
739 2010-01-04 Nick Clifton <nickc@redhat.com>
742 * readelf.c (dump_section_as_strings): Use two separate
743 invocations of printf() in order to work around bugs in
744 the Solaris 8 implementation.
746 2010-01-04 Nick Clifton <nickc@redhat.com>
748 * po/ru.po: Updated Russian translation.
750 For older changes see ChangeLog-2009
756 version-control: never