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