2010-10-30 Kai Tietz <kai.tietz@onevision.com>
[binutils.git] / binutils / ChangeLog
blob16404436c9a2a1c6fa671685f37da3eec34d42e4
1 2010-10-30  Kai Tietz  <kai.tietz@onevision.com>
3         * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
4         directives.
6 2010-10-29  Joseph Myers  <joseph@codesourcery.com>
8         * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
9         not hardcoded 32.  Display name of this attribute.
11 2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>
13         * addr2line.c (process_file): Set BFD_DECOMPRESS.
15         * objcopy.c (do_debug_sections): New.
16         (OPTION_COMPRESS_DEBUG_SECTIONS): New.
17         (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
18         (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
19         OPTION_DECOMPRESS_DEBUG_SECTIONS.
20         (copy_usage): Add --compress-debug-sections and
21         --decompress-debug-sections.
22         (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
23         (copy_section): Replace bfd_get_section_contents with
24         bfd_get_full_section_contents.
25         (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
26         OPTION_DECOMPRESS_DEBUG_SECTIONS.  Check do_debug_sections to
27         rename DWARF debug sections.
29         * objdump.c (load_specific_debug_section): Replace
30         bfd_get_section_contents with bfd_get_full_section_contents. 
31         Remove bfd_uncompress_section_contents.
32         (dump_section): Replace bfd_get_section_contents with
33         bfd_get_full_section_contents.
34         (display_file): Set BFD_DECOMPRESS if needed.
36         * readelf.c (uncompress_section_contents): Set buffer to NULL
37         to indiate decompression failure.
38         (load_specific_debug_section): Always call
39         uncompress_section_contents.
41         * doc/binutils.texi: Document --compress-debug-sections and
42         --decompress-debug-sections.
44 2010-10-29  Nick Clifton  <nickc@redhat.com>
46         PR binutils/12058
47         * ar.c (usage): Revert previous change.  Describe how 's' can be
48         used as a command letter.
49         * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
50         a command letter.
52 2010-10-29  Bernd Schmidt  <bernds@codesourcery.com>
53             Joseph Myers  <joseph@codesourcery.com>
55         * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
57 2010-10-28  Nick Clifton  <nickc@redhat.com>
59         PR binutils/12058
60         * ar.c (usage): Remove spurious 's' from list of accepted command
61         letters.
63 2010-10-28  Alan Modra  <amodra@gmail.com>
65         * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
66         (is_32bit_pcrel_reloc): Support microblaze.
68 2010-10-26  Nick Clifton  <nickc@redhat.com>
70         * po/ja.po: Updated Japanese transaltion.
72 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
74         * readelf.c (display_tic6x_attribute): Update for attribute
75         renaming.
77 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
79         * dwarf.c (byte_get_signed): Make it extern.
81         * dwarf.h (byte_get_signed): New.
83         * readelf.c (BYTE_GET_SIGNED): New.
84         (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
85         (dump_relocations): Properly dump r_addend.
87 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
89         * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
90         (set_print_radix): Update for __MSVCRT__ definition of
91         value_format_64bit.
93 2010-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
95         Fix build with -DDEBUG=7
96         * nlmheader.y (DEBUG token): Rename to DEBUG_K.
98 2010-10-06  Alan Modra  <amodra@gmail.com>
100         * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
102 2010-10-05  Alan Modra  <amodra@gmail.com>
104         * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
105         (bfd_nonfatal_message, report, list_matching_formats): Likewise.
106         (list_supported_targets): Tidy.
107         * objdump.c (free_only_list): Formatting.
108         (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
109         object".
110         (update_source_path): Delete redundant check for NULL filename.
111         (disassemble_bytes): Error if disassemble_fn returns a value
112         that won't increment address.
113         (disassemble_data): Don't capitalize error message.
114         (read_section_stabs): Likewise.
115         (main): Return non-zero exit status on bad options.
117 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
119         PR binutils/12088
120         * nm.c (plugin_target): New.
121         (main): Set plugin_target to "plugin" for --plugin.
122         (display_file): Pass plugin_target to bfd_openr if target
123         isn't set.
125 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
127         * configure: Regenerate.
129 2010-09-22  Mike Frysinger  <vapier@gentoo.org>
131         * MAINTAINERS: Add self as ADI Blackfin maintainer.
133 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
135         * emul_aix.c (ar_emul_aix_append): Add a target argument
136         and ignore it if it is set.
137         (ar_emul_aix5_append): Likewise.
138         (ar_emul_aix_replace): Likewise.
139         (ar_emul_aix5_replace): Likewise.
141 2010-09-15  H.J. Lu  <hongjiu.lu@intel.com>
143         * ar.c (plugin_target): New.
144         (main): Set plugin_target to "plugin" for --plugin.
145         (open_inarch): Initialize target to plugin_target.
146         (replace_members): Pass plugin_target to ar_emul_replace
147         and ar_emul_append.
149         * binemul.h (ar_emul_append): Add a target argument.
150         (ar_emul_default_append): Likewise.
151         (ar_emul_replace): Likewise.
152         (ar_emul_default_replace): Likewise.
153         (bin_emulation_xfer_struct): Add a target argument to
154         ar_append and ar_replace.
156         * binemul.c (ar_emul_append): Updated.  Pass target to bfd_openr.
157         (do_ar_emul_default_append): Likewise.
158         (ar_emul_default_append): Likewise.
159         (ar_emul_replace): Likewise.
160         (ar_emul_default_replace): Likewise.
162 2010-09-10  Ben Gardiner  <bengardiner@nanometrics.ca>
164         * objcopy.c: Add --interleave-width option to allow interleaving
165         of more than one byte at a time.
166         (copy_width): New variable.
167         (copy_options): Add --interleave-width.
168         (copy_section): When interleaving copy in units of copy_width
169         bytes.
170         (copy_main): Parse the new option.
171         * doc/binutils: Document the new option.
172         * NEWS: Mention the new feature.
174 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
176         * dwarf.c (decode_location_expression): Fix data adjustment
177         for DW_OP_GNU_implicit_pointer in v3+.
179 2010-09-09  Tristan Gingold  <gingold@adacore.com>
181         * NEWS: Add entry to NEWS for hppa/som.
183 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
185         * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
186         * dwarf.c (decode_location_expression): Add offset_size and
187         dwarf_version arguments.  Prefix DIE offset with 0x for
188         DW_OP_call{2,4,_ref}.  Fix up DW_OP_call_ref operand size,
189         complain if in frame info section.  Handle
190         DW_OP_GNU_implicit_pointer.
191         (read_and_display_attr_value, display_debug_loc,
192         display_debug_frames): Adjust decode_location_expression callers.
193         (process_debug_info): Save offset_size and dwarf_version values
194         into debug_information array.
196 2010-09-07  Nick Clifton  <nickc@redhat.com>
198         * readelf.c (process_section_headers): Mention meaning of 'l'
199         section flag for x86-64 targets.
201 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
202             Jakub Jelinek  <jakub@redhat.com>
204         * dwarf.c (regname): New declaration.
205         (decode_location_expression): Print for registers also regname output.
207 2010-09-02  Richard Henderson  <rth@redhat.com>
209         * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
210         (init_dwarf_regnames): Use them.
211         * dwarf.h: Declare them.
212         * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
213         the regnames, rather than using elf_machine_code.
215 2010-09-02  Richard Henderson  <rth@redhat.com>
217         * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
219 2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
221         * elfedit.c (input_elf_osabi): New.
222         (output_elf_osbi): Likewise.
223         (osabis): Likewise.
224         (elf_osabi): Likewise.
225         (update_elf_header): Support updating ELF OSABI.
226         (make_qualified_name): Break long line.
227         (command_line_switch): Add OPTION_INPUT_OSABI and
228         OPTION_OUTPUT_OSABI.
229         (options): Likewise.
230         (usage): Add --input-osabi and --output-osabi.
231         (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
233         * doc/binutils.texi: Document --input-osabi and --output-osabi
234         for elfedit.
236 2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
238         * readelf.c (display_mips_gnu_attribute): Replace GCC options
239         with a textual description of a MIPS32r2 64-bit FPU.
241 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
243         PR binutils/11889
244         * readelf.c (get_32bit_elf_symbols): Check for a corrupt
245         sh_entsize.
246         (get_64bit_elf_symbols): Likewise.
247         (process_symbol_table): Likewise.
248         (process_section_groups): Check for corrupt headers.
249         (process_version_sections): Check for corrupt indicies.
250         (process_corefile_note_segment): Likewise.
252 2010-08-13  Nathan Sidwell  <nathan@codesourcery.com>
254         * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
255         variants.
257 2010-08-13  Tom Tromey  <tromey@redhat.com>
259         * dwarf.c (process_debug_info): Don't subtract section address
260         when calculating location of cu abbrev within section.
262 2010-08-12  Michael Haubenwallner  <haubi@gentoo.org>
264         PR binutils/11742
265         * readelf.c (get_archive_member_name): Do not read beyond the end
266         of the ar_name field.
268 2010-08-03  Tristan Gingold  <gingold@adacore.com>
270         * dwarf.c (display_debug_lines): Mark file argument unused.
271         Do not try to load .debug_info section.
273 2010-08-02  Alan Modra  <amodra@gmail.com>
275         * readelf.c (apply_relocations): D30V is really REL.
277 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
278             Ina Pandit  <ina.pandit@kpitcummins.com>
280         * binutils/readelf.c: Add support for V850E2 and V850E2V3.
282 2010-07-22  Alan Modra  <amodra@gmail.com>
284         * readelf.c: Add Moxie support.
286 2010-07-20  Alan Modra  <amodra@gmail.com>
288         * readelf.c (process_program_headers): Don't ignore all zero size
289         sections.
291 2010-07-19  Andreas Schwab  <schwab@redhat.com>
293         * readelf.c (process_section_headers): Update key to flags.
295 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
297         * objcopy.c (copy_usage): Tweak previous typofix.
299 2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
301         * objcopy.c (copy_usage): Fix a typo.
303 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
305         * dllwrap.c (main): Make sure is_leading_underscore
306         gets initialized with correct default.
308 2010-07-05  Alan Modra  <amodra@gmail.com>
310         * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
312 2010-07-03  Cary Coutant  <ccoutant@google.com>
314         * objdump.c (load_specific_debug_section): Decompress section contents
315         before applying relocations.
316         * readelf.c (load_specific_debug_section): Update section size after
317         decompression.
319 2010-06-29  Alan Modra  <amodra@gmail.com>
321         PR binutils/3166
322         * objcopy.c (is_strip_section): Revert 2006-09-05.
323         (setup_section): Make SHT_GROUP section nobits.
325 2010-06-29  Alan Modra  <amodra@gmail.com>
327         * configure: Regenerate.
328         * po/POTFILES.in: Regenerate.
330 2010-06-27  Alan Modra  <amodra@gmail.com>
332         * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
334 2010-06-17  Nick Clifton  <nickc@redhat.com>
336         PR binutils/11711
337         * windres.c (enum option_values): New enum.
338         (long_options): Use separate option number for --include-dir
339         option.
340         (main): Separate backwards compatibility check from code to
341         implement --include-dir.  Check to see if directory exists and do
342         not complain if it does.
344 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
346         * readelf.c (display_tic6x_attribute, process_tic6x_specific):
347         New.
348         (process_arch_specific): Call process_tic6x_specific for
349         EM_TI_C6000.
351 2010-06-11  H.J. Lu  <hongjiu.lu@intel.com>
353         * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
354         for 0x%lx.
356 2010-06-11  Tristan Gingold  <gingold@adacore.com>
357             Doug Rupp <rupp@gnat.com>
359         * readelf.c (is_ia64_vms): New function.
360         (dump_relocations): Use it.
361         (get_machine_flags): Display IA-64 OpenVMS flags.
362         (process_program_headers): No error on OpenVMS if no .dynamic section.
363         (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
364         declarations.
365         (dump_ia64_vms_dynamic_fixups): New function.
366         (dump_ia64_vms_dynamic_relocs): Ditto.
367         (process_ia64_vms_dynamic_relocs): Ditto.
368         (process_relocs): Handle IA-64 OpenVMS relocs.
369         (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
370         (print_vms_time): New function.
371         (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
372         DT_IA_64_VMS_LNKFLAGS.
373         (get_ia64_symbol_other): New function.
374         (get_symbol_other): Handle EM_IA_64.
376 2010-06-11  Tristan Gingold  <gingold@adacore.com>
378         * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
379         (UNW_DEC_ABI): Ditto for abiname.
380         (unw_decode_table): Make it const.
382 2010-06-10  Tristan Gingold  <gingold@adacore.com>
384         * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
385         not inplace.
387 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
388             Joseph Myers  <joseph@codesourcery.com>
389             Andrew Stubbs  <ams@codesourcery.com>
391         * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
393 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
395         PR ld/11621
396         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
397         * Makefile.in: Regenerate.
399 2010-05-24  Tristan Gingold  <gingold@adacore.com>
401         * readelf.c (usage): Add new trace sections for --debug-dump.
402         (process_section_headers): Handle dump of trace sections.
403         * objdump.c (usage): Add new trace sections for --dwarf.
404         * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
405         (do_trace_aranges): Ditto.
406         (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
407         and trace_aranges literals.
408         * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
409         (do_trace_aranges): Ditto.
410         (process_debug_info): Add abbrev_sec argument and replace
411         abbrev with abbrev_sec.
412         (load_debug_info): Adjust call of process_debug_info.
413         (display_debug_info): Ditto.
414         (display_trace_info): New function.
415         (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
416         and trace_aranges sections name.
417         (dwarf_select_sections_all): Also select trace sections.
418         (debug_displays): Reindent.  Add entries for the trace sections.
419         * doc/binutils.texi (readelf): Document new --dwarf parameters.
420         (objdump): Ditto.
422 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
424         PR gas/11600
425         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
426         generic flag.
428 2010-05-07  Tristan Gingold  <gingold@adacore.com>
430         * Makefile.in: Regenerate with automake 1.11.1.
431         * aclocal.m4: Ditto.
432         * doc/Makefile.in: Ditto.
434 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
436         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
437         * readelf.c (get_elf_section_flags): Likewise.
438         (process_section_headers): Likewise.
440 2010-05-05  Nick Clifton  <nickc@redhat.com>
442         * po/es.po: Updated Spanish translation.
444 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
446         * dlltool.c (main): Query for bfd's underscoring default for
447         default target case.
449 2010-04-27  Nick Clifton  <nickc@redhat.com>
451         * po/ru.po: Updated Russian translation.
453 2010-04-23  Alan Modra  <amodra@gmail.com>
455         * readelf.c (process_program_headers): Replace use of
456         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
458 2010-04-22  Nick Clifton  <nickc@redhat.com>
460         * po/binutils.pot: Updated by the Translation project.
461         * po/fi.po: Updated Finnish translation.
462         * po/vi.po: Updated Vietnamese translation.
463         * po/bg.po: New Bulgarian translation.
464         * configure.in (ALL_LINGUAS): Add bg.
465         * configure: Regenerate.
467 2010-04-20  Nick Clifton  <nickc@redhat.com>
469         * po/fr.po: Updated french translation.
471 2010-04-20  Nick Clifton  <nickc@redhat.com>
473         * readelf.c: Add _() macros to constant strings that are
474         translatable.
476         * readelf.c (display_mips_gnu_attribute): Replace GCC options
477         with a textual description of single and double precision float.
479 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
481         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
482         (arm_attr_tag_ABI_align8_needed): Remove.
483         (arm_attr_tag_ABI_align8_preserved): Remove.
484         (arm_attr_tag_ABI_HardFP_use): Update text strings.
485         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
486         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
488 2010-04-13  Nick Clifton  <nickc@redhat.com>
490         PR binutils/11419
491         * dwarf.c (process_debug_info): Initialise the signature array.
493 2010-04-09  Nick Clifton  <nickc@redhat.com>
495         * dwarf.c (process_debug_info): Remove unused variable
496         cu_abbrev_offset_ptr.
497         (display_debug_lines_decoded): Remove unused variable prev_line.
498         * elfedit.c (process_archive): Remove unused variable
499         file_name_size.
500         * ieee.c (ieee_start_compilation_unit): Remove unused variable
501         nindx.
502         (ieee_set_type): Remove unused variables info, targetindx and
503         baseindx.
504         * objdump.c (disassmble_byte): Remove unused variable done_dot.
505         * rddbg.c (read_section_stabs_debugging_info): Remove unused
506         variable other.
507         * readelf.c (dump_section_as_strings): Remove unused variable
508         addr.
509         (process_archive): Remove unused variable file_name_size.
510         * stabs.c (parse_stab_string): Mark desc parameter as unused.
511         Remove unused variable lineno.
512         (parse_stab_struct_type): Remove unused variable orig.
513         (stab_demangle_type): Remove unused variables constp, volatilep
514         and hold.
516 2010-04-07  Alan Modra  <amodra@gmail.com>
518         * configure: Regenerate.
520 2010-04-06  Nick Clifton  <nickc@redhat.com>
522         * po/vi.po: Updated Vietnamese translation.
524 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
526         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
527         fields.
528         (display_debug_frames): Handle CIE version 4.
530         * dwarf.c (struct State_Machine_Registers): Add op_index field,
531         change end_sequence type to unsigned char.
532         (reset_state_machine): Clear op_index.
533         (process_extended_line_op): For DW_LNE_set_address clear op_index.
534         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
535         Track op_index state machine register and print it if
536         li_max_ops_per_insn is != 1.
537         (display_debug_lines_decoded): Likewise.
539 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
541         * dwarf.c (read_and_display_attr_value): Don't reject
542         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
543         and DW_FORM_exprloc.
544         (process_debug_info): Handle cu_version == 4.
545         (display_debug_lines_raw, display_debug_lines_decoded): Handle
546         li_version == 4.
548 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
550         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
551         * Makefile.in: Regenerate.
553 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
555         * MAINTAINERS: Add self as TI C6X maintainer.
556         * NEWS: Add news entry for TI C6X support.
557         * readelf.c: Include elf/tic6x.h.
558         (guess_is_rela): Handle EM_TI_C6000.
559         (dump_relocations): Likewise.
560         (get_tic6x_dynamic_type): New.
561         (get_dynamic_type): Call it.
562         (get_machine_flags): Handle EF_C6000_REL.
563         (get_osabi_name): Handle machine-specific values only for relevant
564         machines.  Handle C6X values.
565         (get_tic6x_segment_type): New.
566         (get_segment_type): Call it.
567         (get_tic6x_section_type_name): New.
568         (get_section_type_name): Call it.
569         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
570         EM_TI_C6000.
572 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
574         * doc/binutils.texi (readelf) <unwind information>: Mention support for
575         ARM unwind tables.
577 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
579         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
581 2010-03-17  Alan Modra  <amodra@gmail.com>
583         * readelf.c (dump_arm_unwind): Warning fix.
585 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
587         * MAINTAINERS: Update my email address.  List Tristan Gingold
588         as the release branch maintainer.
590 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
592         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
594 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
596         * NEWS: Document .ARM.exidx / .ARM.extab support.
598         * dwarf.c (read_leb128): Make non-static.
599         * dwarf.h (read_leb128): Declare.
600         * readelf.c (REMOVE_ARCH_BITS): Define.
601         (find_section_by_address): New.
602         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
603         (find_symbol_for_address): Handle the Thumb bit for ARM, by
604         using REMOVE_ARCH_BITS.
605         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
606         (arm_free_section, arm_section_get_word, decode_arm_unwind)
607         (dump_arm_unwind, arm_process_unwind): New.
608         (process_unwind): Handle ARM.
610 2010-02-26  Jie Zhang  <jie@codesourcery.com>
612         * MAINTAINERS: Update my email address.
614 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
616         PR binutils/11298
617         * doc/binutils.texi (windmc): Fix synopsis and description of
618         ASCII options.
620 2010-02-19  Alan Modra  <amodra@gmail.com>
622         * readelf.c (get_group_flags): Return empty string when flags zero.
623         Add space in other returned values.
624         (process_section_groups): Adjust format string.
626 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
628         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
629         newly permitted attribute values.
630         (arm_attr_tag_Virtualization_use): Likewise.
631         (arm_attr_tag_DIV_use): Add description of new attribute.
632         (arm_attr_tag_MPextension_use_legacy): Likewise.
634 2010-02-15  Nick Clifton  <nickc@redhat.com>
636         * po/vi.po: Updated Vietnamese translation.
638 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
640         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
641         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
643 2010-02-08  Jim Blandy  <jimb@red-bean.com>
645         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
646         'z' augmentation strings.
648 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
650         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
651         a new address, so as not to reuse a previous, non-related reloc.
653 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
655         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
657 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
659         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
660         sections.
662 2010-01-28  Nick Clifton  <nickc@redhat.com>
664         PR 11225
665         * objdump.c (only): Replace with linked list.
666         (only_size, only_used): Replace with only_list.
667         (process_section_p): Set seen field on matches sections.
668         (add_only): New function.
669         (free_only_list): New function.
670         (disassemble_section): Check only_list.
671         (main): Use add_only and free_only_list.
673 2010-01-26  Tristan Gingold  <gingold@adacore.com>
675         * Makefile.am (bin2c): Add libintl dependance and library.
676         * Makefile.in: Regenerate.
678 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
680         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
682 2010-01-19  Ian Lance Taylor  <iant@google.com>
684         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
685         with non-ordinary files like /dev/null.
687 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
688             Alan Modra <amodra@gmail.com>
690         * readelf.c (process_file_header): Handle e_phnum extension.
692 2010-01-14  Tristan Gingold  <gingold@adacore.com>
694         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
695         and DW_AT_GNAT_descriptive_type.
697 2010-01-13  Tristan Gingold  <gingold@adacore.com>
699         * ar.c (main): Use lbasename.
700         (normalize): Ditto.
701         * objdump.c (update_source_path): Ditto.
703 2010-01-12  Tristan Gingold  <gingold@adacore.com>
705         * makefile.vms (CFLAGS): Turns warnings into informational messages.
707 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
709         PR ld/11146
710         * NEWS: Mention --dyn-syms for readelf.
712         * readelf.c (do_dyn_syms): New.
713         (OPTION_DYN_SYMS): Likewise.
714         (options): Add "dyn-syms".
715         (usage): Add --dyn-syms.
716         (parse_args): Handle OPTION_DYN_SYMS.
717         (process_symbol_table): Handle do_dyn_syms.
718         (process_object): Likewise.
719         (process_archive): Likewise.
721         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
722         symbol hash tables for -D.
724 2010-01-11  Nick Clifton  <nickc@redhat.com>
726         * NEWS: Mention addition of elfedit.
728         * po/fi.po: Updated Finnish translation.
730 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
732         * Makefile.in: Regenerate.
733         * configure: Regenerate.
734         * doc/Makefile.in: Regenerate.
736 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
738         * version.c (print_version): Change to "Copyright 2010".
740 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
742         * elfedit.c (input_elf_type): New.
743         (output_elf_type): Likewise.
744         (elf_type): Likewise.
745         (update_elf_header): Support updating ELF file type.
746         (command_line_switch): Add OPTION_INPUT_TYPE and
747         OPTION_OUTPUT_TYPE.
748         (options): Likewise.
749         (usage): Add --input-type and --output-type.
750         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
751         one of --output-mach and --output-type must be specified.
753         * doc/binutils.texi: Document --input-type and --output-type
754         for elfedit.
756 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
758         * doc/binutils.texi: Fix a typo.
760 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
762         * elfedit.c (update_elf_header): Don't change input_elf_class
763         nor input_elf_machine if they are -1.
765 2010-01-08  Tristan Gingold  <gingold@adacore.com>
767         * ar.c: Remove bfd_special_undocumented_glue prototype.
769 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
771         * elfedit.c (update_elf_header): Reformat.
773 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
775         * readelf.c (usage): Fix indent for --symbols.
777 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
779         * doc/binutils.texi: Replace -histogram with --histogram.
781 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
783         PR binutils/11131
784         * Makefile.am (ELFEDIT_PROG): New.
785         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
786         (CFILES): Add elfedit.c.
787         (elfedit_DEPENDENCIES): New.
788         (elfedit_SOURCES): Likewise.
789         (elfedit_LDADD): Likewise.
790         * Makefile.in: Regenerated.
792         * elfedit.c: New.
794         * doc/binutils.texi: Document elfedit.
796         * doc/Makefile.am (man_MANS): Add elfedit.1.
797         (elfedit.1): New.
798         * doc/Makefile.in: Regenerated.
800 2010-01-06  Tristan Gingold  <gingold@adacore.com>
802         * nm.c (usage): Remove extra blanks.
804 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
806         * objcopy.c: Update copyright.
807         * readelf.c: Likewise.
809 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
811         PR binutils/11130
812         * objcopy.c (copy_object): Remove "Warning: " from error
813         message.
815 2010-01-04  Nick Clifton  <nickc@redhat.com>
817         PR 11128
818         * readelf.c (dump_section_as_strings): Use two separate
819         invocations of printf() in order to work around bugs in
820         the Solaris 8 implementation.
822 2010-01-04  Nick Clifton  <nickc@redhat.com>
824         * po/ru.po: Updated Russian translation.
826 For older changes see ChangeLog-2009
828 Local Variables:
829 mode: change-log
830 left-margin: 8
831 fill-column: 74
832 version-control: never
833 End: