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