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