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