]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* dwarf.c (display_debug_lines): Rename to
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
2
3 * dwarf.c (display_debug_lines): Rename to
4 display_debug_lines_raw.
5 (display_debug_lines_decoded): New function. Displays the
6 interpreted contents of a .debug_line section.
7 (display_debug_lines): New function: Selects either a raw dump or
8 a decoded dump (or both) as requested by the user.
9 * dwarf.h (do_debug_lines_decoded): New extern.
10 * readelf.c: Add support for -wL or --debug-dump=decodedline
11 option to display the decoded contents of a .debug_line section.
12 * doc/binutils.texi: Document the new option.
13 * NEWS: Mention the new feature.
14
15 2008-04-08 Alan Modra <amodra@bigpond.net.au>
16
17 * dwarf.c: Remove trailing whitespace throughout file.
18
19 2008-04-04 Nick Clifton <nickc@redhat.com>
20
21 * po/sk.po: Updated Slovak translation.
22
23 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
24
25 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
26 (dwarf_regnames_x86_64): Likewise.
27
28 2008-03-27 Cary Coutant <ccoutant@google.com>
29
30 Add support for thin archives.
31 * ar.c (make_thin_archive): New global flag.
32 (map_over_members): Deal with full pathnames in thin archives.
33 (usage, main): Add 'T' option for building thin archives.
34 (replace_members): Pass thin archive flag to ar_emul_append.
35 * arsup.c (ar_open): Initialize new flag.
36 * binemul.c (ar_emul_append): Add new parameter for
37 flattening nested archives.
38 (do_ar_emul_default_append): New function.
39 (ar_emul_default_append): Factored out recursive code.
40 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
41 (struct bin_emulation_xfer_struct): New parameter for ar_append.
42 * dlltool.c (gen_lib_file): Initialize thin archive flag.
43 * emul_aix.c (ar_emul_aix_internal): Add new flatten
44 parameter, currently unimplemented.
45 All callers changed.
46 * objcopy.c (copy_archive): Preserve thin archive flag.
47 * doc/binutils.texi: Update ar documentation.
48 * NEWS: Mention the new feature.
49
50 2008-03-20 H.J. Lu <hongjiu.lu@intel.com>
51
52 * readelf.c (process_mips_specific): Declare addr_size as int.
53
54 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
55
56 * readelf.c (print_mips_got_entry): New function.
57 (process_mips_specific): Print GOT information.
58
59 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
60
61 * aclocal.m4: Regenerate.
62 * configure: Likewise.
63 * Makefile.in: Likewise.
64 * doc/Makefile.in: Likewise.
65
66 2008-03-16 Brian Dessent <brian@dessent.net>
67
68 * rcparse.y (resid): Allow control text to span multiple lines.
69
70 2008-03-13 Alan Modra <amodra@bigpond.net.au>
71
72 * readelf.c: Use %u throughout when printing sh_link or sh_info,
73 %lu when printing sh_addralign.
74 (process_version_sections): Use identical formats when printing
75 all offset and sh_link fields.
76
77 2008-03-13 Alan Modra <amodra@bigpond.net.au>
78
79 * Makefile.am: Run "make dep-am".
80 * Makefile.in: Regenerate.
81 * doc/Makefile.in: Regenerate.
82 * configure: Regenerate.
83
84 2008-03-12 Alan Modra <amodra@bigpond.net.au>
85
86 PR 5900
87 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
88 Remove use throughout file.
89 (SECTION_HEADER): Likewise.
90 (dump_relocations): Don't adjust st_shndx for reserved range.
91 (process_file_header): Mask SHN_XINDEX to values seen in external
92 elf structs. Simplify valid section index tests.
93 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
94 Map reserved st_shndx to internal form.
95 (process_section_groups): Test that group symbol st_shndx is in
96 range, not just non-zero. Delete reserved range check.
97 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
98 OS or RSV.
99
100 2008-03-09 Paul Brook <paul@codesourcery.com>
101
102 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
103
104 2008-03-03 James E. Wilson <wilson@tuliptree.org>
105
106 * MAINTAINERS: Update my email address.
107
108 2008-03-03 Nick Clifton <nickc@redhat.com>
109
110 * dwarf.c (decode_location_expression): Handle
111 DW_OP_PGI_omp_thread_num.
112
113 2008-03-01 Alan Modra <amodra@bigpond.net.au>
114
115 * objdump.c (objdump_print_addr): Initialise "sym".
116
117 2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
118 Nick Clifton <nickc@redhat.com>
119
120 * ar.c (usage): Mention -t command line switch.
121 * doc/binutils.texi (ranlib): Document -t command line switch.
122
123 2008-02-26 Nick Clifton <nickc@redhat.com>
124
125 * objdump.c (objdump_print_addr): If displaying file offsets, show
126 the offset even if there are no symbols available.
127 (dump_section): Display nothing if none of the section is going to
128 be dumped. Display the file offset, if requested, of the location
129 from where the dump starts.
130 * doc/binutils.texi (objdump): Mention that dumping via the -s
131 switch is also affected by the -F option.
132
133 2008-02-26 Nick Clifton <nickc@redhat.com>
134
135 Re-apply this patch which was accidentally deleted:
136 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
137
138 * doc/binutils.texi: Use "Binutils Index" for index name.
139
140 2008-02-22 Nick Clifton <nickc@redhat.com>
141
142 * objdump.c (display_file_offsets): New variable.
143 (long_options): Add -F/--file-offsets.
144 (objdump_print_addr_with_sym): If displaying file offsets, print
145 the offset of the given address.
146 (disassemble_bytes): If displaying file offsets, tell the user how
147 many zeroes are skipped and the file offset of the point where
148 dumping resumes.
149 (disassemble_section): Only display the name of the section if
150 data is going to be dumped from it.
151 (main): Handle new option. Produce error messages if the start or
152 stop addresses do not make sense.
153 * doc/binutils.texi: Document the new feature.
154 * NEWS: Mention the new feature.
155
156 2008-02-15 Chu Li <chul@cn.fujitsu.com>
157 Nick Clifton <nickc@redhat.com>
158
159 PR binutils/5713
160 * strings.c (integer_arg): Delete function.
161 (string_min): Initialise to 4.
162 (main): Use strtoul to parse integer arguments.
163 Move check for an invalid string length to after all the arguments
164 have been parsed.
165 (usage): Use indentation to indicate that -<n> is a another form
166 of the --bytes= command line option.
167
168 2008-02-12 Nick Clifton <nickc@redhat.com>
169
170 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
171 the argument.
172 (scan_obj_filename): Do not drop the const qualifier when calling
173 mcore_elf_cache_filename.
174 (struct fname_cache): Add const qualifier to filename field.
175
176 2008-02-08 H.J. Lu <hongjiu.lu@intel.com>
177
178 PR binutils/5713
179 * strings.c (main): Set string_min to 4 if it is <= 0.
180
181 2008-02-07 Alan Modra <amodra@bigpond.net.au>
182
183 * objdump.c (main): Don't pass unadorned NULL to concat.
184
185 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
186
187 PR 5715
188 * configure: Regenerated.
189
190 2008-02-03 Adam Nemet <anemet@caviumnetworks.com>
191
192 * readelf.c (get_machine_flags): Handle Octeon.
193
194 2008-01-30 Tristan Gingold <gingold@adacore.com>
195
196 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
197 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
198 (get_dynamic_type): Handle IA64-specific tags.
199 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
200 (get_section_type_name): Handle OS-specific sections (and
201 particularly IA64 OpenVMS one).
202 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
203 decode them.
204
205 2008-01-29 Nick Clifton <nickc@redhat.com>
206
207 * dwarf.c (print_dwarf_vma): New function. Display the value of a
208 dwarf_vma type at a specified precision. Use mingw field type
209 specifier if necessary.
210 (display_debug_loc): Use dwarf_vma type for begin and end values.
211 Use print_dwarf_vma to display their values. Use byte_get_signed
212 in order to correctly detect the -1 escape value.
213 (display_debug_aranges): Likewise.
214 (display_debug_ranges): Likewise.
215
216 2008-01-29 Alan Modra <amodra@bigpond.net.au>
217
218 * dwarf.c (display_debug_loc): Correct test for base address
219 entry when 64-bit host dumping 32-bit object.
220
221 2008-01-29 Alan Modra <amodra@bigpond.net.au>
222
223 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
224
225 2008-01-28 Nick Clifton <nickc@redhat.com>
226
227 PR binutils/5529
228 * rclex.c (yylex): Also allow the hypen character.
229
230 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
231
232 * dwarf.c: Include "elf/common.h".
233 (eh_addr_size): Changed to int.
234 (dwarf_regnames_i386): New.
235 (dwarf_regnames_x86_64): Likewise.
236 (dwarf_regnames): Likewise.
237 (dwarf_regnames_count): Likewise.
238 (init_dwarf_regnames): Likewise.
239 (regname): Likewise.
240 (frame_display_row): Properly support different address size.
241 Call regname to get register name.
242 (display_debug_frames): Call regname to get register name.
243 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
244 instead of DW_CFA_def_cfa_reg.
245
246 * dwarf.h (init_dwarf_regnames): New.
247
248 * objdump.c: Include "elf-bfd.h".
249 (dump_dwarf): Call init_dwarf_regnames on ELF input.
250
251 * readelf.c (guess_is_rela): Change argument to int.
252 (parse_args): Remove the undocumented upper case options for
253 -wX.
254 (process_file_header): Call init_dwarf_regnames.
255
256 2008-01-25 DJ Delorie <dj@redhat.com>
257
258 * readelf.c (process_section_headers): Add m16c handler.
259 (is_16bit_abs_reloc): Recognize R_M32C_16.
260
261 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
262
263 * prdbg.c: Correct formatter style use.
264 * readelf.c: Likewise.
265 * strings.c: Likewise.
266
267 2008-01-25 Nick Clifton <nickc@redhat.com>
268
269 * po/ru.po: Updated Russian translation.
270
271 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
272
273 * MAINTAINERS: Update my email address.
274
275 2008-01-14 Nick Clifton <nickc@redhat.com>
276
277 * dwarf.c (process_debug_info): Include the CU offset and corrupt
278 version value when reporting unrecognised DWARF version numbers.
279 (load_debug_info): Remember a failed attempt to load and parse the
280 .debug_info section and do not repeat such attempts.
281 (display_debug_lines): Check the return value from load_debug_info
282 and return whilst displaying a warning message if the load failed.
283 (display_debug_loc): Likewise.
284 (display_debug_ranges): Likewise.
285 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
286 when the .debug_info section could not be loaded/parsed.
287 (process_debug_info): Display the length of the compilation unit
288 in hex, so that it corresponds with the offsets that will follow.
289 Tell the user if the length was 32-bit or 64-bit.
290 If a DIE abbreviation could not be found, tell the user the offset
291 of the DIE.
292 (free_debug_memory): Do not attempt to free any entries in the
293 debug_information array if num_debug_info_entries is set to
294 DEBUG_INFO_UNAVAILABLE.
295
296 2008-01-10 Andreas Schwab <schwab@suse.de>
297
298 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
299
300 2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
301
302 PR binutils/55326
303 * bucomm.c (list_supported_architectures): Free architecture list
304 after use.
305 * windres.c (set_endianess): Likewise.
306 * windmc.c (set_endianess): Likewise.
307
308 2008-01-08 Kai Tietz <kai.tietz@onevision.com>
309
310 PR binutils/5529
311 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
312 characters for name tokens.
313
314 2008-01-04 Greg McGary <greg@mcgary.org>
315
316 * prdbg.c (print_vma): Print as long long, if host supports it.
317
318 2008-01-03 Nick Clifton <nickc@redhat.com>
319
320 * dwarf.c (read_and_display_attr_value): Prefix values that are
321 displayed in hexadecimal with 0x.
322 For the DW_AT_import attribute display the abbreviation number and
323 tag of the imported DIE.
324 (process_debug_info): Warn about lengths that reserved by the
325 DWARF3 specification.
326 Provide more information when corrupted DIEs are detected.
327 Warn if DIE corruption makes the sibling level negative.
328
329 For older changes see ChangeLog-2007
330 \f
331 Local Variables:
332 mode: change-log
333 left-margin: 8
334 fill-column: 74
335 version-control: never
336 End: