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