PR 11899
[binutils.git] / binutils / ChangeLog
blobe7986f780f0119823bcd2a1072d9dad3d4f3bdb8
1 2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
3         * elfedit.c (input_elf_osabi): New.
4         (output_elf_osbi): Likewise.
5         (osabis): Likewise.
6         (elf_osabi): Likewise.
7         (update_elf_header): Support updating ELF OSABI.
8         (make_qualified_name): Break long line.
9         (command_line_switch): Add OPTION_INPUT_OSABI and
10         OPTION_OUTPUT_OSABI.
11         (options): Likewise.
12         (usage): Add --input-osabi and --output-osabi.
13         (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
15         * doc/binutils.texi: Document --input-osabi and --output-osabi
16         for elfedit.
18 2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
20         * readelf.c (display_mips_gnu_attribute): Replace GCC options
21         with a textual description of a MIPS32r2 64-bit FPU.
23 2010-08-19  Alan Modra  <amodra@gmail.com>
25         * NEWS: Mention change in linker script expression evaluation.
27 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
29         PR binutils/11889
30         * readelf.c (get_32bit_elf_symbols): Check for a corrupt
31         sh_entsize.
32         (get_64bit_elf_symbols): Likewise.
33         (process_symbol_table): Likewise.
34         (process_section_groups): Check for corrupt headers.
35         (process_version_sections): Check for corrupt indicies.
36         (process_corefile_note_segment): Likewise.
38 2010-08-13  Nathan Sidwell  <nathan@codesourcery.com>
40         * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
41         variants.
43 2010-08-13  Tom Tromey  <tromey@redhat.com>
45         * dwarf.c (process_debug_info): Don't subtract section address
46         when calculating location of cu abbrev within section.
48 2010-08-12  Michael Haubenwallner  <haubi@gentoo.org>
50         PR binutils/11742
51         * readelf.c (get_archive_member_name): Do not read beyond the end
52         of the ar_name field.
54 2010-08-03  Tristan Gingold  <gingold@adacore.com>
56         * dwarf.c (display_debug_lines): Mark file argument unused.
57         Do not try to load .debug_info section.
59 2010-08-02  Alan Modra  <amodra@gmail.com>
61         * readelf.c (apply_relocations): D30V is really REL.
63 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
64             Ina Pandit  <ina.pandit@kpitcummins.com>
66         * binutils/readelf.c: Add support for V850E2 and V850E2V3.
68 2010-07-22  Alan Modra  <amodra@gmail.com>
70         * readelf.c: Add Moxie support.
72 2010-07-20  Alan Modra  <amodra@gmail.com>
74         * readelf.c (process_program_headers): Don't ignore all zero size
75         sections.
77 2010-07-19  Andreas Schwab  <schwab@redhat.com>
79         * readelf.c (process_section_headers): Update key to flags.
81 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
83         * objcopy.c (copy_usage): Tweak previous typofix.
85 2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
87         * objcopy.c (copy_usage): Fix a typo.
89 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
91         * dllwrap.c (main): Make sure is_leading_underscore
92         gets initialized with correct default.
94 2010-07-05  Alan Modra  <amodra@gmail.com>
96         * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
98 2010-07-03  Cary Coutant  <ccoutant@google.com>
100         * objdump.c (load_specific_debug_section): Decompress section contents
101         before applying relocations.
102         * readelf.c (load_specific_debug_section): Update section size after
103         decompression.
105 2010-06-29  Alan Modra  <amodra@gmail.com>
107         PR binutils/3166
108         * objcopy.c (is_strip_section): Revert 2006-09-05.
109         (setup_section): Make SHT_GROUP section nobits.
111 2010-06-29  Alan Modra  <amodra@gmail.com>
113         * configure: Regenerate.
114         * po/POTFILES.in: Regenerate.
116 2010-06-27  Alan Modra  <amodra@gmail.com>
118         * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
120 2010-06-17  Nick Clifton  <nickc@redhat.com>
122         PR binutils/11711
123         * windres.c (enum option_values): New enum.
124         (long_options): Use separate option number for --include-dir
125         option.
126         (main): Separate backwards compatibility check from code to
127         implement --include-dir.  Check to see if directory exists and do
128         not complain if it does.
130 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
132         * readelf.c (display_tic6x_attribute, process_tic6x_specific):
133         New.
134         (process_arch_specific): Call process_tic6x_specific for
135         EM_TI_C6000.
137 2010-06-11  H.J. Lu  <hongjiu.lu@intel.com>
139         * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
140         for 0x%lx.
142 2010-06-11  Tristan Gingold  <gingold@adacore.com>
143             Doug Rupp <rupp@gnat.com>
145         * readelf.c (is_ia64_vms): New function.
146         (dump_relocations): Use it.
147         (get_machine_flags): Display IA-64 OpenVMS flags.
148         (process_program_headers): No error on OpenVMS if no .dynamic section.
149         (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
150         declarations.
151         (dump_ia64_vms_dynamic_fixups): New function.
152         (dump_ia64_vms_dynamic_relocs): Ditto.
153         (process_ia64_vms_dynamic_relocs): Ditto.
154         (process_relocs): Handle IA-64 OpenVMS relocs.
155         (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
156         (print_vms_time): New function.
157         (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
158         DT_IA_64_VMS_LNKFLAGS.
159         (get_ia64_symbol_other): New function.
160         (get_symbol_other): Handle EM_IA_64.
162 2010-06-11  Tristan Gingold  <gingold@adacore.com>
164         * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
165         (UNW_DEC_ABI): Ditto for abiname.
166         (unw_decode_table): Make it const.
168 2010-06-10  Tristan Gingold  <gingold@adacore.com>
170         * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
171         not inplace.
173 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
174             Joseph Myers  <joseph@codesourcery.com>
175             Andrew Stubbs  <ams@codesourcery.com>
177         * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
179 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
181         PR ld/11621
182         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
183         * Makefile.in: Regenerate.
185 2010-05-24  Tristan Gingold  <gingold@adacore.com>
187         * readelf.c (usage): Add new trace sections for --debug-dump.
188         (process_section_headers): Handle dump of trace sections.
189         * objdump.c (usage): Add new trace sections for --dwarf.
190         * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
191         (do_trace_aranges): Ditto.
192         (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
193         and trace_aranges literals.
194         * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
195         (do_trace_aranges): Ditto.
196         (process_debug_info): Add abbrev_sec argument and replace
197         abbrev with abbrev_sec.
198         (load_debug_info): Adjust call of process_debug_info.
199         (display_debug_info): Ditto.
200         (display_trace_info): New function.
201         (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
202         and trace_aranges sections name.
203         (dwarf_select_sections_all): Also select trace sections.
204         (debug_displays): Reindent.  Add entries for the trace sections.
205         * doc/binutils.texi (readelf): Document new --dwarf parameters.
206         (objdump): Ditto.
208 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
210         PR gas/11600
211         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
212         generic flag.
214 2010-05-07  Tristan Gingold  <gingold@adacore.com>
216         * Makefile.in: Regenerate with automake 1.11.1.
217         * aclocal.m4: Ditto.
218         * doc/Makefile.in: Ditto.
220 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
222         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
223         * readelf.c (get_elf_section_flags): Likewise.
224         (process_section_headers): Likewise.
226 2010-05-05  Nick Clifton  <nickc@redhat.com>
228         * po/es.po: Updated Spanish translation.
230 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
232         * dlltool.c (main): Query for bfd's underscoring default for
233         default target case.
235 2010-04-27  Nick Clifton  <nickc@redhat.com>
237         * po/ru.po: Updated Russian translation.
239 2010-04-23  Alan Modra  <amodra@gmail.com>
241         * readelf.c (process_program_headers): Replace use of
242         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
244 2010-04-22  Nick Clifton  <nickc@redhat.com>
246         * po/binutils.pot: Updated by the Translation project.
247         * po/fi.po: Updated Finnish translation.
248         * po/vi.po: Updated Vietnamese translation.
249         * po/bg.po: New Bulgarian translation.
250         * configure.in (ALL_LINGUAS): Add bg.
251         * configure: Regenerate.
253 2010-04-20  Nick Clifton  <nickc@redhat.com>
255         * po/fr.po: Updated french translation.
257 2010-04-20  Nick Clifton  <nickc@redhat.com>
259         * readelf.c: Add _() macros to constant strings that are
260         translatable.
262         * readelf.c (display_mips_gnu_attribute): Replace GCC options
263         with a textual description of single and double precision float.
265 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
267         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
268         (arm_attr_tag_ABI_align8_needed): Remove.
269         (arm_attr_tag_ABI_align8_preserved): Remove.
270         (arm_attr_tag_ABI_HardFP_use): Update text strings.
271         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
272         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
274 2010-04-13  Nick Clifton  <nickc@redhat.com>
276         PR binutils/11419
277         * dwarf.c (process_debug_info): Initialise the signature array.
279 2010-04-09  Nick Clifton  <nickc@redhat.com>
281         * dwarf.c (process_debug_info): Remove unused variable
282         cu_abbrev_offset_ptr.
283         (display_debug_lines_decoded): Remove unused variable prev_line.
284         * elfedit.c (process_archive): Remove unused variable
285         file_name_size.
286         * ieee.c (ieee_start_compilation_unit): Remove unused variable
287         nindx.
288         (ieee_set_type): Remove unused variables info, targetindx and
289         baseindx.
290         * objdump.c (disassmble_byte): Remove unused variable done_dot.
291         * rddbg.c (read_section_stabs_debugging_info): Remove unused
292         variable other.
293         * readelf.c (dump_section_as_strings): Remove unused variable
294         addr.
295         (process_archive): Remove unused variable file_name_size.
296         * stabs.c (parse_stab_string): Mark desc parameter as unused.
297         Remove unused variable lineno.
298         (parse_stab_struct_type): Remove unused variable orig.
299         (stab_demangle_type): Remove unused variables constp, volatilep
300         and hold.
302 2010-04-07  Alan Modra  <amodra@gmail.com>
304         * configure: Regenerate.
306 2010-04-06  Nick Clifton  <nickc@redhat.com>
308         * po/vi.po: Updated Vietnamese translation.
310 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
312         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
313         fields.
314         (display_debug_frames): Handle CIE version 4.
316         * dwarf.c (struct State_Machine_Registers): Add op_index field,
317         change end_sequence type to unsigned char.
318         (reset_state_machine): Clear op_index.
319         (process_extended_line_op): For DW_LNE_set_address clear op_index.
320         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
321         Track op_index state machine register and print it if
322         li_max_ops_per_insn is != 1.
323         (display_debug_lines_decoded): Likewise.
325 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
327         * dwarf.c (read_and_display_attr_value): Don't reject
328         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
329         and DW_FORM_exprloc.
330         (process_debug_info): Handle cu_version == 4.
331         (display_debug_lines_raw, display_debug_lines_decoded): Handle
332         li_version == 4.
334 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
336         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
337         * Makefile.in: Regenerate.
339 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
341         * MAINTAINERS: Add self as TI C6X maintainer.
342         * NEWS: Add news entry for TI C6X support.
343         * readelf.c: Include elf/tic6x.h.
344         (guess_is_rela): Handle EM_TI_C6000.
345         (dump_relocations): Likewise.
346         (get_tic6x_dynamic_type): New.
347         (get_dynamic_type): Call it.
348         (get_machine_flags): Handle EF_C6000_REL.
349         (get_osabi_name): Handle machine-specific values only for relevant
350         machines.  Handle C6X values.
351         (get_tic6x_segment_type): New.
352         (get_segment_type): Call it.
353         (get_tic6x_section_type_name): New.
354         (get_section_type_name): Call it.
355         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
356         EM_TI_C6000.
358 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
360         * doc/binutils.texi (readelf) <unwind information>: Mention support for
361         ARM unwind tables.
363 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
365         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
367 2010-03-17  Alan Modra  <amodra@gmail.com>
369         * readelf.c (dump_arm_unwind): Warning fix.
371 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
373         * MAINTAINERS: Update my email address.  List Tristan Gingold
374         as the release branch maintainer.
376 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
378         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
380 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
382         * NEWS: Document .ARM.exidx / .ARM.extab support.
384         * dwarf.c (read_leb128): Make non-static.
385         * dwarf.h (read_leb128): Declare.
386         * readelf.c (REMOVE_ARCH_BITS): Define.
387         (find_section_by_address): New.
388         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
389         (find_symbol_for_address): Handle the Thumb bit for ARM, by
390         using REMOVE_ARCH_BITS.
391         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
392         (arm_free_section, arm_section_get_word, decode_arm_unwind)
393         (dump_arm_unwind, arm_process_unwind): New.
394         (process_unwind): Handle ARM.
396 2010-02-26  Jie Zhang  <jie@codesourcery.com>
398         * MAINTAINERS: Update my email address.
400 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
402         PR binutils/11298
403         * doc/binutils.texi (windmc): Fix synopsis and description of
404         ASCII options.
406 2010-02-19  Alan Modra  <amodra@gmail.com>
408         * readelf.c (get_group_flags): Return empty string when flags zero.
409         Add space in other returned values.
410         (process_section_groups): Adjust format string.
412 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
414         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
415         newly permitted attribute values.
416         (arm_attr_tag_Virtualization_use): Likewise.
417         (arm_attr_tag_DIV_use): Add description of new attribute.
418         (arm_attr_tag_MPextension_use_legacy): Likewise.
420 2010-02-15  Nick Clifton  <nickc@redhat.com>
422         * po/vi.po: Updated Vietnamese translation.
424 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
426         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
427         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
429 2010-02-08  Jim Blandy  <jimb@red-bean.com>
431         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
432         'z' augmentation strings.
434 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
436         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
437         a new address, so as not to reuse a previous, non-related reloc.
439 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
441         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
443 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
445         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
446         sections.
448 2010-01-28  Nick Clifton  <nickc@redhat.com>
450         PR 11225
451         * objdump.c (only): Replace with linked list.
452         (only_size, only_used): Replace with only_list.
453         (process_section_p): Set seen field on matches sections.
454         (add_only): New function.
455         (free_only_list): New function.
456         (disassemble_section): Check only_list.
457         (main): Use add_only and free_only_list.
459 2010-01-26  Tristan Gingold  <gingold@adacore.com>
461         * Makefile.am (bin2c): Add libintl dependance and library.
462         * Makefile.in: Regenerate.
464 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
466         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
468 2010-01-19  Ian Lance Taylor  <iant@google.com>
470         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
471         with non-ordinary files like /dev/null.
473 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
474             Alan Modra <amodra@gmail.com>
476         * readelf.c (process_file_header): Handle e_phnum extension.
478 2010-01-14  Tristan Gingold  <gingold@adacore.com>
480         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
481         and DW_AT_GNAT_descriptive_type.
483 2010-01-13  Tristan Gingold  <gingold@adacore.com>
485         * ar.c (main): Use lbasename.
486         (normalize): Ditto.
487         * objdump.c (update_source_path): Ditto.
489 2010-01-12  Tristan Gingold  <gingold@adacore.com>
491         * makefile.vms (CFLAGS): Turns warnings into informational messages.
493 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
495         PR ld/11146
496         * NEWS: Mention --dyn-syms for readelf.
498         * readelf.c (do_dyn_syms): New.
499         (OPTION_DYN_SYMS): Likewise.
500         (options): Add "dyn-syms".
501         (usage): Add --dyn-syms.
502         (parse_args): Handle OPTION_DYN_SYMS.
503         (process_symbol_table): Handle do_dyn_syms.
504         (process_object): Likewise.
505         (process_archive): Likewise.
507         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
508         symbol hash tables for -D.
510 2010-01-11  Nick Clifton  <nickc@redhat.com>
512         * NEWS: Mention addition of elfedit.
514         * po/fi.po: Updated Finnish translation.
516 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
518         * Makefile.in: Regenerate.
519         * configure: Regenerate.
520         * doc/Makefile.in: Regenerate.
522 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
524         * version.c (print_version): Change to "Copyright 2010".
526 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
528         * elfedit.c (input_elf_type): New.
529         (output_elf_type): Likewise.
530         (elf_type): Likewise.
531         (update_elf_header): Support updating ELF file type.
532         (command_line_switch): Add OPTION_INPUT_TYPE and
533         OPTION_OUTPUT_TYPE.
534         (options): Likewise.
535         (usage): Add --input-type and --output-type.
536         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
537         one of --output-mach and --output-type must be specified.
539         * doc/binutils.texi: Document --input-type and --output-type
540         for elfedit.
542 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
544         * doc/binutils.texi: Fix a typo.
546 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
548         * elfedit.c (update_elf_header): Don't change input_elf_class
549         nor input_elf_machine if they are -1.
551 2010-01-08  Tristan Gingold  <gingold@adacore.com>
553         * ar.c: Remove bfd_special_undocumented_glue prototype.
555 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
557         * elfedit.c (update_elf_header): Reformat.
559 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
561         * readelf.c (usage): Fix indent for --symbols.
563 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
565         * doc/binutils.texi: Replace -histogram with --histogram.
567 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
569         PR binutils/11131
570         * Makefile.am (ELFEDIT_PROG): New.
571         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
572         (CFILES): Add elfedit.c.
573         (elfedit_DEPENDENCIES): New.
574         (elfedit_SOURCES): Likewise.
575         (elfedit_LDADD): Likewise.
576         * Makefile.in: Regenerated.
578         * elfedit.c: New.
580         * doc/binutils.texi: Document elfedit.
582         * doc/Makefile.am (man_MANS): Add elfedit.1.
583         (elfedit.1): New.
584         * doc/Makefile.in: Regenerated.
586 2010-01-06  Tristan Gingold  <gingold@adacore.com>
588         * nm.c (usage): Remove extra blanks.
590 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
592         * objcopy.c: Update copyright.
593         * readelf.c: Likewise.
595 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
597         PR binutils/11130
598         * objcopy.c (copy_object): Remove "Warning: " from error
599         message.
601 2010-01-04  Nick Clifton  <nickc@redhat.com>
603         PR 11128
604         * readelf.c (dump_section_as_strings): Use two separate
605         invocations of printf() in order to work around bugs in
606         the Solaris 8 implementation.
608 2010-01-04  Nick Clifton  <nickc@redhat.com>
610         * po/ru.po: Updated Russian translation.
612 For older changes see ChangeLog-2009
614 Local Variables:
615 mode: change-log
616 left-margin: 8
617 fill-column: 74
618 version-control: never
619 End: