Updated translations.
[binutils-gdb.git] / binutils / ChangeLog
1 2010-11-10 Nick Clifton <nickc@redhat.com>
2
3 * po/ja.po: Updated Japanese translation.
4 * po/fr.po: Updated French translation.
5
6 2010-11-08 Nick Clifton <nickc@redhat.com>
7
8 * po/ja.po: Updated Japanese translation.
9
10 2010-11-08 Alan Modra <amodra@gmail.com>
11
12 * objcopy.c (copy_main): No need to rename sections when compressing
13 or decompressing.
14
15 2010-11-05 Alan Modra <amodra@gmail.com>
16
17 * bin2c.c: Remove internationalization and version report.
18 * Makefile.am: Update bin2c rule.
19 * Makefile.in: Regenerate.
20
21 2010-11-05 Tristan Gingold <gingold@adacore.com>
22
23 * po/binutils.pot: Regenerate
24
25 2010-11-05 Tristan Gingold <gingold@adacore.com>
26
27 * NEWS: Add marker for 2.21.
28
29 2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
30
31 * objdump.c (dump_bfd_header): Don't display
32 BFD_FLAGS_FOR_BFD_USE_MASK bits in abfd->flags.
33
34 2010-11-02 Joseph Myers <joseph@codesourcery.com>
35
36 * readelf.c (display_tic6x_attribute): Handle more attributes.
37
38 2010-10-30 Kai Tietz <kai.tietz@onevision.com>
39
40 * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
41 directives.
42
43 2010-10-29 Joseph Myers <joseph@codesourcery.com>
44
45 * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
46 not hardcoded 32. Display name of this attribute.
47
48 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
49
50 * addr2line.c (process_file): Set BFD_DECOMPRESS.
51
52 * objcopy.c (do_debug_sections): New.
53 (OPTION_COMPRESS_DEBUG_SECTIONS): New.
54 (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
55 (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
56 OPTION_DECOMPRESS_DEBUG_SECTIONS.
57 (copy_usage): Add --compress-debug-sections and
58 --decompress-debug-sections.
59 (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
60 (copy_section): Replace bfd_get_section_contents with
61 bfd_get_full_section_contents.
62 (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
63 OPTION_DECOMPRESS_DEBUG_SECTIONS. Check do_debug_sections to
64 rename DWARF debug sections.
65
66 * objdump.c (load_specific_debug_section): Replace
67 bfd_get_section_contents with bfd_get_full_section_contents.
68 Remove bfd_uncompress_section_contents.
69 (dump_section): Replace bfd_get_section_contents with
70 bfd_get_full_section_contents.
71 (display_file): Set BFD_DECOMPRESS if needed.
72
73 * readelf.c (uncompress_section_contents): Set buffer to NULL
74 to indiate decompression failure.
75 (load_specific_debug_section): Always call
76 uncompress_section_contents.
77
78 * doc/binutils.texi: Document --compress-debug-sections and
79 --decompress-debug-sections.
80
81 2010-10-29 Nick Clifton <nickc@redhat.com>
82
83 PR binutils/12058
84 * ar.c (usage): Revert previous change. Describe how 's' can be
85 used as a command letter.
86 * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
87 a command letter.
88
89 2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
90 Joseph Myers <joseph@codesourcery.com>
91
92 * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
93
94 2010-10-28 Nick Clifton <nickc@redhat.com>
95
96 PR binutils/12058
97 * ar.c (usage): Remove spurious 's' from list of accepted command
98 letters.
99
100 2010-10-28 Alan Modra <amodra@gmail.com>
101
102 * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
103 (is_32bit_pcrel_reloc): Support microblaze.
104
105 2010-10-26 Nick Clifton <nickc@redhat.com>
106
107 * po/ja.po: Updated Japanese transaltion.
108
109 2010-10-21 Joseph Myers <joseph@codesourcery.com>
110
111 * readelf.c (display_tic6x_attribute): Update for attribute
112 renaming.
113
114 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
115
116 * dwarf.c (byte_get_signed): Make it extern.
117
118 * dwarf.h (byte_get_signed): New.
119
120 * readelf.c (BYTE_GET_SIGNED): New.
121 (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
122 (dump_relocations): Properly dump r_addend.
123
124 2010-10-08 Joseph Myers <joseph@codesourcery.com>
125
126 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
127 (set_print_radix): Update for __MSVCRT__ definition of
128 value_format_64bit.
129
130 2010-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
131
132 Fix build with -DDEBUG=7
133 * nlmheader.y (DEBUG token): Rename to DEBUG_K.
134
135 2010-10-06 Alan Modra <amodra@gmail.com>
136
137 * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
138
139 2010-10-05 Alan Modra <amodra@gmail.com>
140
141 * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
142 (bfd_nonfatal_message, report, list_matching_formats): Likewise.
143 (list_supported_targets): Tidy.
144 * objdump.c (free_only_list): Formatting.
145 (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
146 object".
147 (update_source_path): Delete redundant check for NULL filename.
148 (disassemble_bytes): Error if disassemble_fn returns a value
149 that won't increment address.
150 (disassemble_data): Don't capitalize error message.
151 (read_section_stabs): Likewise.
152 (main): Return non-zero exit status on bad options.
153
154 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
155
156 PR binutils/12088
157 * nm.c (plugin_target): New.
158 (main): Set plugin_target to "plugin" for --plugin.
159 (display_file): Pass plugin_target to bfd_openr if target
160 isn't set.
161
162 2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163
164 * configure: Regenerate.
165
166 2010-09-22 Mike Frysinger <vapier@gentoo.org>
167
168 * MAINTAINERS: Add self as ADI Blackfin maintainer.
169
170 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
171
172 * emul_aix.c (ar_emul_aix_append): Add a target argument
173 and ignore it if it is set.
174 (ar_emul_aix5_append): Likewise.
175 (ar_emul_aix_replace): Likewise.
176 (ar_emul_aix5_replace): Likewise.
177
178 2010-09-15 H.J. Lu <hongjiu.lu@intel.com>
179
180 * ar.c (plugin_target): New.
181 (main): Set plugin_target to "plugin" for --plugin.
182 (open_inarch): Initialize target to plugin_target.
183 (replace_members): Pass plugin_target to ar_emul_replace
184 and ar_emul_append.
185
186 * binemul.h (ar_emul_append): Add a target argument.
187 (ar_emul_default_append): Likewise.
188 (ar_emul_replace): Likewise.
189 (ar_emul_default_replace): Likewise.
190 (bin_emulation_xfer_struct): Add a target argument to
191 ar_append and ar_replace.
192
193 * binemul.c (ar_emul_append): Updated. Pass target to bfd_openr.
194 (do_ar_emul_default_append): Likewise.
195 (ar_emul_default_append): Likewise.
196 (ar_emul_replace): Likewise.
197 (ar_emul_default_replace): Likewise.
198
199 2010-09-10 Ben Gardiner <bengardiner@nanometrics.ca>
200
201 * objcopy.c: Add --interleave-width option to allow interleaving
202 of more than one byte at a time.
203 (copy_width): New variable.
204 (copy_options): Add --interleave-width.
205 (copy_section): When interleaving copy in units of copy_width
206 bytes.
207 (copy_main): Parse the new option.
208 * doc/binutils: Document the new option.
209 * NEWS: Mention the new feature.
210
211 2010-09-09 Jakub Jelinek <jakub@redhat.com>
212
213 * dwarf.c (decode_location_expression): Fix data adjustment
214 for DW_OP_GNU_implicit_pointer in v3+.
215
216 2010-09-09 Tristan Gingold <gingold@adacore.com>
217
218 * NEWS: Add entry to NEWS for hppa/som.
219
220 2010-09-09 Jakub Jelinek <jakub@redhat.com>
221
222 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
223 * dwarf.c (decode_location_expression): Add offset_size and
224 dwarf_version arguments. Prefix DIE offset with 0x for
225 DW_OP_call{2,4,_ref}. Fix up DW_OP_call_ref operand size,
226 complain if in frame info section. Handle
227 DW_OP_GNU_implicit_pointer.
228 (read_and_display_attr_value, display_debug_loc,
229 display_debug_frames): Adjust decode_location_expression callers.
230 (process_debug_info): Save offset_size and dwarf_version values
231 into debug_information array.
232
233 2010-09-07 Nick Clifton <nickc@redhat.com>
234
235 * readelf.c (process_section_headers): Mention meaning of 'l'
236 section flag for x86-64 targets.
237
238 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
239 Jakub Jelinek <jakub@redhat.com>
240
241 * dwarf.c (regname): New declaration.
242 (decode_location_expression): Print for registers also regname output.
243
244 2010-09-02 Richard Henderson <rth@redhat.com>
245
246 * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
247 (init_dwarf_regnames): Use them.
248 * dwarf.h: Declare them.
249 * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
250 the regnames, rather than using elf_machine_code.
251
252 2010-09-02 Richard Henderson <rth@redhat.com>
253
254 * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
255
256 2010-08-23 H.J. Lu <hongjiu.lu@intel.com>
257
258 * elfedit.c (input_elf_osabi): New.
259 (output_elf_osbi): Likewise.
260 (osabis): Likewise.
261 (elf_osabi): Likewise.
262 (update_elf_header): Support updating ELF OSABI.
263 (make_qualified_name): Break long line.
264 (command_line_switch): Add OPTION_INPUT_OSABI and
265 OPTION_OUTPUT_OSABI.
266 (options): Likewise.
267 (usage): Add --input-osabi and --output-osabi.
268 (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
269
270 * doc/binutils.texi: Document --input-osabi and --output-osabi
271 for elfedit.
272
273 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
274
275 * readelf.c (display_mips_gnu_attribute): Replace GCC options
276 with a textual description of a MIPS32r2 64-bit FPU.
277
278 2010-08-13 Dan Rosenberg <dan.j.rosenberg@gmail.com>
279
280 PR binutils/11889
281 * readelf.c (get_32bit_elf_symbols): Check for a corrupt
282 sh_entsize.
283 (get_64bit_elf_symbols): Likewise.
284 (process_symbol_table): Likewise.
285 (process_section_groups): Check for corrupt headers.
286 (process_version_sections): Check for corrupt indicies.
287 (process_corefile_note_segment): Likewise.
288
289 2010-08-13 Nathan Sidwell <nathan@codesourcery.com>
290
291 * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
292 variants.
293
294 2010-08-13 Tom Tromey <tromey@redhat.com>
295
296 * dwarf.c (process_debug_info): Don't subtract section address
297 when calculating location of cu abbrev within section.
298
299 2010-08-12 Michael Haubenwallner <haubi@gentoo.org>
300
301 PR binutils/11742
302 * readelf.c (get_archive_member_name): Do not read beyond the end
303 of the ar_name field.
304
305 2010-08-03 Tristan Gingold <gingold@adacore.com>
306
307 * dwarf.c (display_debug_lines): Mark file argument unused.
308 Do not try to load .debug_info section.
309
310 2010-08-02 Alan Modra <amodra@gmail.com>
311
312 * readelf.c (apply_relocations): D30V is really REL.
313
314 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
315 Ina Pandit <ina.pandit@kpitcummins.com>
316
317 * binutils/readelf.c: Add support for V850E2 and V850E2V3.
318
319 2010-07-22 Alan Modra <amodra@gmail.com>
320
321 * readelf.c: Add Moxie support.
322
323 2010-07-20 Alan Modra <amodra@gmail.com>
324
325 * readelf.c (process_program_headers): Don't ignore all zero size
326 sections.
327
328 2010-07-19 Andreas Schwab <schwab@redhat.com>
329
330 * readelf.c (process_section_headers): Update key to flags.
331
332 2010-07-17 Dave Korn <dave.korn.cygwin@gmail.com>
333
334 * objcopy.c (copy_usage): Tweak previous typofix.
335
336 2010-07-17 H.J. Lu <hongjiu.lu@intel.com>
337
338 * objcopy.c (copy_usage): Fix a typo.
339
340 2010-07-15 Kai Tietz <kai.tietz@onevision.com>
341
342 * dllwrap.c (main): Make sure is_leading_underscore
343 gets initialized with correct default.
344
345 2010-07-05 Alan Modra <amodra@gmail.com>
346
347 * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
348
349 2010-07-03 Cary Coutant <ccoutant@google.com>
350
351 * objdump.c (load_specific_debug_section): Decompress section contents
352 before applying relocations.
353 * readelf.c (load_specific_debug_section): Update section size after
354 decompression.
355
356 2010-06-29 Alan Modra <amodra@gmail.com>
357
358 PR binutils/3166
359 * objcopy.c (is_strip_section): Revert 2006-09-05.
360 (setup_section): Make SHT_GROUP section nobits.
361
362 2010-06-29 Alan Modra <amodra@gmail.com>
363
364 * configure: Regenerate.
365 * po/POTFILES.in: Regenerate.
366
367 2010-06-27 Alan Modra <amodra@gmail.com>
368
369 * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
370
371 2010-06-17 Nick Clifton <nickc@redhat.com>
372
373 PR binutils/11711
374 * windres.c (enum option_values): New enum.
375 (long_options): Use separate option number for --include-dir
376 option.
377 (main): Separate backwards compatibility check from code to
378 implement --include-dir. Check to see if directory exists and do
379 not complain if it does.
380
381 2010-06-15 Joseph Myers <joseph@codesourcery.com>
382
383 * readelf.c (display_tic6x_attribute, process_tic6x_specific):
384 New.
385 (process_arch_specific): Call process_tic6x_specific for
386 EM_TI_C6000.
387
388 2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
389
390 * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
391 for 0x%lx.
392
393 2010-06-11 Tristan Gingold <gingold@adacore.com>
394 Doug Rupp <rupp@gnat.com>
395
396 * readelf.c (is_ia64_vms): New function.
397 (dump_relocations): Use it.
398 (get_machine_flags): Display IA-64 OpenVMS flags.
399 (process_program_headers): No error on OpenVMS if no .dynamic section.
400 (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
401 declarations.
402 (dump_ia64_vms_dynamic_fixups): New function.
403 (dump_ia64_vms_dynamic_relocs): Ditto.
404 (process_ia64_vms_dynamic_relocs): Ditto.
405 (process_relocs): Handle IA-64 OpenVMS relocs.
406 (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
407 (print_vms_time): New function.
408 (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
409 DT_IA_64_VMS_LNKFLAGS.
410 (get_ia64_symbol_other): New function.
411 (get_symbol_other): Handle EM_IA_64.
412
413 2010-06-11 Tristan Gingold <gingold@adacore.com>
414
415 * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
416 (UNW_DEC_ABI): Ditto for abiname.
417 (unw_decode_table): Make it const.
418
419 2010-06-10 Tristan Gingold <gingold@adacore.com>
420
421 * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
422 not inplace.
423
424 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
425 Joseph Myers <joseph@codesourcery.com>
426 Andrew Stubbs <ams@codesourcery.com>
427
428 * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
429
430 2010-05-25 Jay Krell <jay.krell@cornell.edu>
431
432 PR ld/11621
433 * Makefile.am: Replace all occurences of .o with .@OBJEXT@
434 * Makefile.in: Regenerate.
435
436 2010-05-24 Tristan Gingold <gingold@adacore.com>
437
438 * readelf.c (usage): Add new trace sections for --debug-dump.
439 (process_section_headers): Handle dump of trace sections.
440 * objdump.c (usage): Add new trace sections for --dwarf.
441 * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
442 (do_trace_aranges): Ditto.
443 (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
444 and trace_aranges literals.
445 * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
446 (do_trace_aranges): Ditto.
447 (process_debug_info): Add abbrev_sec argument and replace
448 abbrev with abbrev_sec.
449 (load_debug_info): Adjust call of process_debug_info.
450 (display_debug_info): Ditto.
451 (display_trace_info): New function.
452 (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
453 and trace_aranges sections name.
454 (dwarf_select_sections_all): Also select trace sections.
455 (debug_displays): Reindent. Add entries for the trace sections.
456 * doc/binutils.texi (readelf): Document new --dwarf parameters.
457 (objdump): Ditto.
458
459 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
460
461 PR gas/11600
462 * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
463 generic flag.
464
465 2010-05-07 Tristan Gingold <gingold@adacore.com>
466
467 * Makefile.in: Regenerate with automake 1.11.1.
468 * aclocal.m4: Ditto.
469 * doc/Makefile.in: Ditto.
470
471 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
472
473 * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
474 * readelf.c (get_elf_section_flags): Likewise.
475 (process_section_headers): Likewise.
476
477 2010-05-05 Nick Clifton <nickc@redhat.com>
478
479 * po/es.po: Updated Spanish translation.
480
481 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
482
483 * dlltool.c (main): Query for bfd's underscoring default for
484 default target case.
485
486 2010-04-27 Nick Clifton <nickc@redhat.com>
487
488 * po/ru.po: Updated Russian translation.
489
490 2010-04-23 Alan Modra <amodra@gmail.com>
491
492 * readelf.c (process_program_headers): Replace use of
493 ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
494
495 2010-04-22 Nick Clifton <nickc@redhat.com>
496
497 * po/binutils.pot: Updated by the Translation project.
498 * po/fi.po: Updated Finnish translation.
499 * po/vi.po: Updated Vietnamese translation.
500 * po/bg.po: New Bulgarian translation.
501 * configure.in (ALL_LINGUAS): Add bg.
502 * configure: Regenerate.
503
504 2010-04-20 Nick Clifton <nickc@redhat.com>
505
506 * po/fr.po: Updated french translation.
507
508 2010-04-20 Nick Clifton <nickc@redhat.com>
509
510 * readelf.c: Add _() macros to constant strings that are
511 translatable.
512
513 * readelf.c (display_mips_gnu_attribute): Replace GCC options
514 with a textual description of single and double precision float.
515
516 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
517
518 * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
519 (arm_attr_tag_ABI_align8_needed): Remove.
520 (arm_attr_tag_ABI_align8_preserved): Remove.
521 (arm_attr_tag_ABI_HardFP_use): Update text strings.
522 (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
523 (display_arm_attribute): Add decoding of ABI v2.08 attributes.
524
525 2010-04-13 Nick Clifton <nickc@redhat.com>
526
527 PR binutils/11419
528 * dwarf.c (process_debug_info): Initialise the signature array.
529
530 2010-04-09 Nick Clifton <nickc@redhat.com>
531
532 * dwarf.c (process_debug_info): Remove unused variable
533 cu_abbrev_offset_ptr.
534 (display_debug_lines_decoded): Remove unused variable prev_line.
535 * elfedit.c (process_archive): Remove unused variable
536 file_name_size.
537 * ieee.c (ieee_start_compilation_unit): Remove unused variable
538 nindx.
539 (ieee_set_type): Remove unused variables info, targetindx and
540 baseindx.
541 * objdump.c (disassmble_byte): Remove unused variable done_dot.
542 * rddbg.c (read_section_stabs_debugging_info): Remove unused
543 variable other.
544 * readelf.c (dump_section_as_strings): Remove unused variable
545 addr.
546 (process_archive): Remove unused variable file_name_size.
547 * stabs.c (parse_stab_string): Mark desc parameter as unused.
548 Remove unused variable lineno.
549 (parse_stab_struct_type): Remove unused variable orig.
550 (stab_demangle_type): Remove unused variables constp, volatilep
551 and hold.
552
553 2010-04-07 Alan Modra <amodra@gmail.com>
554
555 * configure: Regenerate.
556
557 2010-04-06 Nick Clifton <nickc@redhat.com>
558
559 * po/vi.po: Updated Vietnamese translation.
560
561 2010-04-05 Jakub Jelinek <jakub@redhat.com>
562
563 * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
564 fields.
565 (display_debug_frames): Handle CIE version 4.
566
567 * dwarf.c (struct State_Machine_Registers): Add op_index field,
568 change end_sequence type to unsigned char.
569 (reset_state_machine): Clear op_index.
570 (process_extended_line_op): For DW_LNE_set_address clear op_index.
571 (display_debug_lines_raw): Initialize li_max_ops_per_insn.
572 Track op_index state machine register and print it if
573 li_max_ops_per_insn is != 1.
574 (display_debug_lines_decoded): Likewise.
575
576 2010-04-01 Jakub Jelinek <jakub@redhat.com>
577
578 * dwarf.c (read_and_display_attr_value): Don't reject
579 dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
580 and DW_FORM_exprloc.
581 (process_debug_info): Handle cu_version == 4.
582 (display_debug_lines_raw, display_debug_lines_decoded): Handle
583 li_version == 4.
584
585 2010-03-30 Andreas Schwab <schwab@linux-m68k.org>
586
587 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
588 * Makefile.in: Regenerate.
589
590 2010-03-25 Joseph Myers <joseph@codesourcery.com>
591
592 * MAINTAINERS: Add self as TI C6X maintainer.
593 * NEWS: Add news entry for TI C6X support.
594 * readelf.c: Include elf/tic6x.h.
595 (guess_is_rela): Handle EM_TI_C6000.
596 (dump_relocations): Likewise.
597 (get_tic6x_dynamic_type): New.
598 (get_dynamic_type): Call it.
599 (get_machine_flags): Handle EF_C6000_REL.
600 (get_osabi_name): Handle machine-specific values only for relevant
601 machines. Handle C6X values.
602 (get_tic6x_segment_type): New.
603 (get_segment_type): Call it.
604 (get_tic6x_section_type_name): New.
605 (get_section_type_name): Call it.
606 (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
607 EM_TI_C6000.
608
609 2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
610
611 * doc/binutils.texi (readelf) <unwind information>: Mention support for
612 ARM unwind tables.
613
614 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
615
616 * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
617
618 2010-03-17 Alan Modra <amodra@gmail.com>
619
620 * readelf.c (dump_arm_unwind): Warning fix.
621
622 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
623
624 * MAINTAINERS: Update my email address. List Tristan Gingold
625 as the release branch maintainer.
626
627 2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
628
629 * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
630
631 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
632
633 * NEWS: Document .ARM.exidx / .ARM.extab support.
634
635 * dwarf.c (read_leb128): Make non-static.
636 * dwarf.h (read_leb128): Declare.
637 * readelf.c (REMOVE_ARCH_BITS): Define.
638 (find_section_by_address): New.
639 (read_uleb128): Move higher. Use read_leb128 from dwarf.c.
640 (find_symbol_for_address): Handle the Thumb bit for ARM, by
641 using REMOVE_ARCH_BITS.
642 (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
643 (arm_free_section, arm_section_get_word, decode_arm_unwind)
644 (dump_arm_unwind, arm_process_unwind): New.
645 (process_unwind): Handle ARM.
646
647 2010-02-26 Jie Zhang <jie@codesourcery.com>
648
649 * MAINTAINERS: Update my email address.
650
651 2010-02-23 Peter Breitenlohner <peb@mppmu.mpg.de>
652
653 PR binutils/11298
654 * doc/binutils.texi (windmc): Fix synopsis and description of
655 ASCII options.
656
657 2010-02-19 Alan Modra <amodra@gmail.com>
658
659 * readelf.c (get_group_flags): Return empty string when flags zero.
660 Add space in other returned values.
661 (process_section_groups): Adjust format string.
662
663 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
664
665 * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
666 newly permitted attribute values.
667 (arm_attr_tag_Virtualization_use): Likewise.
668 (arm_attr_tag_DIV_use): Add description of new attribute.
669 (arm_attr_tag_MPextension_use_legacy): Likewise.
670
671 2010-02-15 Nick Clifton <nickc@redhat.com>
672
673 * po/vi.po: Updated Vietnamese translation.
674
675 2010-02-09 Michael Holzheu <holzheu@de.ibm.com>
676
677 * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
678 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
679
680 2010-02-08 Jim Blandy <jimb@red-bean.com>
681
682 * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
683 'z' augmentation strings.
684
685 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
686
687 * objdump.c (disassemble_bytes): Clear aux->reloc before printing
688 a new address, so as not to reuse a previous, non-related reloc.
689
690 2010-02-02 H.J. Lu <hongjiu.lu@intel.com>
691
692 * readelf.c (get_note_type): Handle NT_X86_XSTATE.
693
694 2010-02-01 Nathan Sidwell <nathan@codesourcery.com>
695
696 * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
697 sections.
698
699 2010-01-28 Nick Clifton <nickc@redhat.com>
700
701 PR 11225
702 * objdump.c (only): Replace with linked list.
703 (only_size, only_used): Replace with only_list.
704 (process_section_p): Set seen field on matches sections.
705 (add_only): New function.
706 (free_only_list): New function.
707 (disassemble_section): Check only_list.
708 (main): Use add_only and free_only_list.
709
710 2010-01-26 Tristan Gingold <gingold@adacore.com>
711
712 * Makefile.am (bin2c): Add libintl dependance and library.
713 * Makefile.in: Regenerate.
714
715 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
716
717 * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
718
719 2010-01-19 Ian Lance Taylor <iant@google.com>
720
721 * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
722 with non-ordinary files like /dev/null.
723
724 2010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
725 Alan Modra <amodra@gmail.com>
726
727 * readelf.c (process_file_header): Handle e_phnum extension.
728
729 2010-01-14 Tristan Gingold <gingold@adacore.com>
730
731 * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
732 and DW_AT_GNAT_descriptive_type.
733
734 2010-01-13 Tristan Gingold <gingold@adacore.com>
735
736 * ar.c (main): Use lbasename.
737 (normalize): Ditto.
738 * objdump.c (update_source_path): Ditto.
739
740 2010-01-12 Tristan Gingold <gingold@adacore.com>
741
742 * makefile.vms (CFLAGS): Turns warnings into informational messages.
743
744 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
745
746 PR ld/11146
747 * NEWS: Mention --dyn-syms for readelf.
748
749 * readelf.c (do_dyn_syms): New.
750 (OPTION_DYN_SYMS): Likewise.
751 (options): Add "dyn-syms".
752 (usage): Add --dyn-syms.
753 (parse_args): Handle OPTION_DYN_SYMS.
754 (process_symbol_table): Handle do_dyn_syms.
755 (process_object): Likewise.
756 (process_archive): Likewise.
757
758 * doc/binutils.texi: Document --dyn-syms for readelf. Mention
759 symbol hash tables for -D.
760
761 2010-01-11 Nick Clifton <nickc@redhat.com>
762
763 * NEWS: Mention addition of elfedit.
764
765 * po/fi.po: Updated Finnish translation.
766
767 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
768
769 * Makefile.in: Regenerate.
770 * configure: Regenerate.
771 * doc/Makefile.in: Regenerate.
772
773 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
774
775 * version.c (print_version): Change to "Copyright 2010".
776
777 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
778
779 * elfedit.c (input_elf_type): New.
780 (output_elf_type): Likewise.
781 (elf_type): Likewise.
782 (update_elf_header): Support updating ELF file type.
783 (command_line_switch): Add OPTION_INPUT_TYPE and
784 OPTION_OUTPUT_TYPE.
785 (options): Likewise.
786 (usage): Add --input-type and --output-type.
787 (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE. Check
788 one of --output-mach and --output-type must be specified.
789
790 * doc/binutils.texi: Document --input-type and --output-type
791 for elfedit.
792
793 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
794
795 * doc/binutils.texi: Fix a typo.
796
797 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
798
799 * elfedit.c (update_elf_header): Don't change input_elf_class
800 nor input_elf_machine if they are -1.
801
802 2010-01-08 Tristan Gingold <gingold@adacore.com>
803
804 * ar.c: Remove bfd_special_undocumented_glue prototype.
805
806 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
807
808 * elfedit.c (update_elf_header): Reformat.
809
810 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
811
812 * readelf.c (usage): Fix indent for --symbols.
813
814 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
815
816 * doc/binutils.texi: Replace -histogram with --histogram.
817
818 2010-01-06 H.J. Lu <hongjiu.lu@intel.com>
819
820 PR binutils/11131
821 * Makefile.am (ELFEDIT_PROG): New.
822 (bin_PROGRAMS): Add $(ELFEDIT_PROG).
823 (CFILES): Add elfedit.c.
824 (elfedit_DEPENDENCIES): New.
825 (elfedit_SOURCES): Likewise.
826 (elfedit_LDADD): Likewise.
827 * Makefile.in: Regenerated.
828
829 * elfedit.c: New.
830
831 * doc/binutils.texi: Document elfedit.
832
833 * doc/Makefile.am (man_MANS): Add elfedit.1.
834 (elfedit.1): New.
835 * doc/Makefile.in: Regenerated.
836
837 2010-01-06 Tristan Gingold <gingold@adacore.com>
838
839 * nm.c (usage): Remove extra blanks.
840
841 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
842
843 * objcopy.c: Update copyright.
844 * readelf.c: Likewise.
845
846 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
847
848 PR binutils/11130
849 * objcopy.c (copy_object): Remove "Warning: " from error
850 message.
851
852 2010-01-04 Nick Clifton <nickc@redhat.com>
853
854 PR 11128
855 * readelf.c (dump_section_as_strings): Use two separate
856 invocations of printf() in order to work around bugs in
857 the Solaris 8 implementation.
858
859 2010-01-04 Nick Clifton <nickc@redhat.com>
860
861 * po/ru.po: Updated Russian translation.
862
863 For older changes see ChangeLog-2009
864 \f
865 Local Variables:
866 mode: change-log
867 left-margin: 8
868 fill-column: 74
869 version-control: never
870 End: