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