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