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