Re-indent INIT_ARRAY.
[binutils.git] / binutils / ChangeLog
blob8058db3b3b4e004c858dd11975c263914e0f24da
1 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
3         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
5 2010-03-17  Alan Modra  <amodra@gmail.com>
7         * readelf.c (dump_arm_unwind): Warning fix.
9 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
11         * MAINTAINERS: Update my email address.  List Tristan Gingold
12         as the release branch maintainer.
14 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
18 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
20         * NEWS: Document .ARM.exidx / .ARM.extab support.
22         * dwarf.c (read_leb128): Make non-static.
23         * dwarf.h (read_leb128): Declare.
24         * readelf.c (REMOVE_ARCH_BITS): Define.
25         (find_section_by_address): New.
26         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
27         (find_symbol_for_address): Handle the Thumb bit for ARM, by
28         using REMOVE_ARCH_BITS.
29         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
30         (arm_free_section, arm_section_get_word, decode_arm_unwind)
31         (dump_arm_unwind, arm_process_unwind): New.
32         (process_unwind): Handle ARM.
34 2010-02-26  Jie Zhang  <jie@codesourcery.com>
36         * MAINTAINERS: Update my email address.
38 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
40         PR binutils/11298
41         * doc/binutils.texi (windmc): Fix synopsis and description of
42         ASCII options.
44 2010-02-19  Alan Modra  <amodra@gmail.com>
46         * readelf.c (get_group_flags): Return empty string when flags zero.
47         Add space in other returned values.
48         (process_section_groups): Adjust format string.
50 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
52         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
53         newly permitted attribute values.
54         (arm_attr_tag_Virtualization_use): Likewise.
55         (arm_attr_tag_DIV_use): Add description of new attribute.
56         (arm_attr_tag_MPextension_use_legacy): Likewise.
58 2010-02-15  Nick Clifton  <nickc@redhat.com>
60         * po/vi.po: Updated Vietnamese translation.
62 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
64         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
65         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
67 2010-02-08  Jim Blandy  <jimb@red-bean.com>
69         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
70         'z' augmentation strings.
72 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
74         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
75         a new address, so as not to reuse a previous, non-related reloc.
77 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
79         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
81 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
83         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
84         sections.
86 2010-01-28  Nick Clifton  <nickc@redhat.com>
88         PR 11225
89         * objdump.c (only): Replace with linked list.
90         (only_size, only_used): Replace with only_list.
91         (process_section_p): Set seen field on matches sections.
92         (add_only): New function.
93         (free_only_list): New function.
94         (disassemble_section): Check only_list.
95         (main): Use add_only and free_only_list.
97 2010-01-26  Tristan Gingold  <gingold@adacore.com>
99         * Makefile.am (bin2c): Add libintl dependance and library.
100         * Makefile.in: Regenerate.
102 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
104         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
106 2010-01-19  Ian Lance Taylor  <iant@google.com>
108         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
109         with non-ordinary files like /dev/null.
111 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
112             Alan Modra <amodra@gmail.com>
114         * readelf.c (process_file_header): Handle e_phnum extension.
116 2010-01-14  Tristan Gingold  <gingold@adacore.com>
118         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
119         and DW_AT_GNAT_descriptive_type.
121 2010-01-13  Tristan Gingold  <gingold@adacore.com>
123         * ar.c (main): Use lbasename.
124         (normalize): Ditto.
125         * objdump.c (update_source_path): Ditto.
127 2010-01-12  Tristan Gingold  <gingold@adacore.com>
129         * makefile.vms (CFLAGS): Turns warnings into informational messages.
131 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
133         PR ld/11146
134         * NEWS: Mention --dyn-syms for readelf.
136         * readelf.c (do_dyn_syms): New.
137         (OPTION_DYN_SYMS): Likewise.
138         (options): Add "dyn-syms".
139         (usage): Add --dyn-syms.
140         (parse_args): Handle OPTION_DYN_SYMS.
141         (process_symbol_table): Handle do_dyn_syms.
142         (process_object): Likewise.
143         (process_archive): Likewise.
145         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
146         symbol hash tables for -D.
148 2010-01-11  Nick Clifton  <nickc@redhat.com>
150         * NEWS: Mention addition of elfedit.
152         * po/fi.po: Updated Finnish translation.
154 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156         * Makefile.in: Regenerate.
157         * configure: Regenerate.
158         * doc/Makefile.in: Regenerate.
160 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
162         * version.c (print_version): Change to "Copyright 2010".
164 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
166         * elfedit.c (input_elf_type): New.
167         (output_elf_type): Likewise.
168         (elf_type): Likewise.
169         (update_elf_header): Support updating ELF file type.
170         (command_line_switch): Add OPTION_INPUT_TYPE and
171         OPTION_OUTPUT_TYPE.
172         (options): Likewise.
173         (usage): Add --input-type and --output-type.
174         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
175         one of --output-mach and --output-type must be specified.
177         * doc/binutils.texi: Document --input-type and --output-type
178         for elfedit.
180 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
182         * doc/binutils.texi: Fix a typo.
184 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
186         * elfedit.c (update_elf_header): Don't change input_elf_class
187         nor input_elf_machine if they are -1.
189 2010-01-08  Tristan Gingold  <gingold@adacore.com>
191         * ar.c: Remove bfd_special_undocumented_glue prototype.
193 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
195         * elfedit.c (update_elf_header): Reformat.
197 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
199         * readelf.c (usage): Fix indent for --symbols.
201 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
203         * doc/binutils.texi: Replace -histogram with --histogram.
205 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
207         PR binutils/11131
208         * Makefile.am (ELFEDIT_PROG): New.
209         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
210         (CFILES): Add elfedit.c.
211         (elfedit_DEPENDENCIES): New.
212         (elfedit_SOURCES): Likewise.
213         (elfedit_LDADD): Likewise.
214         * Makefile.in: Regenerated.
216         * elfedit.c: New.
218         * doc/binutils.texi: Document elfedit.
220         * doc/Makefile.am (man_MANS): Add elfedit.1.
221         (elfedit.1): New.
222         * doc/Makefile.in: Regenerated.
224 2010-01-06  Tristan Gingold  <gingold@adacore.com>
226         * nm.c (usage): Remove extra blanks.
228 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
230         * objcopy.c: Update copyright.
231         * readelf.c: Likewise.
233 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
235         PR binutils/11130
236         * objcopy.c (copy_object): Remove "Warning: " from error
237         message.
239 2010-01-04  Nick Clifton  <nickc@redhat.com>
241         PR 11128
242         * readelf.c (dump_section_as_strings): Use two separate
243         invocations of printf() in order to work around bugs in
244         the Solaris 8 implementation.
246 2010-01-04  Nick Clifton  <nickc@redhat.com>
248         * po/ru.po: Updated Russian translation.
250 For older changes see ChangeLog-2009
252 Local Variables:
253 mode: change-log
254 left-margin: 8
255 fill-column: 74
256 version-control: never
257 End: