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