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