* ldwrite.c (clone_section): Call bfd_copy_private_section_data on
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2010-09-07  Nick Clifton  <nickc@redhat.com>
2
3         * readelf.c (process_section_headers): Mention meaning of 'l'
4         section flag for x86-64 targets.
5
6 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7             Jakub Jelinek  <jakub@redhat.com>
8
9         * dwarf.c (regname): New declaration.
10         (decode_location_expression): Print for registers also regname output.
11
12 2010-09-02  Richard Henderson  <rth@redhat.com>
13
14         * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
15         (init_dwarf_regnames): Use them.
16         * dwarf.h: Declare them.
17         * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
18         the regnames, rather than using elf_machine_code.
19
20 2010-09-02  Richard Henderson  <rth@redhat.com>
21
22         * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
23
24 2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
25
26         * elfedit.c (input_elf_osabi): New.
27         (output_elf_osbi): Likewise.
28         (osabis): Likewise.
29         (elf_osabi): Likewise.
30         (update_elf_header): Support updating ELF OSABI.
31         (make_qualified_name): Break long line.
32         (command_line_switch): Add OPTION_INPUT_OSABI and
33         OPTION_OUTPUT_OSABI.
34         (options): Likewise.
35         (usage): Add --input-osabi and --output-osabi.
36         (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
37
38         * doc/binutils.texi: Document --input-osabi and --output-osabi
39         for elfedit.
40
41 2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
42
43         * readelf.c (display_mips_gnu_attribute): Replace GCC options
44         with a textual description of a MIPS32r2 64-bit FPU.
45
46 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
47
48         PR binutils/11889
49         * readelf.c (get_32bit_elf_symbols): Check for a corrupt
50         sh_entsize.
51         (get_64bit_elf_symbols): Likewise.
52         (process_symbol_table): Likewise.
53         (process_section_groups): Check for corrupt headers.
54         (process_version_sections): Check for corrupt indicies.
55         (process_corefile_note_segment): Likewise.
56
57 2010-08-13  Nathan Sidwell  <nathan@codesourcery.com>
58
59         * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
60         variants.
61
62 2010-08-13  Tom Tromey  <tromey@redhat.com>
63
64         * dwarf.c (process_debug_info): Don't subtract section address
65         when calculating location of cu abbrev within section.
66
67 2010-08-12  Michael Haubenwallner  <haubi@gentoo.org>
68
69         PR binutils/11742
70         * readelf.c (get_archive_member_name): Do not read beyond the end
71         of the ar_name field.
72
73 2010-08-03  Tristan Gingold  <gingold@adacore.com>
74
75         * dwarf.c (display_debug_lines): Mark file argument unused.
76         Do not try to load .debug_info section.
77
78 2010-08-02  Alan Modra  <amodra@gmail.com>
79
80         * readelf.c (apply_relocations): D30V is really REL.
81
82 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
83             Ina Pandit  <ina.pandit@kpitcummins.com>
84
85         * binutils/readelf.c: Add support for V850E2 and V850E2V3.
86
87 2010-07-22  Alan Modra  <amodra@gmail.com>
88
89         * readelf.c: Add Moxie support.
90
91 2010-07-20  Alan Modra  <amodra@gmail.com>
92
93         * readelf.c (process_program_headers): Don't ignore all zero size
94         sections.
95
96 2010-07-19  Andreas Schwab  <schwab@redhat.com>
97
98         * readelf.c (process_section_headers): Update key to flags.
99
100 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
101
102         * objcopy.c (copy_usage): Tweak previous typofix.
103
104 2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
105
106         * objcopy.c (copy_usage): Fix a typo.
107
108 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
109
110         * dllwrap.c (main): Make sure is_leading_underscore
111         gets initialized with correct default.
112
113 2010-07-05  Alan Modra  <amodra@gmail.com>
114
115         * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
116
117 2010-07-03  Cary Coutant  <ccoutant@google.com>
118
119         * objdump.c (load_specific_debug_section): Decompress section contents
120         before applying relocations.
121         * readelf.c (load_specific_debug_section): Update section size after
122         decompression.
123
124 2010-06-29  Alan Modra  <amodra@gmail.com>
125
126         PR binutils/3166
127         * objcopy.c (is_strip_section): Revert 2006-09-05.
128         (setup_section): Make SHT_GROUP section nobits.
129
130 2010-06-29  Alan Modra  <amodra@gmail.com>
131
132         * configure: Regenerate.
133         * po/POTFILES.in: Regenerate.
134
135 2010-06-27  Alan Modra  <amodra@gmail.com>
136
137         * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
138
139 2010-06-17  Nick Clifton  <nickc@redhat.com>
140
141         PR binutils/11711
142         * windres.c (enum option_values): New enum.
143         (long_options): Use separate option number for --include-dir
144         option.
145         (main): Separate backwards compatibility check from code to
146         implement --include-dir.  Check to see if directory exists and do
147         not complain if it does.
148
149 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
150
151         * readelf.c (display_tic6x_attribute, process_tic6x_specific):
152         New.
153         (process_arch_specific): Call process_tic6x_specific for
154         EM_TI_C6000.
155
156 2010-06-11  H.J. Lu  <hongjiu.lu@intel.com>
157
158         * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
159         for 0x%lx.
160
161 2010-06-11  Tristan Gingold  <gingold@adacore.com>
162             Doug Rupp <rupp@gnat.com>
163
164         * readelf.c (is_ia64_vms): New function.
165         (dump_relocations): Use it.
166         (get_machine_flags): Display IA-64 OpenVMS flags.
167         (process_program_headers): No error on OpenVMS if no .dynamic section.
168         (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
169         declarations.
170         (dump_ia64_vms_dynamic_fixups): New function.
171         (dump_ia64_vms_dynamic_relocs): Ditto.
172         (process_ia64_vms_dynamic_relocs): Ditto.
173         (process_relocs): Handle IA-64 OpenVMS relocs.
174         (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
175         (print_vms_time): New function.
176         (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
177         DT_IA_64_VMS_LNKFLAGS.
178         (get_ia64_symbol_other): New function.
179         (get_symbol_other): Handle EM_IA_64.
180
181 2010-06-11  Tristan Gingold  <gingold@adacore.com>
182
183         * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
184         (UNW_DEC_ABI): Ditto for abiname.
185         (unw_decode_table): Make it const.
186
187 2010-06-10  Tristan Gingold  <gingold@adacore.com>
188
189         * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
190         not inplace.
191
192 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
193             Joseph Myers  <joseph@codesourcery.com>
194             Andrew Stubbs  <ams@codesourcery.com>
195
196         * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
197
198 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
199
200         PR ld/11621
201         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
202         * Makefile.in: Regenerate.
203
204 2010-05-24  Tristan Gingold  <gingold@adacore.com>
205
206         * readelf.c (usage): Add new trace sections for --debug-dump.
207         (process_section_headers): Handle dump of trace sections.
208         * objdump.c (usage): Add new trace sections for --dwarf.
209         * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
210         (do_trace_aranges): Ditto.
211         (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
212         and trace_aranges literals.
213         * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
214         (do_trace_aranges): Ditto.
215         (process_debug_info): Add abbrev_sec argument and replace
216         abbrev with abbrev_sec.
217         (load_debug_info): Adjust call of process_debug_info.
218         (display_debug_info): Ditto.
219         (display_trace_info): New function.
220         (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
221         and trace_aranges sections name.
222         (dwarf_select_sections_all): Also select trace sections.
223         (debug_displays): Reindent.  Add entries for the trace sections.
224         * doc/binutils.texi (readelf): Document new --dwarf parameters.
225         (objdump): Ditto.
226
227 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
228
229         PR gas/11600
230         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
231         generic flag.
232
233 2010-05-07  Tristan Gingold  <gingold@adacore.com>
234
235         * Makefile.in: Regenerate with automake 1.11.1.
236         * aclocal.m4: Ditto.
237         * doc/Makefile.in: Ditto.
238
239 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
240
241         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
242         * readelf.c (get_elf_section_flags): Likewise.
243         (process_section_headers): Likewise.
244
245 2010-05-05  Nick Clifton  <nickc@redhat.com>
246
247         * po/es.po: Updated Spanish translation.
248
249 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
250
251         * dlltool.c (main): Query for bfd's underscoring default for
252         default target case.
253
254 2010-04-27  Nick Clifton  <nickc@redhat.com>
255
256         * po/ru.po: Updated Russian translation.
257
258 2010-04-23  Alan Modra  <amodra@gmail.com>
259
260         * readelf.c (process_program_headers): Replace use of
261         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
262
263 2010-04-22  Nick Clifton  <nickc@redhat.com>
264
265         * po/binutils.pot: Updated by the Translation project.
266         * po/fi.po: Updated Finnish translation.
267         * po/vi.po: Updated Vietnamese translation.
268         * po/bg.po: New Bulgarian translation.
269         * configure.in (ALL_LINGUAS): Add bg.
270         * configure: Regenerate.
271
272 2010-04-20  Nick Clifton  <nickc@redhat.com>
273
274         * po/fr.po: Updated french translation.
275
276 2010-04-20  Nick Clifton  <nickc@redhat.com>
277
278         * readelf.c: Add _() macros to constant strings that are
279         translatable.
280
281         * readelf.c (display_mips_gnu_attribute): Replace GCC options
282         with a textual description of single and double precision float.
283
284 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
285
286         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
287         (arm_attr_tag_ABI_align8_needed): Remove.
288         (arm_attr_tag_ABI_align8_preserved): Remove.
289         (arm_attr_tag_ABI_HardFP_use): Update text strings.
290         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
291         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
292
293 2010-04-13  Nick Clifton  <nickc@redhat.com>
294
295         PR binutils/11419
296         * dwarf.c (process_debug_info): Initialise the signature array.
297
298 2010-04-09  Nick Clifton  <nickc@redhat.com>
299
300         * dwarf.c (process_debug_info): Remove unused variable
301         cu_abbrev_offset_ptr.
302         (display_debug_lines_decoded): Remove unused variable prev_line.
303         * elfedit.c (process_archive): Remove unused variable
304         file_name_size.
305         * ieee.c (ieee_start_compilation_unit): Remove unused variable
306         nindx.
307         (ieee_set_type): Remove unused variables info, targetindx and
308         baseindx.
309         * objdump.c (disassmble_byte): Remove unused variable done_dot.
310         * rddbg.c (read_section_stabs_debugging_info): Remove unused
311         variable other.
312         * readelf.c (dump_section_as_strings): Remove unused variable
313         addr.
314         (process_archive): Remove unused variable file_name_size.
315         * stabs.c (parse_stab_string): Mark desc parameter as unused.
316         Remove unused variable lineno.
317         (parse_stab_struct_type): Remove unused variable orig.
318         (stab_demangle_type): Remove unused variables constp, volatilep
319         and hold.
320
321 2010-04-07  Alan Modra  <amodra@gmail.com>
322
323         * configure: Regenerate.
324
325 2010-04-06  Nick Clifton  <nickc@redhat.com>
326
327         * po/vi.po: Updated Vietnamese translation.
328
329 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
330
331         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
332         fields.
333         (display_debug_frames): Handle CIE version 4.
334
335         * dwarf.c (struct State_Machine_Registers): Add op_index field,
336         change end_sequence type to unsigned char.
337         (reset_state_machine): Clear op_index.
338         (process_extended_line_op): For DW_LNE_set_address clear op_index.
339         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
340         Track op_index state machine register and print it if
341         li_max_ops_per_insn is != 1.
342         (display_debug_lines_decoded): Likewise.
343
344 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
345
346         * dwarf.c (read_and_display_attr_value): Don't reject
347         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
348         and DW_FORM_exprloc.
349         (process_debug_info): Handle cu_version == 4.
350         (display_debug_lines_raw, display_debug_lines_decoded): Handle
351         li_version == 4.
352
353 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
354
355         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
356         * Makefile.in: Regenerate.
357
358 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
359
360         * MAINTAINERS: Add self as TI C6X maintainer.
361         * NEWS: Add news entry for TI C6X support.
362         * readelf.c: Include elf/tic6x.h.
363         (guess_is_rela): Handle EM_TI_C6000.
364         (dump_relocations): Likewise.
365         (get_tic6x_dynamic_type): New.
366         (get_dynamic_type): Call it.
367         (get_machine_flags): Handle EF_C6000_REL.
368         (get_osabi_name): Handle machine-specific values only for relevant
369         machines.  Handle C6X values.
370         (get_tic6x_segment_type): New.
371         (get_segment_type): Call it.
372         (get_tic6x_section_type_name): New.
373         (get_section_type_name): Call it.
374         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
375         EM_TI_C6000.
376
377 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
378
379         * doc/binutils.texi (readelf) <unwind information>: Mention support for
380         ARM unwind tables.
381
382 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
383
384         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
385
386 2010-03-17  Alan Modra  <amodra@gmail.com>
387
388         * readelf.c (dump_arm_unwind): Warning fix.
389
390 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
391
392         * MAINTAINERS: Update my email address.  List Tristan Gingold
393         as the release branch maintainer.
394
395 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
396
397         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
398
399 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
400
401         * NEWS: Document .ARM.exidx / .ARM.extab support.
402
403         * dwarf.c (read_leb128): Make non-static.
404         * dwarf.h (read_leb128): Declare.
405         * readelf.c (REMOVE_ARCH_BITS): Define.
406         (find_section_by_address): New.
407         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
408         (find_symbol_for_address): Handle the Thumb bit for ARM, by
409         using REMOVE_ARCH_BITS.
410         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
411         (arm_free_section, arm_section_get_word, decode_arm_unwind)
412         (dump_arm_unwind, arm_process_unwind): New.
413         (process_unwind): Handle ARM.
414
415 2010-02-26  Jie Zhang  <jie@codesourcery.com>
416
417         * MAINTAINERS: Update my email address.
418
419 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
420
421         PR binutils/11298
422         * doc/binutils.texi (windmc): Fix synopsis and description of
423         ASCII options.
424
425 2010-02-19  Alan Modra  <amodra@gmail.com>
426
427         * readelf.c (get_group_flags): Return empty string when flags zero.
428         Add space in other returned values.
429         (process_section_groups): Adjust format string.
430
431 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
432
433         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
434         newly permitted attribute values.
435         (arm_attr_tag_Virtualization_use): Likewise.
436         (arm_attr_tag_DIV_use): Add description of new attribute.
437         (arm_attr_tag_MPextension_use_legacy): Likewise.
438
439 2010-02-15  Nick Clifton  <nickc@redhat.com>
440
441         * po/vi.po: Updated Vietnamese translation.
442
443 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
444
445         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
446         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
447
448 2010-02-08  Jim Blandy  <jimb@red-bean.com>
449
450         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
451         'z' augmentation strings.
452
453 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
454
455         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
456         a new address, so as not to reuse a previous, non-related reloc.
457
458 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
459
460         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
461
462 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
463
464         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
465         sections.
466
467 2010-01-28  Nick Clifton  <nickc@redhat.com>
468
469         PR 11225
470         * objdump.c (only): Replace with linked list.
471         (only_size, only_used): Replace with only_list.
472         (process_section_p): Set seen field on matches sections.
473         (add_only): New function.
474         (free_only_list): New function.
475         (disassemble_section): Check only_list.
476         (main): Use add_only and free_only_list.
477
478 2010-01-26  Tristan Gingold  <gingold@adacore.com>
479
480         * Makefile.am (bin2c): Add libintl dependance and library.
481         * Makefile.in: Regenerate.
482
483 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
484
485         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
486
487 2010-01-19  Ian Lance Taylor  <iant@google.com>
488
489         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
490         with non-ordinary files like /dev/null.
491
492 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
493             Alan Modra <amodra@gmail.com>
494
495         * readelf.c (process_file_header): Handle e_phnum extension.
496
497 2010-01-14  Tristan Gingold  <gingold@adacore.com>
498
499         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
500         and DW_AT_GNAT_descriptive_type.
501
502 2010-01-13  Tristan Gingold  <gingold@adacore.com>
503
504         * ar.c (main): Use lbasename.
505         (normalize): Ditto.
506         * objdump.c (update_source_path): Ditto.
507
508 2010-01-12  Tristan Gingold  <gingold@adacore.com>
509
510         * makefile.vms (CFLAGS): Turns warnings into informational messages.
511
512 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
513
514         PR ld/11146
515         * NEWS: Mention --dyn-syms for readelf.
516
517         * readelf.c (do_dyn_syms): New.
518         (OPTION_DYN_SYMS): Likewise.
519         (options): Add "dyn-syms".
520         (usage): Add --dyn-syms.
521         (parse_args): Handle OPTION_DYN_SYMS.
522         (process_symbol_table): Handle do_dyn_syms.
523         (process_object): Likewise.
524         (process_archive): Likewise.
525
526         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
527         symbol hash tables for -D.
528
529 2010-01-11  Nick Clifton  <nickc@redhat.com>
530
531         * NEWS: Mention addition of elfedit.
532
533         * po/fi.po: Updated Finnish translation.
534
535 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
536
537         * Makefile.in: Regenerate.
538         * configure: Regenerate.
539         * doc/Makefile.in: Regenerate.
540
541 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
542
543         * version.c (print_version): Change to "Copyright 2010".
544
545 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
546
547         * elfedit.c (input_elf_type): New.
548         (output_elf_type): Likewise.
549         (elf_type): Likewise.
550         (update_elf_header): Support updating ELF file type.
551         (command_line_switch): Add OPTION_INPUT_TYPE and
552         OPTION_OUTPUT_TYPE.
553         (options): Likewise.
554         (usage): Add --input-type and --output-type.
555         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
556         one of --output-mach and --output-type must be specified.
557
558         * doc/binutils.texi: Document --input-type and --output-type
559         for elfedit.
560
561 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
562
563         * doc/binutils.texi: Fix a typo.
564
565 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
566
567         * elfedit.c (update_elf_header): Don't change input_elf_class
568         nor input_elf_machine if they are -1.
569
570 2010-01-08  Tristan Gingold  <gingold@adacore.com>
571
572         * ar.c: Remove bfd_special_undocumented_glue prototype.
573
574 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
575
576         * elfedit.c (update_elf_header): Reformat.
577
578 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
579
580         * readelf.c (usage): Fix indent for --symbols.
581
582 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
583
584         * doc/binutils.texi: Replace -histogram with --histogram.
585
586 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
587
588         PR binutils/11131
589         * Makefile.am (ELFEDIT_PROG): New.
590         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
591         (CFILES): Add elfedit.c.
592         (elfedit_DEPENDENCIES): New.
593         (elfedit_SOURCES): Likewise.
594         (elfedit_LDADD): Likewise.
595         * Makefile.in: Regenerated.
596
597         * elfedit.c: New.
598
599         * doc/binutils.texi: Document elfedit.
600
601         * doc/Makefile.am (man_MANS): Add elfedit.1.
602         (elfedit.1): New.
603         * doc/Makefile.in: Regenerated.
604
605 2010-01-06  Tristan Gingold  <gingold@adacore.com>
606
607         * nm.c (usage): Remove extra blanks.
608
609 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
610
611         * objcopy.c: Update copyright.
612         * readelf.c: Likewise.
613
614 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
615
616         PR binutils/11130
617         * objcopy.c (copy_object): Remove "Warning: " from error
618         message.
619
620 2010-01-04  Nick Clifton  <nickc@redhat.com>
621
622         PR 11128
623         * readelf.c (dump_section_as_strings): Use two separate
624         invocations of printf() in order to work around bugs in
625         the Solaris 8 implementation.
626
627 2010-01-04  Nick Clifton  <nickc@redhat.com>
628
629         * po/ru.po: Updated Russian translation.
630
631 For older changes see ChangeLog-2009
632 \f
633 Local Variables:
634 mode: change-log
635 left-margin: 8
636 fill-column: 74
637 version-control: never
638 End: