Updated French translation.
[binutils.git] / binutils / ChangeLog
blobccc897d223b82d7922c2242f1765a8c224a65fd2
1 2010-04-20  Nick Clifton  <nickc@redhat.com>
3         * po/fr.po: Updated french translation.
5 2010-04-20  Nick Clifton  <nickc@redhat.com>
7         * readelf.c: Add _() macros to constant strings that are
8         translatable.
10 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
12         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
13         (arm_attr_tag_ABI_align8_needed): Remove.
14         (arm_attr_tag_ABI_align8_preserved): Remove.
15         (arm_attr_tag_ABI_HardFP_use): Update text strings.
16         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
17         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
19 2010-04-13  Nick Clifton  <nickc@redhat.com>
21         PR binutils/11419
22         * dwarf.c (process_debug_info): Initialise the signature array.
24 2010-04-09  Nick Clifton  <nickc@redhat.com>
26         * dwarf.c (process_debug_info): Remove unused variable
27         cu_abbrev_offset_ptr.
28         (display_debug_lines_decoded): Remove unused variable prev_line.
29         * elfedit.c (process_archive): Remove unused variable
30         file_name_size.
31         * ieee.c (ieee_start_compilation_unit): Remove unused variable
32         nindx.
33         (ieee_set_type): Remove unused variables info, targetindx and
34         baseindx.
35         * objdump.c (disassmble_byte): Remove unused variable done_dot.
36         * rddbg.c (read_section_stabs_debugging_info): Remove unused
37         variable other.
38         * readelf.c (dump_section_as_strings): Remove unused variable
39         addr.
40         (process_archive): Remove unused variable file_name_size.
41         * stabs.c (parse_stab_string): Mark desc parameter as unused.
42         Remove unused variable lineno.
43         (parse_stab_struct_type): Remove unused variable orig.
44         (stab_demangle_type): Remove unused variables constp, volatilep
45         and hold.
47 2010-04-07  Alan Modra  <amodra@gmail.com>
49         * configure: Regenerate.
51 2010-04-06  Nick Clifton  <nickc@redhat.com>
53         * po/vi.po: Updated Vietnamese translation.
55 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
57         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
58         fields.
59         (display_debug_frames): Handle CIE version 4.
61         * dwarf.c (struct State_Machine_Registers): Add op_index field,
62         change end_sequence type to unsigned char.
63         (reset_state_machine): Clear op_index.
64         (process_extended_line_op): For DW_LNE_set_address clear op_index.
65         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
66         Track op_index state machine register and print it if
67         li_max_ops_per_insn is != 1.
68         (display_debug_lines_decoded): Likewise.
70 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
72         * dwarf.c (read_and_display_attr_value): Don't reject
73         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
74         and DW_FORM_exprloc.
75         (process_debug_info): Handle cu_version == 4.
76         (display_debug_lines_raw, display_debug_lines_decoded): Handle
77         li_version == 4.
79 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
81         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
82         * Makefile.in: Regenerate.
84 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
86         * MAINTAINERS: Add self as TI C6X maintainer.
87         * NEWS: Add news entry for TI C6X support.
88         * readelf.c: Include elf/tic6x.h.
89         (guess_is_rela): Handle EM_TI_C6000.
90         (dump_relocations): Likewise.
91         (get_tic6x_dynamic_type): New.
92         (get_dynamic_type): Call it.
93         (get_machine_flags): Handle EF_C6000_REL.
94         (get_osabi_name): Handle machine-specific values only for relevant
95         machines.  Handle C6X values.
96         (get_tic6x_segment_type): New.
97         (get_segment_type): Call it.
98         (get_tic6x_section_type_name): New.
99         (get_section_type_name): Call it.
100         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
101         EM_TI_C6000.
103 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
105         * doc/binutils.texi (readelf) <unwind information>: Mention support for
106         ARM unwind tables.
108 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
110         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
112 2010-03-17  Alan Modra  <amodra@gmail.com>
114         * readelf.c (dump_arm_unwind): Warning fix.
116 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
118         * MAINTAINERS: Update my email address.  List Tristan Gingold
119         as the release branch maintainer.
121 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
123         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
125 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
127         * NEWS: Document .ARM.exidx / .ARM.extab support.
129         * dwarf.c (read_leb128): Make non-static.
130         * dwarf.h (read_leb128): Declare.
131         * readelf.c (REMOVE_ARCH_BITS): Define.
132         (find_section_by_address): New.
133         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
134         (find_symbol_for_address): Handle the Thumb bit for ARM, by
135         using REMOVE_ARCH_BITS.
136         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
137         (arm_free_section, arm_section_get_word, decode_arm_unwind)
138         (dump_arm_unwind, arm_process_unwind): New.
139         (process_unwind): Handle ARM.
141 2010-02-26  Jie Zhang  <jie@codesourcery.com>
143         * MAINTAINERS: Update my email address.
145 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
147         PR binutils/11298
148         * doc/binutils.texi (windmc): Fix synopsis and description of
149         ASCII options.
151 2010-02-19  Alan Modra  <amodra@gmail.com>
153         * readelf.c (get_group_flags): Return empty string when flags zero.
154         Add space in other returned values.
155         (process_section_groups): Adjust format string.
157 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
159         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
160         newly permitted attribute values.
161         (arm_attr_tag_Virtualization_use): Likewise.
162         (arm_attr_tag_DIV_use): Add description of new attribute.
163         (arm_attr_tag_MPextension_use_legacy): Likewise.
165 2010-02-15  Nick Clifton  <nickc@redhat.com>
167         * po/vi.po: Updated Vietnamese translation.
169 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
171         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
172         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
174 2010-02-08  Jim Blandy  <jimb@red-bean.com>
176         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
177         'z' augmentation strings.
179 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
181         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
182         a new address, so as not to reuse a previous, non-related reloc.
184 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
186         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
188 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
190         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
191         sections.
193 2010-01-28  Nick Clifton  <nickc@redhat.com>
195         PR 11225
196         * objdump.c (only): Replace with linked list.
197         (only_size, only_used): Replace with only_list.
198         (process_section_p): Set seen field on matches sections.
199         (add_only): New function.
200         (free_only_list): New function.
201         (disassemble_section): Check only_list.
202         (main): Use add_only and free_only_list.
204 2010-01-26  Tristan Gingold  <gingold@adacore.com>
206         * Makefile.am (bin2c): Add libintl dependance and library.
207         * Makefile.in: Regenerate.
209 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
211         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
213 2010-01-19  Ian Lance Taylor  <iant@google.com>
215         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
216         with non-ordinary files like /dev/null.
218 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
219             Alan Modra <amodra@gmail.com>
221         * readelf.c (process_file_header): Handle e_phnum extension.
223 2010-01-14  Tristan Gingold  <gingold@adacore.com>
225         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
226         and DW_AT_GNAT_descriptive_type.
228 2010-01-13  Tristan Gingold  <gingold@adacore.com>
230         * ar.c (main): Use lbasename.
231         (normalize): Ditto.
232         * objdump.c (update_source_path): Ditto.
234 2010-01-12  Tristan Gingold  <gingold@adacore.com>
236         * makefile.vms (CFLAGS): Turns warnings into informational messages.
238 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
240         PR ld/11146
241         * NEWS: Mention --dyn-syms for readelf.
243         * readelf.c (do_dyn_syms): New.
244         (OPTION_DYN_SYMS): Likewise.
245         (options): Add "dyn-syms".
246         (usage): Add --dyn-syms.
247         (parse_args): Handle OPTION_DYN_SYMS.
248         (process_symbol_table): Handle do_dyn_syms.
249         (process_object): Likewise.
250         (process_archive): Likewise.
252         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
253         symbol hash tables for -D.
255 2010-01-11  Nick Clifton  <nickc@redhat.com>
257         * NEWS: Mention addition of elfedit.
259         * po/fi.po: Updated Finnish translation.
261 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
263         * Makefile.in: Regenerate.
264         * configure: Regenerate.
265         * doc/Makefile.in: Regenerate.
267 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
269         * version.c (print_version): Change to "Copyright 2010".
271 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
273         * elfedit.c (input_elf_type): New.
274         (output_elf_type): Likewise.
275         (elf_type): Likewise.
276         (update_elf_header): Support updating ELF file type.
277         (command_line_switch): Add OPTION_INPUT_TYPE and
278         OPTION_OUTPUT_TYPE.
279         (options): Likewise.
280         (usage): Add --input-type and --output-type.
281         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
282         one of --output-mach and --output-type must be specified.
284         * doc/binutils.texi: Document --input-type and --output-type
285         for elfedit.
287 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
289         * doc/binutils.texi: Fix a typo.
291 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
293         * elfedit.c (update_elf_header): Don't change input_elf_class
294         nor input_elf_machine if they are -1.
296 2010-01-08  Tristan Gingold  <gingold@adacore.com>
298         * ar.c: Remove bfd_special_undocumented_glue prototype.
300 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
302         * elfedit.c (update_elf_header): Reformat.
304 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
306         * readelf.c (usage): Fix indent for --symbols.
308 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
310         * doc/binutils.texi: Replace -histogram with --histogram.
312 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
314         PR binutils/11131
315         * Makefile.am (ELFEDIT_PROG): New.
316         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
317         (CFILES): Add elfedit.c.
318         (elfedit_DEPENDENCIES): New.
319         (elfedit_SOURCES): Likewise.
320         (elfedit_LDADD): Likewise.
321         * Makefile.in: Regenerated.
323         * elfedit.c: New.
325         * doc/binutils.texi: Document elfedit.
327         * doc/Makefile.am (man_MANS): Add elfedit.1.
328         (elfedit.1): New.
329         * doc/Makefile.in: Regenerated.
331 2010-01-06  Tristan Gingold  <gingold@adacore.com>
333         * nm.c (usage): Remove extra blanks.
335 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
337         * objcopy.c: Update copyright.
338         * readelf.c: Likewise.
340 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
342         PR binutils/11130
343         * objcopy.c (copy_object): Remove "Warning: " from error
344         message.
346 2010-01-04  Nick Clifton  <nickc@redhat.com>
348         PR 11128
349         * readelf.c (dump_section_as_strings): Use two separate
350         invocations of printf() in order to work around bugs in
351         the Solaris 8 implementation.
353 2010-01-04  Nick Clifton  <nickc@redhat.com>
355         * po/ru.po: Updated Russian translation.
357 For older changes see ChangeLog-2009
359 Local Variables:
360 mode: change-log
361 left-margin: 8
362 fill-column: 74
363 version-control: never
364 End: