Replace bfd_vma type and analog types by dwarf_vma and analogs.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
467c65bc
NC
12011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 Replace bfd_vma type and analog types by dwarf_vma and analogs.
4 Use dwarf specific print functions to display these type values.
5 * dwarf.h (dwarf_signed_vma): New type;
6 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
7 (DWARF2_External_PubNames): Likewise.
8 (DWARF2_External_CompUnit): Likewise.
9 (DWARF2_External_ARange): Likewise.
10 (read_leb128): Change return type to dwarf_vma.
11 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
12 check byte_size values.
13 (dwarf_vmatoa): Change parameter type to dwarf_vma.
14 (dwarf_svmatoa): New static function.
15 (read_leb128): Change return type to dwarf_vma.
16 (read_sleb128): New static function.
17 (struct State_Machine_Registers): Change address field type to
18 dwarf_vma.
19 (process_extended_line_op): Adapt to type changes.
20 (fetch_indirect_string): Likewise.
21 (idisplay_block): Likewise.
22 (decode_location_expression): Likewise.
23 (read_and_display_attr_value): Likewise.
24 (process_debug_info): Likewise.
25 (display_debug_lines_raw): Likewise.
26 (display_debug_lines_decoded): Likewise.
27 (SLEB macro): Use new read_sleb128 function.
28
c60ce34a
AM
292011-03-17 Alan Modra <amodra@gmail.com>
30
31 PR 12590
32 * ar.c (ranlib_main): Init arg_index properly.
33 (usage): Describe --target.
34
629e7ca8
JJ
352011-03-16 Jakub Jelinek <jakub@redhat.com>
36
37 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
38 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
39 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
40 (get_AT_name): Handle DW_AT_GNU_call_site_value,
41 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
42 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
43 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
44 DW_AT_GNU_all_source_call_sites.
45 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
46 handling.
47
482011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
51 (decode_location_expression): Handle DW_OP_GNU_entry_value.
52 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
53 (get_AT_name): Likewise.
54
497b9b32
MS
552011-03-14 Michael Snyder <msnyder@vmware.com>
56
0cbf3531
MS
57 * objcopy.c (set_pe_subsystem): Free subsystem.
58
c30fe01d
MS
59 * wrstabs.c (stab_start_struct_type): Close memory leak.
60
0429c154
MS
61 * readelf.c (process_version_sections): Free symbols.
62
497b9b32
MS
63 * nm.c (display_rel_file): Free symsizes.
64
8f7e76d0
NC
652011-03-10 Nick Clifton <nickc@redhat.com>
66
67 * readelf.c (get_machine_name): Update EM_V850 entry.
68
505f1412
MF
692011-03-03 Mike Frysinger <vapier@gentoo.org>
70
71 * objdump.c (usage): Fix single typo.
72 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
73 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
74
5115b233
AM
752011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
76
77 PR binutils/12523
78 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
79
8b6efd89
KT
802011-02-28 Kai Tietz <kai.tietz@onevision.com>
81
82 * debug.c (debug_start_source): Use filename_(n)cmp.
83 * ieee.c (ieee_finish_compilation_unit): Likewise.
84 (ieee_lineno): Likewise.
85 * nlmconv.c (main): Likewise.
86 * objcopy.c (strip_main): Likewise.
87 (copy_main): Likewise.
88 * objdump.c (show_line): Likewise.
89 (dump_reloc_set): Likewise.
90 * srconv.c (main): Likewise.
91 * wrstabs.c (stab_lineno): Likewise.
92
61865e30
NC
932011-02-24 Zachary T Welch <zwelch@codesourcery.com>
94
95 * readelf.c (decode_arm_unwind): Implement decoding of remaining
96 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
97
47704ddf
KT
982011-02-23 Kai Tietz <kai.tietz@onevision.com>
99
100 * dwarf.c (read_leb128): Use bfd_vma instead of
101 long type.
102 (dwarf_vmatoa): New helper routine.
103 (process_extended_line_op): Use for adr bfd_vma
104 type and print those typed values via BFD_VMA_FMT
105 or via dwarf_vmatoa for localized prints.
106 (fetch_indirect_string): Adjust offset's type.
107 (decode_location_expression): Adjust argument types
108 and uvalue type.
109 (read_and_display_attr_value): Likewise.
110 (read_and_display_attr): Likewise.
111 (decode_location_expression): Adjust printf format.
112 (process_debug_info): Likewise.
113 (display_debug_lines_raw): Likewise.
114 (display_debug_lines_decoded): Likewise.
115 (display_debug_pubnames): Likewise.
116 (display_debug_loc): Likewise.
117 (display_debug_aranges): Likewise.
118 * dwarf.h (DWARF2_External_LineInfo,
119 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
120 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
121 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
122 DWARF2_Internal_ARange): Added..
123 (read_leb128): Adjust return type.
124
822ce8ee
RW
1252011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
126
127 * configure: Regenerate.
128
82f2dbf7
NC
1292011-02-08 Nick Clifton <nickc@redhat.com>
130
131 PR binutils/12467
132 * readelf.c (process_program_headers): Issue a warning if there
133 are no program headers but the file header has a non-zero program
134 header offset.
135 (process_section_headers): Issue a warning if there are no section
136 headers but the file header has a non-zero section header offset.
137 (process_section_groups): Reword the no section message so that it
138 can be distinguished from the one issued by process_section_headers.
139
6ec8b48e
JK
1402011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
141 Doug Evans <dje@google.com>
142
143 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
144
293c573e
MR
1452011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
146
147 * readelf.c (process_object): Free dynamic_section after use.
148
2b52916e
L
1492011-01-18 H.J. Lu <hongjiu.lu@intel.com>
150
151 PR binutils/12408
152 * readelf.c (process_archive): Free and reset dump_sects
153 after processing each archive member.
154
7a88bc9c
AS
1552011-01-11 Andreas Schwab <schwab@redhat.com>
156
157 * readelf.c (print_symbol): Handle symbol characters as unsigned.
158 Whitespace fixes.
159
f7465604
NC
1602011-01-10 Nick Clifton <nickc@redhat.com>
161
162 * po/da.po: Updated Danish translation.
163
9849fbfc
NC
1642011-01-06 Vladimir Siminov <sv@sw.ru>
165
166 * bucomm.c (get_file_size): Check for negative sizes and issue a
167 warning message if encountered.
168
0db46eb4
L
1692011-01-01 H.J. Lu <hongjiu.lu@intel.com>
170
171 * version.c (print_version): Update copyright to 2011.
172
9e9e0820 173For older changes see ChangeLog-2010
252b5132
RH
174\f
175Local Variables:
176mode: change-log
177left-margin: 8
178fill-column: 74
179version-control: never
180End:
This page took 0.466998 seconds and 4 git commands to generate.