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