]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1a9911c3
PM
12011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
4 to allow compilation for all targets.
5
49e7b350
NC
62011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
7
8 * dwarf.c (process_debug_info): Use offset_size to determine
9 the bit-size of the computation unit's offset.
767221a9
NC
10 (decode_location_expression): Use dwarf_vmatoa function to display
11 DW_OP_addr OP.
12 (process_debug_info): Use dwarf_vma type for local variables
13 length and type_offset.
49e7b350 14
68187828
NC
152011-03-25 Michael Snyder <msnyder@vmware.com>
16
17 * strings.c (print_strings): Plug memory leak.
6a696910 18 * ar.c (move_members): Plug memory leak.
a1bc0327 19 (delete_members): Plug memory leak.
8e4850a9 20 (write_archive): Plug memory leak.
cd37dafc
NC
21 * ieee.c (ieee_add_bb11): Plug memory leak.
22 (ieee_function_type): Likewise.
23 (ieee_class_baseclass): Likewise.
09192bc7
NC
24 * prdbg.c (pr_function_type): Close memory leaks.
25 (pr_method_type): Likewise.
26 (tg_class_static_member): Likewise.
27 (tg_class_method_variant): Likewise.
28 (tg_class_static_method_variant): Likewise.
1fcab1af 29 * stabs.c (parse_stab_enum_type): Fix memory leaks.
4b41844b
NC
30 (parse_stab_struct_type): Likewise.
31 (parse_stab_struct_fields): Likewise.
32 (parse_stab_one_struct_field): Likewise.
33 (parse_stab_members): Likewise.
34 (stab_demangle_qualified): Likewise.
35 * objdump.c (dump_reloc_set): Free malloced memory.
c48d800e 36 * bucomm.c (make_tempname): Stop memory leak.
68187828 37
467c65bc
NC
382011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
39
40 Replace bfd_vma type and analog types by dwarf_vma and analogs.
41 Use dwarf specific print functions to display these type values.
42 * dwarf.h (dwarf_signed_vma): New type;
43 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
44 (DWARF2_External_PubNames): Likewise.
45 (DWARF2_External_CompUnit): Likewise.
46 (DWARF2_External_ARange): Likewise.
47 (read_leb128): Change return type to dwarf_vma.
48 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
49 check byte_size values.
50 (dwarf_vmatoa): Change parameter type to dwarf_vma.
51 (dwarf_svmatoa): New static function.
52 (read_leb128): Change return type to dwarf_vma.
53 (read_sleb128): New static function.
54 (struct State_Machine_Registers): Change address field type to
55 dwarf_vma.
56 (process_extended_line_op): Adapt to type changes.
57 (fetch_indirect_string): Likewise.
58 (idisplay_block): Likewise.
59 (decode_location_expression): Likewise.
60 (read_and_display_attr_value): Likewise.
61 (process_debug_info): Likewise.
62 (display_debug_lines_raw): Likewise.
63 (display_debug_lines_decoded): Likewise.
64 (SLEB macro): Use new read_sleb128 function.
65
c60ce34a
AM
662011-03-17 Alan Modra <amodra@gmail.com>
67
68 PR 12590
69 * ar.c (ranlib_main): Init arg_index properly.
70 (usage): Describe --target.
71
629e7ca8
JJ
722011-03-16 Jakub Jelinek <jakub@redhat.com>
73
74 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
75 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
76 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
77 (get_AT_name): Handle DW_AT_GNU_call_site_value,
78 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
79 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
80 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
81 DW_AT_GNU_all_source_call_sites.
82 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
83 handling.
84
852011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
86
87 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
88 (decode_location_expression): Handle DW_OP_GNU_entry_value.
89 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
90 (get_AT_name): Likewise.
91
497b9b32
MS
922011-03-14 Michael Snyder <msnyder@vmware.com>
93
0cbf3531
MS
94 * objcopy.c (set_pe_subsystem): Free subsystem.
95
c30fe01d
MS
96 * wrstabs.c (stab_start_struct_type): Close memory leak.
97
0429c154
MS
98 * readelf.c (process_version_sections): Free symbols.
99
497b9b32
MS
100 * nm.c (display_rel_file): Free symsizes.
101
8f7e76d0
NC
1022011-03-10 Nick Clifton <nickc@redhat.com>
103
104 * readelf.c (get_machine_name): Update EM_V850 entry.
105
505f1412
MF
1062011-03-03 Mike Frysinger <vapier@gentoo.org>
107
108 * objdump.c (usage): Fix single typo.
109 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
110 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
111
5115b233
AM
1122011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
113
114 PR binutils/12523
115 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
116
8b6efd89
KT
1172011-02-28 Kai Tietz <kai.tietz@onevision.com>
118
119 * debug.c (debug_start_source): Use filename_(n)cmp.
120 * ieee.c (ieee_finish_compilation_unit): Likewise.
121 (ieee_lineno): Likewise.
122 * nlmconv.c (main): Likewise.
123 * objcopy.c (strip_main): Likewise.
124 (copy_main): Likewise.
125 * objdump.c (show_line): Likewise.
126 (dump_reloc_set): Likewise.
127 * srconv.c (main): Likewise.
128 * wrstabs.c (stab_lineno): Likewise.
129
61865e30
NC
1302011-02-24 Zachary T Welch <zwelch@codesourcery.com>
131
132 * readelf.c (decode_arm_unwind): Implement decoding of remaining
133 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
134
47704ddf
KT
1352011-02-23 Kai Tietz <kai.tietz@onevision.com>
136
137 * dwarf.c (read_leb128): Use bfd_vma instead of
138 long type.
139 (dwarf_vmatoa): New helper routine.
140 (process_extended_line_op): Use for adr bfd_vma
141 type and print those typed values via BFD_VMA_FMT
142 or via dwarf_vmatoa for localized prints.
143 (fetch_indirect_string): Adjust offset's type.
144 (decode_location_expression): Adjust argument types
145 and uvalue type.
146 (read_and_display_attr_value): Likewise.
147 (read_and_display_attr): Likewise.
148 (decode_location_expression): Adjust printf format.
149 (process_debug_info): Likewise.
150 (display_debug_lines_raw): Likewise.
151 (display_debug_lines_decoded): Likewise.
152 (display_debug_pubnames): Likewise.
153 (display_debug_loc): Likewise.
154 (display_debug_aranges): Likewise.
155 * dwarf.h (DWARF2_External_LineInfo,
156 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
157 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
158 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
159 DWARF2_Internal_ARange): Added..
160 (read_leb128): Adjust return type.
161
822ce8ee
RW
1622011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
163
164 * configure: Regenerate.
165
82f2dbf7
NC
1662011-02-08 Nick Clifton <nickc@redhat.com>
167
168 PR binutils/12467
169 * readelf.c (process_program_headers): Issue a warning if there
170 are no program headers but the file header has a non-zero program
171 header offset.
172 (process_section_headers): Issue a warning if there are no section
173 headers but the file header has a non-zero section header offset.
174 (process_section_groups): Reword the no section message so that it
175 can be distinguished from the one issued by process_section_headers.
176
6ec8b48e
JK
1772011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
178 Doug Evans <dje@google.com>
179
180 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
181
293c573e
MR
1822011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
183
184 * readelf.c (process_object): Free dynamic_section after use.
185
2b52916e
L
1862011-01-18 H.J. Lu <hongjiu.lu@intel.com>
187
188 PR binutils/12408
189 * readelf.c (process_archive): Free and reset dump_sects
190 after processing each archive member.
191
7a88bc9c
AS
1922011-01-11 Andreas Schwab <schwab@redhat.com>
193
194 * readelf.c (print_symbol): Handle symbol characters as unsigned.
195 Whitespace fixes.
196
f7465604
NC
1972011-01-10 Nick Clifton <nickc@redhat.com>
198
199 * po/da.po: Updated Danish translation.
200
9849fbfc
NC
2012011-01-06 Vladimir Siminov <sv@sw.ru>
202
203 * bucomm.c (get_file_size): Check for negative sizes and issue a
204 warning message if encountered.
205
0db46eb4
L
2062011-01-01 H.J. Lu <hongjiu.lu@intel.com>
207
208 * version.c (print_version): Update copyright to 2011.
209
9e9e0820 210For older changes see ChangeLog-2010
252b5132
RH
211\f
212Local Variables:
213mode: change-log
214left-margin: 8
215fill-column: 74
216version-control: never
217End: