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