Add NT_386_XSTATE.
[binutils.git] / binutils / ChangeLog
blobede4c6de667523e72c1f4a740fea6bcfcd4bba3a
1 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
3         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
5 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
7         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
8         sections.
10 2010-01-28  Nick Clifton  <nickc@redhat.com>
12         PR 11225
13         * objdump.c (only): Replace with linked list.
14         (only_size, only_used): Replace with only_list.
15         (process_section_p): Set seen field on matches sections.
16         (add_only): New function.
17         (free_only_list): New function.
18         (disassemble_section): Check only_list.
19         (main): Use add_only and free_only_list.
21 2010-01-26  Tristan Gingold  <gingold@adacore.com>
23         * Makefile.am (bin2c): Add libintl dependance and library.
24         * Makefile.in: Regenerate.
26 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
30 2010-01-19  Ian Lance Taylor  <iant@google.com>
32         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
33         with non-ordinary files like /dev/null.
35 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
36             Alan Modra <amodra@gmail.com>
38         * readelf.c (process_file_header): Handle e_phnum extension.
40 2010-01-14  Tristan Gingold  <gingold@adacore.com>
42         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
43         and DW_AT_GNAT_descriptive_type.
45 2010-01-13  Tristan Gingold  <gingold@adacore.com>
47         * ar.c (main): Use lbasename.
48         (normalize): Ditto.
49         * objdump.c (update_source_path): Ditto.
51 2010-01-12  Tristan Gingold  <gingold@adacore.com>
53         * makefile.vms (CFLAGS): Turns warnings into informational messages.
55 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
57         PR ld/11146
58         * NEWS: Mention --dyn-syms for readelf.
60         * readelf.c (do_dyn_syms): New.
61         (OPTION_DYN_SYMS): Likewise.
62         (options): Add "dyn-syms".
63         (usage): Add --dyn-syms.
64         (parse_args): Handle OPTION_DYN_SYMS.
65         (process_symbol_table): Handle do_dyn_syms.
66         (process_object): Likewise.
67         (process_archive): Likewise.
69         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
70         symbol hash tables for -D.
72 2010-01-11  Nick Clifton  <nickc@redhat.com>
74         * NEWS: Mention addition of elfedit.
76         * po/fi.po: Updated Finnish translation.
78 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
80         * Makefile.in: Regenerate.
81         * configure: Regenerate.
82         * doc/Makefile.in: Regenerate.
84 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
86         * version.c (print_version): Change to "Copyright 2010".
88 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
90         * elfedit.c (input_elf_type): New.
91         (output_elf_type): Likewise.
92         (elf_type): Likewise.
93         (update_elf_header): Support updating ELF file type.
94         (command_line_switch): Add OPTION_INPUT_TYPE and
95         OPTION_OUTPUT_TYPE.
96         (options): Likewise.
97         (usage): Add --input-type and --output-type.
98         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
99         one of --output-mach and --output-type must be specified.
101         * doc/binutils.texi: Document --input-type and --output-type
102         for elfedit.
104 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
106         * doc/binutils.texi: Fix a typo.
108 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
110         * elfedit.c (update_elf_header): Don't change input_elf_class
111         nor input_elf_machine if they are -1.
113 2010-01-08  Tristan Gingold  <gingold@adacore.com>
115         * ar.c: Remove bfd_special_undocumented_glue prototype.
117 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
119         * elfedit.c (update_elf_header): Reformat.
121 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
123         * readelf.c (usage): Fix indent for --symbols.
125 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
127         * doc/binutils.texi: Replace -histogram with --histogram.
129 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
131         PR binutils/11131
132         * Makefile.am (ELFEDIT_PROG): New.
133         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
134         (CFILES): Add elfedit.c.
135         (elfedit_DEPENDENCIES): New.
136         (elfedit_SOURCES): Likewise.
137         (elfedit_LDADD): Likewise.
138         * Makefile.in: Regenerated.
140         * elfedit.c: New.
142         * doc/binutils.texi: Document elfedit.
144         * doc/Makefile.am (man_MANS): Add elfedit.1.
145         (elfedit.1): New.
146         * doc/Makefile.in: Regenerated.
148 2010-01-06  Tristan Gingold  <gingold@adacore.com>
150         * nm.c (usage): Remove extra blanks.
152 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
154         * objcopy.c: Update copyright.
155         * readelf.c: Likewise.
157 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
159         PR binutils/11130
160         * objcopy.c (copy_object): Remove "Warning: " from error
161         message.
163 2010-01-04  Nick Clifton  <nickc@redhat.com>
165         PR 11128
166         * readelf.c (dump_section_as_strings): Use two separate
167         invocations of printf() in order to work around bugs in
168         the Solaris 8 implementation.
170 2010-01-04  Nick Clifton  <nickc@redhat.com>
172         * po/ru.po: Updated Russian translation.
174 For older changes see ChangeLog-2009
176 Local Variables:
177 mode: change-log
178 left-margin: 8
179 fill-column: 74
180 version-control: never
181 End: