OSDN Git Service

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