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