* dwarf2.h: (enum dwarf_location_atom): Add new DW_OP,
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2008-03-03 Nick Clifton <nickc@redhat.com>
2
3 * dwarf.c (decode_location_expression): Handle
4 DW_OP_PGI_omp_thread_num.
5
6 2008-03-01 Alan Modra <amodra@bigpond.net.au>
7
8 * objdump.c (objdump_print_addr): Initialise "sym".
9
10 2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
11 Nick Clifton <nickc@redhat.com>
12
13 * ar.c (usage): Mention -t command line switch.
14 * doc/binutils.texi (ranlib): Document -t command line switch.
15
16 2008-02-26 Nick Clifton <nickc@redhat.com>
17
18 * objdump.c (objdump_print_addr): If displaying file offsets, show
19 the offset even if there are no symbols available.
20 (dump_section): Display nothing if none of the section is going to
21 be dumped. Display the file offset, if requested, of the location
22 from where the dump starts.
23 * doc/binutils.texi (objdump): Mention that dumping via the -s
24 switch is also affected by the -F option.
25
26 2008-02-26 Nick Clifton <nickc@redhat.com>
27
28 Re-apply this patch which was accidentally deleted:
29 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
30
31 * doc/binutils.texi: Use "Binutils Index" for index name.
32
33 2008-02-22 Nick Clifton <nickc@redhat.com>
34
35 * objdump.c (display_file_offsets): New variable.
36 (long_options): Add -F/--file-offsets.
37 (objdump_print_addr_with_sym): If displaying file offsets, print
38 the offset of the given address.
39 (disassemble_bytes): If displaying file offsets, tell the user how
40 many zeroes are skipped and the file offset of the point where
41 dumping resumes.
42 (disassemble_section): Only display the name of the section if
43 data is going to be dumped from it.
44 (main): Handle new option. Produce error messages if the start or
45 stop addresses do not make sense.
46 * doc/binutils.texi: Document the new feature.
47 * NEWS: Mention the new feature.
48
49 2008-02-15 Chu Li <chul@cn.fujitsu.com>
50 Nick Clifton <nickc@redhat.com>
51
52 PR binutils/5713
53 * strings.c (integer_arg): Delete function.
54 (string_min): Initialise to 4.
55 (main): Use strtoul to parse integer arguments.
56 Move check for an invalid string length to after all the arguments
57 have been parsed.
58 (usage): Use indentation to indicate that -<n> is a another form
59 of the --bytes= command line option.
60
61 2008-02-12 Nick Clifton <nickc@redhat.com>
62
63 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
64 the argument.
65 (scan_obj_filename): Do not drop the const qualifier when calling
66 mcore_elf_cache_filename.
67 (struct fname_cache): Add const qualifier to filename field.
68
69 2008-02-08 H.J. Lu <hongjiu.lu@intel.com>
70
71 PR binutils/5713
72 * strings.c (main): Set string_min to 4 if it is <= 0.
73
74 2008-02-07 Alan Modra <amodra@bigpond.net.au>
75
76 * objdump.c (main): Don't pass unadorned NULL to concat.
77
78 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
79
80 PR 5715
81 * configure: Regenerated.
82
83 2008-02-03 Adam Nemet <anemet@caviumnetworks.com>
84
85 * readelf.c (get_machine_flags): Handle Octeon.
86
87 2008-01-30 Tristan Gingold <gingold@adacore.com>
88
89 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
90 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
91 (get_dynamic_type): Handle IA64-specific tags.
92 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
93 (get_section_type_name): Handle OS-specific sections (and
94 particularly IA64 OpenVMS one).
95 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
96 decode them.
97
98 2008-01-29 Nick Clifton <nickc@redhat.com>
99
100 * dwarf.c (print_dwarf_vma): New function. Display the value of a
101 dwarf_vma type at a specified precision. Use mingw field type
102 specifier if necessary.
103 (display_debug_loc): Use dwarf_vma type for begin and end values.
104 Use print_dwarf_vma to display their values. Use byte_get_signed
105 in order to correctly detect the -1 escape value.
106 (display_debug_aranges): Likewise.
107 (display_debug_ranges): Likewise.
108
109 2008-01-29 Alan Modra <amodra@bigpond.net.au>
110
111 * dwarf.c (display_debug_loc): Correct test for base address
112 entry when 64-bit host dumping 32-bit object.
113
114 2008-01-29 Alan Modra <amodra@bigpond.net.au>
115
116 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
117
118 2008-01-28 Nick Clifton <nickc@redhat.com>
119
120 PR binutils/5529
121 * rclex.c (yylex): Also allow the hypen character.
122
123 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
124
125 * dwarf.c: Include "elf/common.h".
126 (eh_addr_size): Changed to int.
127 (dwarf_regnames_i386): New.
128 (dwarf_regnames_x86_64): Likewise.
129 (dwarf_regnames): Likewise.
130 (dwarf_regnames_count): Likewise.
131 (init_dwarf_regnames): Likewise.
132 (regname): Likewise.
133 (frame_display_row): Properly support different address size.
134 Call regname to get register name.
135 (display_debug_frames): Call regname to get register name.
136 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
137 instead of DW_CFA_def_cfa_reg.
138
139 * dwarf.h (init_dwarf_regnames): New.
140
141 * objdump.c: Include "elf-bfd.h".
142 (dump_dwarf): Call init_dwarf_regnames on ELF input.
143
144 * readelf.c (guess_is_rela): Change argument to int.
145 (parse_args): Remove the undocumented upper case options for
146 -wX.
147 (process_file_header): Call init_dwarf_regnames.
148
149 2008-01-25 DJ Delorie <dj@redhat.com>
150
151 * readelf.c (process_section_headers): Add m16c handler.
152 (is_16bit_abs_reloc): Recognize R_M32C_16.
153
154 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
155
156 * prdbg.c: Correct formatter style use.
157 * readelf.c: Likewise.
158 * strings.c: Likewise.
159
160 2008-01-25 Nick Clifton <nickc@redhat.com>
161
162 * po/ru.po: Updated Russian translation.
163
164 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
165
166 * MAINTAINERS: Update my email address.
167
168 2008-01-14 Nick Clifton <nickc@redhat.com>
169
170 * dwarf.c (process_debug_info): Include the CU offset and corrupt
171 version value when reporting unrecognised DWARF version numbers.
172 (load_debug_info): Remember a failed attempt to load and parse the
173 .debug_info section and do not repeat such attempts.
174 (display_debug_lines): Check the return value from load_debug_info
175 and return whilst displaying a warning message if the load failed.
176 (display_debug_loc): Likewise.
177 (display_debug_ranges): Likewise.
178 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
179 when the .debug_info section could not be loaded/parsed.
180 (process_debug_info): Display the length of the compilation unit
181 in hex, so that it corresponds with the offsets that will follow.
182 Tell the user if the length was 32-bit or 64-bit.
183 If a DIE abbreviation could not be found, tell the user the offset
184 of the DIE.
185 (free_debug_memory): Do not attempt to free any entries in the
186 debug_information array if num_debug_info_entries is set to
187 DEBUG_INFO_UNAVAILABLE.
188
189 2008-01-10 Andreas Schwab <schwab@suse.de>
190
191 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
192
193 2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
194
195 PR binutils/55326
196 * bucomm.c (list_supported_architectures): Free architecture list
197 after use.
198 * windres.c (set_endianess): Likewise.
199 * windmc.c (set_endianess): Likewise.
200
201 2008-01-08 Kai Tietz <kai.tietz@onevision.com>
202
203 PR binutils/5529
204 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
205 characters for name tokens.
206
207 2008-01-04 Greg McGary <greg@mcgary.org>
208
209 * prdbg.c (print_vma): Print as long long, if host supports it.
210
211 2008-01-03 Nick Clifton <nickc@redhat.com>
212
213 * dwarf.c (read_and_display_attr_value): Prefix values that are
214 displayed in hexadecimal with 0x.
215 For the DW_AT_import attribute display the abbreviation number and
216 tag of the imported DIE.
217 (process_debug_info): Warn about lengths that reserved by the
218 DWARF3 specification.
219 Provide more information when corrupted DIEs are detected.
220 Warn if DIE corruption makes the sibling level negative.
221
222 For older changes see ChangeLog-2007
223 \f
224 Local Variables:
225 mode: change-log
226 left-margin: 8
227 fill-column: 74
228 version-control: never
229 End:
This page took 0.034139 seconds and 4 git commands to generate.