bfd:
[external/binutils.git] / binutils / ChangeLog
1 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
2
3         * MAINTAINERS: Add self as TI C6X maintainer.
4         * NEWS: Add news entry for TI C6X support.
5         * readelf.c: Include elf/tic6x.h.
6         (guess_is_rela): Handle EM_TI_C6000.
7         (dump_relocations): Likewise.
8         (get_tic6x_dynamic_type): New.
9         (get_dynamic_type): Call it.
10         (get_machine_flags): Handle EF_C6000_REL.
11         (get_osabi_name): Handle machine-specific values only for relevant
12         machines.  Handle C6X values.
13         (get_tic6x_segment_type): New.
14         (get_segment_type): Call it.
15         (get_tic6x_section_type_name): New.
16         (get_section_type_name): Call it.
17         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
18         EM_TI_C6000.
19
20 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
21
22         * doc/binutils.texi (readelf) <unwind information>: Mention support for
23         ARM unwind tables.
24
25 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
26
27         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
28
29 2010-03-17  Alan Modra  <amodra@gmail.com>
30
31         * readelf.c (dump_arm_unwind): Warning fix.
32
33 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
34
35         * MAINTAINERS: Update my email address.  List Tristan Gingold
36         as the release branch maintainer.
37
38 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
39
40         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
41
42 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
43
44         * NEWS: Document .ARM.exidx / .ARM.extab support.
45
46         * dwarf.c (read_leb128): Make non-static.
47         * dwarf.h (read_leb128): Declare.
48         * readelf.c (REMOVE_ARCH_BITS): Define.
49         (find_section_by_address): New.
50         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
51         (find_symbol_for_address): Handle the Thumb bit for ARM, by
52         using REMOVE_ARCH_BITS.
53         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
54         (arm_free_section, arm_section_get_word, decode_arm_unwind)
55         (dump_arm_unwind, arm_process_unwind): New.
56         (process_unwind): Handle ARM.
57
58 2010-02-26  Jie Zhang  <jie@codesourcery.com>
59
60         * MAINTAINERS: Update my email address.
61
62 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
63
64         PR binutils/11298
65         * doc/binutils.texi (windmc): Fix synopsis and description of
66         ASCII options.
67
68 2010-02-19  Alan Modra  <amodra@gmail.com>
69
70         * readelf.c (get_group_flags): Return empty string when flags zero.
71         Add space in other returned values.
72         (process_section_groups): Adjust format string.
73
74 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
75
76         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
77         newly permitted attribute values.
78         (arm_attr_tag_Virtualization_use): Likewise.
79         (arm_attr_tag_DIV_use): Add description of new attribute.
80         (arm_attr_tag_MPextension_use_legacy): Likewise.
81
82 2010-02-15  Nick Clifton  <nickc@redhat.com>
83
84         * po/vi.po: Updated Vietnamese translation.
85
86 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
87
88         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
89         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
90
91 2010-02-08  Jim Blandy  <jimb@red-bean.com>
92
93         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
94         'z' augmentation strings.
95
96 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
97
98         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
99         a new address, so as not to reuse a previous, non-related reloc.
100
101 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
102
103         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
104
105 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
106
107         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
108         sections.
109
110 2010-01-28  Nick Clifton  <nickc@redhat.com>
111
112         PR 11225
113         * objdump.c (only): Replace with linked list.
114         (only_size, only_used): Replace with only_list.
115         (process_section_p): Set seen field on matches sections.
116         (add_only): New function.
117         (free_only_list): New function.
118         (disassemble_section): Check only_list.
119         (main): Use add_only and free_only_list.
120
121 2010-01-26  Tristan Gingold  <gingold@adacore.com>
122
123         * Makefile.am (bin2c): Add libintl dependance and library.
124         * Makefile.in: Regenerate.
125
126 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
127
128         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
129
130 2010-01-19  Ian Lance Taylor  <iant@google.com>
131
132         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
133         with non-ordinary files like /dev/null.
134
135 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
136             Alan Modra <amodra@gmail.com>
137
138         * readelf.c (process_file_header): Handle e_phnum extension.
139
140 2010-01-14  Tristan Gingold  <gingold@adacore.com>
141
142         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
143         and DW_AT_GNAT_descriptive_type.
144
145 2010-01-13  Tristan Gingold  <gingold@adacore.com>
146
147         * ar.c (main): Use lbasename.
148         (normalize): Ditto.
149         * objdump.c (update_source_path): Ditto.
150
151 2010-01-12  Tristan Gingold  <gingold@adacore.com>
152
153         * makefile.vms (CFLAGS): Turns warnings into informational messages.
154
155 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
156
157         PR ld/11146
158         * NEWS: Mention --dyn-syms for readelf.
159
160         * readelf.c (do_dyn_syms): New.
161         (OPTION_DYN_SYMS): Likewise.
162         (options): Add "dyn-syms".
163         (usage): Add --dyn-syms.
164         (parse_args): Handle OPTION_DYN_SYMS.
165         (process_symbol_table): Handle do_dyn_syms.
166         (process_object): Likewise.
167         (process_archive): Likewise.
168
169         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
170         symbol hash tables for -D.
171
172 2010-01-11  Nick Clifton  <nickc@redhat.com>
173
174         * NEWS: Mention addition of elfedit.
175
176         * po/fi.po: Updated Finnish translation.
177
178 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
179
180         * Makefile.in: Regenerate.
181         * configure: Regenerate.
182         * doc/Makefile.in: Regenerate.
183
184 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
185
186         * version.c (print_version): Change to "Copyright 2010".
187
188 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
189
190         * elfedit.c (input_elf_type): New.
191         (output_elf_type): Likewise.
192         (elf_type): Likewise.
193         (update_elf_header): Support updating ELF file type.
194         (command_line_switch): Add OPTION_INPUT_TYPE and
195         OPTION_OUTPUT_TYPE.
196         (options): Likewise.
197         (usage): Add --input-type and --output-type.
198         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
199         one of --output-mach and --output-type must be specified.
200
201         * doc/binutils.texi: Document --input-type and --output-type
202         for elfedit.
203
204 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
205
206         * doc/binutils.texi: Fix a typo.
207
208 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
209
210         * elfedit.c (update_elf_header): Don't change input_elf_class
211         nor input_elf_machine if they are -1.
212
213 2010-01-08  Tristan Gingold  <gingold@adacore.com>
214
215         * ar.c: Remove bfd_special_undocumented_glue prototype.
216
217 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
218
219         * elfedit.c (update_elf_header): Reformat.
220
221 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
222
223         * readelf.c (usage): Fix indent for --symbols.
224
225 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
226
227         * doc/binutils.texi: Replace -histogram with --histogram.
228
229 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
230
231         PR binutils/11131
232         * Makefile.am (ELFEDIT_PROG): New.
233         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
234         (CFILES): Add elfedit.c.
235         (elfedit_DEPENDENCIES): New.
236         (elfedit_SOURCES): Likewise.
237         (elfedit_LDADD): Likewise.
238         * Makefile.in: Regenerated.
239
240         * elfedit.c: New.
241
242         * doc/binutils.texi: Document elfedit.
243
244         * doc/Makefile.am (man_MANS): Add elfedit.1.
245         (elfedit.1): New.
246         * doc/Makefile.in: Regenerated.
247
248 2010-01-06  Tristan Gingold  <gingold@adacore.com>
249
250         * nm.c (usage): Remove extra blanks.
251
252 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
253
254         * objcopy.c: Update copyright.
255         * readelf.c: Likewise.
256
257 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
258
259         PR binutils/11130
260         * objcopy.c (copy_object): Remove "Warning: " from error
261         message.
262
263 2010-01-04  Nick Clifton  <nickc@redhat.com>
264
265         PR 11128
266         * readelf.c (dump_section_as_strings): Use two separate
267         invocations of printf() in order to work around bugs in
268         the Solaris 8 implementation.
269
270 2010-01-04  Nick Clifton  <nickc@redhat.com>
271
272         * po/ru.po: Updated Russian translation.
273
274 For older changes see ChangeLog-2009
275 \f
276 Local Variables:
277 mode: change-log
278 left-margin: 8
279 fill-column: 74
280 version-control: never
281 End: