2011-04-27 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
43294ab7
TG
12011-04-27 Tristan Gingold <gingold@adacore.com>
2
3 * dwarf.c (process_extended_line_op): Handle
4 DW_LNE_HP_source_file_correlation.
5
b4e7b885
NC
62011-04-27 Nick Clifton <nickc@redhat.com>
7
8 * po/da.po: Updated Danish translation.
9
c6a9fc58
TT
102011-04-21 Tom Tromey <tromey@redhat.com>
11
12 * readelf.c (print_stapsdt_note): New function.
13 (process_note): Use it.
14
70616151
TT
152011-04-21 Tom Tromey <tromey@redhat.com>
16
17 * readelf.c (get_stapsdt_note_type): New function.
18 (process_note): Recognize "stapsdt" notes.
19
2aee03ae
TT
202011-04-21 Tom Tromey <tromey@redhat.com>
21
22 * readelf.c (process_corefile_note_segment): Change header field
23 widths.
24 (process_note): Change field widths.
25
664f90a3
TT
262011-04-21 Tom Tromey <tromey@redhat.com>
27
28 * readelf.c (print_gnu_note): New function.
29 (process_note): Use it.
30
4161fbb0
JZ
312011-04-21 Jie Zhang <jzhang918@gmail.com>
32
33 * MAINTAINERS: Update my email address.
34
7f880bc3 352011-04-11 Kai Tietz <ktietz@redhat.com>
ec25acb3
NC
36
37 * windres.c (usage): Add new --preprocessor-arg option.
38 (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
39 (option long_options): Add preprocessor-arg option.
40 (main): Handle it.
41 * doc/binutils.texi: Add documentation for --preprocessor-arg
42 option.
43 * NEWS: Add line about new --preprocessor-arg option for windres.
44
894e93a8
NC
452011-04-08 John Marino <binutils@marino.st>
46
47 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
48 * syslex.l: Likewise.
49
fa197c1c
PB
502011-04-07 Paul Brook <paul@codesourcery.com>
51
52 * readelf.c (arm_section_get_word): Handle C6000 relocations.
53 (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
54 decode_tic6x_unwind_bytecode, expand_prel31): New functions.
55 (decode_arm_unwind): Split out common code from ARM specific bits.
56 (dump_arm_unwind): Use expand_prel31.
57 (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
58 (process_unwind): Add SHT_C6000_UNWIND.
59
8c5fc800
JM
602011-04-06 Joseph Myers <joseph@codesourcery.com>
61
62 * configure.in (thumb-*-pe*): Remove.
63 * configure: Regenerate.
64
a8aa951d
SA
652011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
66
67 * MAINTAINERS: Update my email address.
68
1e99536a
L
692011-04-03 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/12632
72 * objcopy.c (copy_unknown_object): Make the archive element
73 readable.
74
bf03e632
DM
752011-04-03 David S. Miller <davem@davemloft.net>
76
77 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
78 accurately, rather than how they are represented internally.
79
545f57c6
TG
802011-03-31 Tristan Gingold <gingold@adacore.com>
81
82 * makefile.vms (readelf.exe): New target.
83
083faca9
TG
842011-03-31 Tristan Gingold <gingold@adacore.com>
85
86 * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
87
ac145307
BS
882011-03-31 Bernd Schmidt <bernds@codesourcery.com>
89
90 * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
91 (dump_relocations): Likewise.
92
00e98fc7
TG
932011-03-31 Tristan Gingold <gingold@adacore.com>
94
95 * readelf.c (get_ia64_vms_note_type): New function.
96 (print_ia64_vms_note): Ditto.
97 (process_note): Recognize VMS/ia64 specific notes.
98 Display them.
99 (process_corefile_note_segment): Decode VMS notes.
100
877c169d
CM
1012011-03-30 Catherine Moore <clm@codesourcery.com>
102
103 * addr2line.c (translate_addresses): Sign extend the pc
104 if sign_extend_vma is enabled.
105
2842702f
NC
1062011-03-30 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
107
108 * readelf.c (process_gnu_liblist): Stop memory leak.
109
9382dad2
AM
1102011-03-29 Alan Modra <amodra@gmail.com>
111
112 * coffdump.c: Include bfd_stdint.h
113
fbe3e2c8
PM
1142011-03-28 Pierre Muller <muller@ics.u-strasbg.fr>
115
116 * coffdump.c (coff_dump): Correct spelling error.
117 (show_usage): Replace SYSROFF by COFF.
118
1a9911c3
PM
1192011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
120
121 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
122 to allow compilation for all targets.
123
49e7b350
NC
1242011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
125
126 * dwarf.c (process_debug_info): Use offset_size to determine
127 the bit-size of the computation unit's offset.
767221a9
NC
128 (decode_location_expression): Use dwarf_vmatoa function to display
129 DW_OP_addr OP.
130 (process_debug_info): Use dwarf_vma type for local variables
131 length and type_offset.
49e7b350 132
68187828
NC
1332011-03-25 Michael Snyder <msnyder@vmware.com>
134
135 * strings.c (print_strings): Plug memory leak.
6a696910 136 * ar.c (move_members): Plug memory leak.
a1bc0327 137 (delete_members): Plug memory leak.
8e4850a9 138 (write_archive): Plug memory leak.
cd37dafc
NC
139 * ieee.c (ieee_add_bb11): Plug memory leak.
140 (ieee_function_type): Likewise.
141 (ieee_class_baseclass): Likewise.
09192bc7
NC
142 * prdbg.c (pr_function_type): Close memory leaks.
143 (pr_method_type): Likewise.
144 (tg_class_static_member): Likewise.
145 (tg_class_method_variant): Likewise.
146 (tg_class_static_method_variant): Likewise.
1fcab1af 147 * stabs.c (parse_stab_enum_type): Fix memory leaks.
4b41844b
NC
148 (parse_stab_struct_type): Likewise.
149 (parse_stab_struct_fields): Likewise.
150 (parse_stab_one_struct_field): Likewise.
151 (parse_stab_members): Likewise.
152 (stab_demangle_qualified): Likewise.
153 * objdump.c (dump_reloc_set): Free malloced memory.
c48d800e 154 * bucomm.c (make_tempname): Stop memory leak.
68187828 155
467c65bc
NC
1562011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
157
158 Replace bfd_vma type and analog types by dwarf_vma and analogs.
159 Use dwarf specific print functions to display these type values.
160 * dwarf.h (dwarf_signed_vma): New type;
161 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
162 (DWARF2_External_PubNames): Likewise.
163 (DWARF2_External_CompUnit): Likewise.
164 (DWARF2_External_ARange): Likewise.
165 (read_leb128): Change return type to dwarf_vma.
166 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
167 check byte_size values.
168 (dwarf_vmatoa): Change parameter type to dwarf_vma.
169 (dwarf_svmatoa): New static function.
170 (read_leb128): Change return type to dwarf_vma.
171 (read_sleb128): New static function.
172 (struct State_Machine_Registers): Change address field type to
173 dwarf_vma.
174 (process_extended_line_op): Adapt to type changes.
175 (fetch_indirect_string): Likewise.
176 (idisplay_block): Likewise.
177 (decode_location_expression): Likewise.
178 (read_and_display_attr_value): Likewise.
179 (process_debug_info): Likewise.
180 (display_debug_lines_raw): Likewise.
181 (display_debug_lines_decoded): Likewise.
182 (SLEB macro): Use new read_sleb128 function.
183
c60ce34a
AM
1842011-03-17 Alan Modra <amodra@gmail.com>
185
186 PR 12590
187 * ar.c (ranlib_main): Init arg_index properly.
188 (usage): Describe --target.
189
629e7ca8
JJ
1902011-03-16 Jakub Jelinek <jakub@redhat.com>
191
192 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
193 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
194 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
195 (get_AT_name): Handle DW_AT_GNU_call_site_value,
196 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
197 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
198 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
199 DW_AT_GNU_all_source_call_sites.
200 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
201 handling.
202
2032011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
204
205 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
206 (decode_location_expression): Handle DW_OP_GNU_entry_value.
207 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
208 (get_AT_name): Likewise.
209
497b9b32
MS
2102011-03-14 Michael Snyder <msnyder@vmware.com>
211
0cbf3531
MS
212 * objcopy.c (set_pe_subsystem): Free subsystem.
213
c30fe01d
MS
214 * wrstabs.c (stab_start_struct_type): Close memory leak.
215
0429c154
MS
216 * readelf.c (process_version_sections): Free symbols.
217
497b9b32
MS
218 * nm.c (display_rel_file): Free symsizes.
219
8f7e76d0
NC
2202011-03-10 Nick Clifton <nickc@redhat.com>
221
222 * readelf.c (get_machine_name): Update EM_V850 entry.
223
505f1412
MF
2242011-03-03 Mike Frysinger <vapier@gentoo.org>
225
226 * objdump.c (usage): Fix single typo.
227 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
228 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
229
5115b233
AM
2302011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
231
232 PR binutils/12523
233 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
234
8b6efd89
KT
2352011-02-28 Kai Tietz <kai.tietz@onevision.com>
236
237 * debug.c (debug_start_source): Use filename_(n)cmp.
238 * ieee.c (ieee_finish_compilation_unit): Likewise.
239 (ieee_lineno): Likewise.
240 * nlmconv.c (main): Likewise.
241 * objcopy.c (strip_main): Likewise.
242 (copy_main): Likewise.
243 * objdump.c (show_line): Likewise.
244 (dump_reloc_set): Likewise.
245 * srconv.c (main): Likewise.
246 * wrstabs.c (stab_lineno): Likewise.
247
61865e30
NC
2482011-02-24 Zachary T Welch <zwelch@codesourcery.com>
249
250 * readelf.c (decode_arm_unwind): Implement decoding of remaining
251 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
252
47704ddf
KT
2532011-02-23 Kai Tietz <kai.tietz@onevision.com>
254
255 * dwarf.c (read_leb128): Use bfd_vma instead of
256 long type.
257 (dwarf_vmatoa): New helper routine.
258 (process_extended_line_op): Use for adr bfd_vma
259 type and print those typed values via BFD_VMA_FMT
260 or via dwarf_vmatoa for localized prints.
261 (fetch_indirect_string): Adjust offset's type.
262 (decode_location_expression): Adjust argument types
263 and uvalue type.
264 (read_and_display_attr_value): Likewise.
265 (read_and_display_attr): Likewise.
266 (decode_location_expression): Adjust printf format.
267 (process_debug_info): Likewise.
268 (display_debug_lines_raw): Likewise.
269 (display_debug_lines_decoded): Likewise.
270 (display_debug_pubnames): Likewise.
271 (display_debug_loc): Likewise.
272 (display_debug_aranges): Likewise.
273 * dwarf.h (DWARF2_External_LineInfo,
274 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
275 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
276 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
277 DWARF2_Internal_ARange): Added..
278 (read_leb128): Adjust return type.
279
822ce8ee
RW
2802011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
281
282 * configure: Regenerate.
283
82f2dbf7
NC
2842011-02-08 Nick Clifton <nickc@redhat.com>
285
286 PR binutils/12467
287 * readelf.c (process_program_headers): Issue a warning if there
288 are no program headers but the file header has a non-zero program
289 header offset.
290 (process_section_headers): Issue a warning if there are no section
291 headers but the file header has a non-zero section header offset.
292 (process_section_groups): Reword the no section message so that it
293 can be distinguished from the one issued by process_section_headers.
294
6ec8b48e
JK
2952011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
296 Doug Evans <dje@google.com>
297
298 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
299
293c573e
MR
3002011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
301
302 * readelf.c (process_object): Free dynamic_section after use.
303
2b52916e
L
3042011-01-18 H.J. Lu <hongjiu.lu@intel.com>
305
306 PR binutils/12408
307 * readelf.c (process_archive): Free and reset dump_sects
308 after processing each archive member.
309
7a88bc9c
AS
3102011-01-11 Andreas Schwab <schwab@redhat.com>
311
312 * readelf.c (print_symbol): Handle symbol characters as unsigned.
313 Whitespace fixes.
314
f7465604
NC
3152011-01-10 Nick Clifton <nickc@redhat.com>
316
317 * po/da.po: Updated Danish translation.
318
9849fbfc
NC
3192011-01-06 Vladimir Siminov <sv@sw.ru>
320
321 * bucomm.c (get_file_size): Check for negative sizes and issue a
322 warning message if encountered.
323
0db46eb4
L
3242011-01-01 H.J. Lu <hongjiu.lu@intel.com>
325
326 * version.c (print_version): Update copyright to 2011.
327
9e9e0820 328For older changes see ChangeLog-2010
252b5132
RH
329\f
330Local Variables:
331mode: change-log
332left-margin: 8
333fill-column: 74
334version-control: never
335End:
This page took 0.478798 seconds and 4 git commands to generate.