Improve x86 assembler error message.
[binutils.git] / binutils / ChangeLog
blob44da9c478993ebbc8d02a77c9b545a98e7600cc5
1 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
3         PR binutils/11298
4         * doc/binutils.texi (windmc): Fix synopsis and description of
5         ASCII options.
7 2010-02-19  Alan Modra  <amodra@gmail.com>
9         * readelf.c (get_group_flags): Return empty string when flags zero.
10         Add space in other returned values.
11         (process_section_groups): Adjust format string.
13 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
15         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
16         newly permitted attribute values.
17         (arm_attr_tag_Virtualization_use): Likewise.
18         (arm_attr_tag_DIV_use): Add description of new attribute.
19         (arm_attr_tag_MPextension_use_legacy): Likewise.
21 2010-02-15  Nick Clifton  <nickc@redhat.com>
23         * po/vi.po: Updated Vietnamese translation.
25 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
27         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
28         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
30 2010-02-08  Jim Blandy  <jimb@red-bean.com>
32         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
33         'z' augmentation strings.
35 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
37         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
38         a new address, so as not to reuse a previous, non-related reloc.
40 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
42         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
44 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
46         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
47         sections.
49 2010-01-28  Nick Clifton  <nickc@redhat.com>
51         PR 11225
52         * objdump.c (only): Replace with linked list.
53         (only_size, only_used): Replace with only_list.
54         (process_section_p): Set seen field on matches sections.
55         (add_only): New function.
56         (free_only_list): New function.
57         (disassemble_section): Check only_list.
58         (main): Use add_only and free_only_list.
60 2010-01-26  Tristan Gingold  <gingold@adacore.com>
62         * Makefile.am (bin2c): Add libintl dependance and library.
63         * Makefile.in: Regenerate.
65 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
67         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
69 2010-01-19  Ian Lance Taylor  <iant@google.com>
71         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
72         with non-ordinary files like /dev/null.
74 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
75             Alan Modra <amodra@gmail.com>
77         * readelf.c (process_file_header): Handle e_phnum extension.
79 2010-01-14  Tristan Gingold  <gingold@adacore.com>
81         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
82         and DW_AT_GNAT_descriptive_type.
84 2010-01-13  Tristan Gingold  <gingold@adacore.com>
86         * ar.c (main): Use lbasename.
87         (normalize): Ditto.
88         * objdump.c (update_source_path): Ditto.
90 2010-01-12  Tristan Gingold  <gingold@adacore.com>
92         * makefile.vms (CFLAGS): Turns warnings into informational messages.
94 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
96         PR ld/11146
97         * NEWS: Mention --dyn-syms for readelf.
99         * readelf.c (do_dyn_syms): New.
100         (OPTION_DYN_SYMS): Likewise.
101         (options): Add "dyn-syms".
102         (usage): Add --dyn-syms.
103         (parse_args): Handle OPTION_DYN_SYMS.
104         (process_symbol_table): Handle do_dyn_syms.
105         (process_object): Likewise.
106         (process_archive): Likewise.
108         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
109         symbol hash tables for -D.
111 2010-01-11  Nick Clifton  <nickc@redhat.com>
113         * NEWS: Mention addition of elfedit.
115         * po/fi.po: Updated Finnish translation.
117 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
119         * Makefile.in: Regenerate.
120         * configure: Regenerate.
121         * doc/Makefile.in: Regenerate.
123 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
125         * version.c (print_version): Change to "Copyright 2010".
127 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
129         * elfedit.c (input_elf_type): New.
130         (output_elf_type): Likewise.
131         (elf_type): Likewise.
132         (update_elf_header): Support updating ELF file type.
133         (command_line_switch): Add OPTION_INPUT_TYPE and
134         OPTION_OUTPUT_TYPE.
135         (options): Likewise.
136         (usage): Add --input-type and --output-type.
137         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
138         one of --output-mach and --output-type must be specified.
140         * doc/binutils.texi: Document --input-type and --output-type
141         for elfedit.
143 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
145         * doc/binutils.texi: Fix a typo.
147 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
149         * elfedit.c (update_elf_header): Don't change input_elf_class
150         nor input_elf_machine if they are -1.
152 2010-01-08  Tristan Gingold  <gingold@adacore.com>
154         * ar.c: Remove bfd_special_undocumented_glue prototype.
156 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
158         * elfedit.c (update_elf_header): Reformat.
160 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
162         * readelf.c (usage): Fix indent for --symbols.
164 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
166         * doc/binutils.texi: Replace -histogram with --histogram.
168 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
170         PR binutils/11131
171         * Makefile.am (ELFEDIT_PROG): New.
172         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
173         (CFILES): Add elfedit.c.
174         (elfedit_DEPENDENCIES): New.
175         (elfedit_SOURCES): Likewise.
176         (elfedit_LDADD): Likewise.
177         * Makefile.in: Regenerated.
179         * elfedit.c: New.
181         * doc/binutils.texi: Document elfedit.
183         * doc/Makefile.am (man_MANS): Add elfedit.1.
184         (elfedit.1): New.
185         * doc/Makefile.in: Regenerated.
187 2010-01-06  Tristan Gingold  <gingold@adacore.com>
189         * nm.c (usage): Remove extra blanks.
191 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
193         * objcopy.c: Update copyright.
194         * readelf.c: Likewise.
196 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
198         PR binutils/11130
199         * objcopy.c (copy_object): Remove "Warning: " from error
200         message.
202 2010-01-04  Nick Clifton  <nickc@redhat.com>
204         PR 11128
205         * readelf.c (dump_section_as_strings): Use two separate
206         invocations of printf() in order to work around bugs in
207         the Solaris 8 implementation.
209 2010-01-04  Nick Clifton  <nickc@redhat.com>
211         * po/ru.po: Updated Russian translation.
213 For older changes see ChangeLog-2009
215 Local Variables:
216 mode: change-log
217 left-margin: 8
218 fill-column: 74
219 version-control: never
220 End: