* ar.c (write_archive): Plug memory leak.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
68187828
NC
12011-03-25 Michael Snyder <msnyder@vmware.com>
2
3 * strings.c (print_strings): Plug memory leak.
6a696910 4 * ar.c (move_members): Plug memory leak.
a1bc0327 5 (delete_members): Plug memory leak.
8e4850a9 6 (write_archive): Plug memory leak.
68187828 7
467c65bc
NC
82011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
9
10 Replace bfd_vma type and analog types by dwarf_vma and analogs.
11 Use dwarf specific print functions to display these type values.
12 * dwarf.h (dwarf_signed_vma): New type;
13 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
14 (DWARF2_External_PubNames): Likewise.
15 (DWARF2_External_CompUnit): Likewise.
16 (DWARF2_External_ARange): Likewise.
17 (read_leb128): Change return type to dwarf_vma.
18 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
19 check byte_size values.
20 (dwarf_vmatoa): Change parameter type to dwarf_vma.
21 (dwarf_svmatoa): New static function.
22 (read_leb128): Change return type to dwarf_vma.
23 (read_sleb128): New static function.
24 (struct State_Machine_Registers): Change address field type to
25 dwarf_vma.
26 (process_extended_line_op): Adapt to type changes.
27 (fetch_indirect_string): Likewise.
28 (idisplay_block): Likewise.
29 (decode_location_expression): Likewise.
30 (read_and_display_attr_value): Likewise.
31 (process_debug_info): Likewise.
32 (display_debug_lines_raw): Likewise.
33 (display_debug_lines_decoded): Likewise.
34 (SLEB macro): Use new read_sleb128 function.
35
c60ce34a
AM
362011-03-17 Alan Modra <amodra@gmail.com>
37
38 PR 12590
39 * ar.c (ranlib_main): Init arg_index properly.
40 (usage): Describe --target.
41
629e7ca8
JJ
422011-03-16 Jakub Jelinek <jakub@redhat.com>
43
44 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
45 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
46 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
47 (get_AT_name): Handle DW_AT_GNU_call_site_value,
48 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
49 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
50 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
51 DW_AT_GNU_all_source_call_sites.
52 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
53 handling.
54
552011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
56
57 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
58 (decode_location_expression): Handle DW_OP_GNU_entry_value.
59 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
60 (get_AT_name): Likewise.
61
497b9b32
MS
622011-03-14 Michael Snyder <msnyder@vmware.com>
63
0cbf3531
MS
64 * objcopy.c (set_pe_subsystem): Free subsystem.
65
c30fe01d
MS
66 * wrstabs.c (stab_start_struct_type): Close memory leak.
67
0429c154
MS
68 * readelf.c (process_version_sections): Free symbols.
69
497b9b32
MS
70 * nm.c (display_rel_file): Free symsizes.
71
8f7e76d0
NC
722011-03-10 Nick Clifton <nickc@redhat.com>
73
74 * readelf.c (get_machine_name): Update EM_V850 entry.
75
505f1412
MF
762011-03-03 Mike Frysinger <vapier@gentoo.org>
77
78 * objdump.c (usage): Fix single typo.
79 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
80 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
81
5115b233
AM
822011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
83
84 PR binutils/12523
85 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
86
8b6efd89
KT
872011-02-28 Kai Tietz <kai.tietz@onevision.com>
88
89 * debug.c (debug_start_source): Use filename_(n)cmp.
90 * ieee.c (ieee_finish_compilation_unit): Likewise.
91 (ieee_lineno): Likewise.
92 * nlmconv.c (main): Likewise.
93 * objcopy.c (strip_main): Likewise.
94 (copy_main): Likewise.
95 * objdump.c (show_line): Likewise.
96 (dump_reloc_set): Likewise.
97 * srconv.c (main): Likewise.
98 * wrstabs.c (stab_lineno): Likewise.
99
61865e30
NC
1002011-02-24 Zachary T Welch <zwelch@codesourcery.com>
101
102 * readelf.c (decode_arm_unwind): Implement decoding of remaining
103 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
104
47704ddf
KT
1052011-02-23 Kai Tietz <kai.tietz@onevision.com>
106
107 * dwarf.c (read_leb128): Use bfd_vma instead of
108 long type.
109 (dwarf_vmatoa): New helper routine.
110 (process_extended_line_op): Use for adr bfd_vma
111 type and print those typed values via BFD_VMA_FMT
112 or via dwarf_vmatoa for localized prints.
113 (fetch_indirect_string): Adjust offset's type.
114 (decode_location_expression): Adjust argument types
115 and uvalue type.
116 (read_and_display_attr_value): Likewise.
117 (read_and_display_attr): Likewise.
118 (decode_location_expression): Adjust printf format.
119 (process_debug_info): Likewise.
120 (display_debug_lines_raw): Likewise.
121 (display_debug_lines_decoded): Likewise.
122 (display_debug_pubnames): Likewise.
123 (display_debug_loc): Likewise.
124 (display_debug_aranges): Likewise.
125 * dwarf.h (DWARF2_External_LineInfo,
126 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
127 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
128 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
129 DWARF2_Internal_ARange): Added..
130 (read_leb128): Adjust return type.
131
822ce8ee
RW
1322011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
133
134 * configure: Regenerate.
135
82f2dbf7
NC
1362011-02-08 Nick Clifton <nickc@redhat.com>
137
138 PR binutils/12467
139 * readelf.c (process_program_headers): Issue a warning if there
140 are no program headers but the file header has a non-zero program
141 header offset.
142 (process_section_headers): Issue a warning if there are no section
143 headers but the file header has a non-zero section header offset.
144 (process_section_groups): Reword the no section message so that it
145 can be distinguished from the one issued by process_section_headers.
146
6ec8b48e
JK
1472011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
148 Doug Evans <dje@google.com>
149
150 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
151
293c573e
MR
1522011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
153
154 * readelf.c (process_object): Free dynamic_section after use.
155
2b52916e
L
1562011-01-18 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR binutils/12408
159 * readelf.c (process_archive): Free and reset dump_sects
160 after processing each archive member.
161
7a88bc9c
AS
1622011-01-11 Andreas Schwab <schwab@redhat.com>
163
164 * readelf.c (print_symbol): Handle symbol characters as unsigned.
165 Whitespace fixes.
166
f7465604
NC
1672011-01-10 Nick Clifton <nickc@redhat.com>
168
169 * po/da.po: Updated Danish translation.
170
9849fbfc
NC
1712011-01-06 Vladimir Siminov <sv@sw.ru>
172
173 * bucomm.c (get_file_size): Check for negative sizes and issue a
174 warning message if encountered.
175
0db46eb4
L
1762011-01-01 H.J. Lu <hongjiu.lu@intel.com>
177
178 * version.c (print_version): Update copyright to 2011.
179
9e9e0820 180For older changes see ChangeLog-2010
252b5132
RH
181\f
182Local Variables:
183mode: change-log
184left-margin: 8
185fill-column: 74
186version-control: never
187End:
This page took 0.474909 seconds and 4 git commands to generate.