Updated Vietnamese translation.
[binutils.git] / binutils / ChangeLog
blob75e04e8078a8251b9c60028131d16a764d560290
1 2010-02-15  Nick Clifton  <nickc@redhat.com>
3         * po/vi.po: Updated Vietnamese translation.
5 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
7         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
8         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
10 2010-02-08  Jim Blandy  <jimb@red-bean.com>
12         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
13         'z' augmentation strings.
15 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
17         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
18         a new address, so as not to reuse a previous, non-related reloc.
20 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
22         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
24 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
26         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
27         sections.
29 2010-01-28  Nick Clifton  <nickc@redhat.com>
31         PR 11225
32         * objdump.c (only): Replace with linked list.
33         (only_size, only_used): Replace with only_list.
34         (process_section_p): Set seen field on matches sections.
35         (add_only): New function.
36         (free_only_list): New function.
37         (disassemble_section): Check only_list.
38         (main): Use add_only and free_only_list.
40 2010-01-26  Tristan Gingold  <gingold@adacore.com>
42         * Makefile.am (bin2c): Add libintl dependance and library.
43         * Makefile.in: Regenerate.
45 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
49 2010-01-19  Ian Lance Taylor  <iant@google.com>
51         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
52         with non-ordinary files like /dev/null.
54 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
55             Alan Modra <amodra@gmail.com>
57         * readelf.c (process_file_header): Handle e_phnum extension.
59 2010-01-14  Tristan Gingold  <gingold@adacore.com>
61         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
62         and DW_AT_GNAT_descriptive_type.
64 2010-01-13  Tristan Gingold  <gingold@adacore.com>
66         * ar.c (main): Use lbasename.
67         (normalize): Ditto.
68         * objdump.c (update_source_path): Ditto.
70 2010-01-12  Tristan Gingold  <gingold@adacore.com>
72         * makefile.vms (CFLAGS): Turns warnings into informational messages.
74 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
76         PR ld/11146
77         * NEWS: Mention --dyn-syms for readelf.
79         * readelf.c (do_dyn_syms): New.
80         (OPTION_DYN_SYMS): Likewise.
81         (options): Add "dyn-syms".
82         (usage): Add --dyn-syms.
83         (parse_args): Handle OPTION_DYN_SYMS.
84         (process_symbol_table): Handle do_dyn_syms.
85         (process_object): Likewise.
86         (process_archive): Likewise.
88         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
89         symbol hash tables for -D.
91 2010-01-11  Nick Clifton  <nickc@redhat.com>
93         * NEWS: Mention addition of elfedit.
95         * po/fi.po: Updated Finnish translation.
97 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
99         * Makefile.in: Regenerate.
100         * configure: Regenerate.
101         * doc/Makefile.in: Regenerate.
103 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
105         * version.c (print_version): Change to "Copyright 2010".
107 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
109         * elfedit.c (input_elf_type): New.
110         (output_elf_type): Likewise.
111         (elf_type): Likewise.
112         (update_elf_header): Support updating ELF file type.
113         (command_line_switch): Add OPTION_INPUT_TYPE and
114         OPTION_OUTPUT_TYPE.
115         (options): Likewise.
116         (usage): Add --input-type and --output-type.
117         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
118         one of --output-mach and --output-type must be specified.
120         * doc/binutils.texi: Document --input-type and --output-type
121         for elfedit.
123 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
125         * doc/binutils.texi: Fix a typo.
127 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
129         * elfedit.c (update_elf_header): Don't change input_elf_class
130         nor input_elf_machine if they are -1.
132 2010-01-08  Tristan Gingold  <gingold@adacore.com>
134         * ar.c: Remove bfd_special_undocumented_glue prototype.
136 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
138         * elfedit.c (update_elf_header): Reformat.
140 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
142         * readelf.c (usage): Fix indent for --symbols.
144 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
146         * doc/binutils.texi: Replace -histogram with --histogram.
148 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
150         PR binutils/11131
151         * Makefile.am (ELFEDIT_PROG): New.
152         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
153         (CFILES): Add elfedit.c.
154         (elfedit_DEPENDENCIES): New.
155         (elfedit_SOURCES): Likewise.
156         (elfedit_LDADD): Likewise.
157         * Makefile.in: Regenerated.
159         * elfedit.c: New.
161         * doc/binutils.texi: Document elfedit.
163         * doc/Makefile.am (man_MANS): Add elfedit.1.
164         (elfedit.1): New.
165         * doc/Makefile.in: Regenerated.
167 2010-01-06  Tristan Gingold  <gingold@adacore.com>
169         * nm.c (usage): Remove extra blanks.
171 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
173         * objcopy.c: Update copyright.
174         * readelf.c: Likewise.
176 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
178         PR binutils/11130
179         * objcopy.c (copy_object): Remove "Warning: " from error
180         message.
182 2010-01-04  Nick Clifton  <nickc@redhat.com>
184         PR 11128
185         * readelf.c (dump_section_as_strings): Use two separate
186         invocations of printf() in order to work around bugs in
187         the Solaris 8 implementation.
189 2010-01-04  Nick Clifton  <nickc@redhat.com>
191         * po/ru.po: Updated Russian translation.
193 For older changes see ChangeLog-2009
195 Local Variables:
196 mode: change-log
197 left-margin: 8
198 fill-column: 74
199 version-control: never
200 End: