* read.c (read_a_source_file): Remove md_after_pass_hook.
[binutils.git] / binutils / ChangeLog
blob6c481c19e001691fbb47c605635979d080c40b83
1 2011-03-17  Alan Modra  <amodra@gmail.com>
3         PR 12590
4         * ar.c (ranlib_main): Init arg_index properly.
5         (usage): Describe --target.
7 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
9         * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
10         (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
11         DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
12         (get_AT_name): Handle DW_AT_GNU_call_site_value,
13         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
14         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
15         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
16         DW_AT_GNU_all_source_call_sites.
17         (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
18         handling.
20 2011-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
22         * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
23         (decode_location_expression): Handle DW_OP_GNU_entry_value.
24         (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
25         (get_AT_name): Likewise.
27 2011-03-14  Michael Snyder  <msnyder@vmware.com>
29         * objcopy.c (set_pe_subsystem): Free subsystem.
31         * wrstabs.c (stab_start_struct_type): Close memory leak.
33         * readelf.c (process_version_sections): Free symbols.
35         * nm.c (display_rel_file): Free symsizes.
37 2011-03-10  Nick Clifton  <nickc@redhat.com>
39         * readelf.c (get_machine_name): Update EM_V850 entry.
41 2011-03-03  Mike Frysinger  <vapier@gentoo.org>
43         * objdump.c (usage): Fix single typo.
44         * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
45         po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
47 2011-03-01  Akos Pasztory  <akos.pasztory@gmail.com>
49         PR binutils/12523
50         * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
52 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
54         * debug.c (debug_start_source): Use filename_(n)cmp.
55         * ieee.c (ieee_finish_compilation_unit): Likewise.
56         (ieee_lineno): Likewise.
57         * nlmconv.c (main): Likewise.
58         * objcopy.c (strip_main): Likewise.
59         (copy_main): Likewise.
60         * objdump.c (show_line): Likewise.
61         (dump_reloc_set): Likewise.
62         * srconv.c (main): Likewise.
63         * wrstabs.c (stab_lineno): Likewise.
65 2011-02-24  Zachary T Welch  <zwelch@codesourcery.com>
67         * readelf.c (decode_arm_unwind): Implement decoding of remaining
68         ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
70 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
72         * dwarf.c (read_leb128): Use bfd_vma instead of
73         long type.
74         (dwarf_vmatoa): New helper routine.
75         (process_extended_line_op): Use for adr bfd_vma
76         type and print those typed values via BFD_VMA_FMT
77         or via dwarf_vmatoa for localized prints.
78         (fetch_indirect_string): Adjust offset's type.
79         (decode_location_expression): Adjust argument types
80         and uvalue type.
81         (read_and_display_attr_value): Likewise.
82         (read_and_display_attr): Likewise.
83         (decode_location_expression): Adjust printf format.
84         (process_debug_info): Likewise.
85         (display_debug_lines_raw): Likewise.
86         (display_debug_lines_decoded): Likewise.
87         (display_debug_pubnames): Likewise.
88         (display_debug_loc): Likewise.
89         (display_debug_aranges): Likewise.
90         * dwarf.h (DWARF2_External_LineInfo,
91         DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
92         DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
93         DWARF2_Internal_CompUnit, DWARF2_External_ARange,
94         DWARF2_Internal_ARange): Added..
95         (read_leb128): Adjust return type.
97 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
99         * configure: Regenerate.
101 2011-02-08  Nick Clifton  <nickc@redhat.com>
103         PR binutils/12467
104         * readelf.c (process_program_headers): Issue a warning if there
105         are no program headers but the file header has a non-zero program
106         header offset.
107         (process_section_headers): Issue a warning if there are no section
108         headers but the file header has a non-zero section header offset.
109         (process_section_groups): Reword the no section message so that it
110         can be distinguished from the one issued by process_section_headers.
112 2011-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
113             Doug Evans  <dje@google.com>
115         * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
117 2011-01-19  Maciej W. Rozycki  <macro@codesourcery.com>
119         * readelf.c (process_object): Free dynamic_section after use.
121 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
123         PR binutils/12408
124         * readelf.c (process_archive): Free and reset dump_sects
125         after processing each archive member.
127 2011-01-11  Andreas Schwab  <schwab@redhat.com>
129         * readelf.c (print_symbol): Handle symbol characters as unsigned.
130         Whitespace fixes.
132 2011-01-10  Nick Clifton  <nickc@redhat.com>
134         * po/da.po: Updated Danish translation.
136 2011-01-06  Vladimir Siminov  <sv@sw.ru>
138         * bucomm.c (get_file_size): Check for negative sizes and issue a
139         warning message if encountered.
141 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
143         * version.c (print_version): Update copyright to 2011.
145 For older changes see ChangeLog-2010
147 Local Variables:
148 mode: change-log
149 left-margin: 8
150 fill-column: 74
151 version-control: never
152 End: