1 2008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3 * readelf.c (process_section_headers): Do not cut the section names and
4 types if running with --wide.
6 2008-10-06 Tom Tromey <tromey@redhat.com>
8 * dwarf.c (display_debug_frames): Change text for uniformity.
9 (process_debug_info): Likewise.
10 (display_debug_aranges): Likewise. Indent address output.
11 (display_debug_pubnames): Print offset in hex.
13 2008-10-02 Andrew Paprocki <andrew@ishiboo.com>
16 * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings
17 generated by the SUNPro C++ compiler.
19 2008-09-30 Andrew Paprocki <andrew@ishiboo.com>
22 * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's
23 'b' and 'v' extensions.
25 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
26 Steve Ellcey <sje@cup.hp.com>
28 * configure: Regenerate for new libtool.
31 * doc/Makefile.in: Ditto.
33 2008-09-28 Alan Modra <amodra@bigpond.net.au>
35 * objcopy.c (setup_section): Set elf_group_id.
37 2008-09-24 Richard Henderson <rth@redhat.com>
39 * dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
40 (decode_location_expression): Add section parameter. Handle
41 DW_OP_GNU_encoded_addr.
42 (read_and_display_attr_value): Update decode_location_expression call.
43 (display_debug_loc, display_debug_frames): Likewise.
45 2008-09-25 Alan Modra <amodra@bigpond.net.au>
48 * dwarf.c (print_dwarf_vma): Don't call printf without format string.
50 2008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
52 Suppress warnings on NONE relocations to discarded sections.
53 * readelf.c (is_none_reloc): New function.
54 (debug_apply_relocations): Ignore is_none_reloc() relocations.
56 2008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
58 Fix loading large elf64 binaries on 32bit hosts.
59 * configure.in: Call AC_SYS_LARGEFILE.
60 * config.in: Regenerate.
61 * configure: Regenerate.
63 2008-09-11 Alan Modra <amodra@bigpond.net.au>
67 2008-09-08 Tristan Gingold <gingold@adacore.com>
69 * BRANCHES: Add 2.18 and 2.19 release branches.
71 2008-09-08 Tristan Gingold <gingold@adacore.com>
73 * NEWS: Add a marker for the 2.19 features.
75 2008-09-05 Daniel Jacobowitz <dan@codesourcery.com>
77 * readelf.c (load_specific_debug_section): New function, from
79 (load_debug_section): Use load_specific_debug_section.
80 (display_debug_section): Use load_specific_debug_section. Check for
81 multiple sections with the same name.
83 2008-08-28 Tristan Gingold <gingold@adacore.com>
85 * objdump.c (dump_stabs): Add sections for Darwin.
87 2008-08-25 Alan Modra <amodra@bigpond.net.au>
89 * sysdep.h: Include "binary-io.h".
90 (O_BINARY): Don't define here.
91 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
92 * strings.c: Likewise.
93 (main): Remove #ifdef SET_BINARY.
94 * Makefile.am: Run "make dep-am"
95 * Makefile.in: Regenerate.
97 2008-08-24 Alan Modra <amodra@bigpond.net.au>
99 * configure.in: Update a number of obsolete autoconf macros.
100 * configure: Regenerate.
101 * aclocal.m4: Regenerate.
103 2008-08-21 Richard Henderson <rth@redhat.com>
105 * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry.
106 (is_64bit_pcrel_reloc): New.
107 (debug_apply_relocations): Use it. Handle hppa pcrel bias.
109 2008-08-15 Alan Modra <amodra@bigpond.net.au>
112 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
113 * Makefile.in: Regenerate.
114 * aclocal.m4: Regenerate.
115 * config.in: Regenerate.
116 * configure: Regenerate.
117 * doc/Makefile.in: Regenerate.
119 2008-08-09 Alan Modra <amodra@bigpond.net.au>
122 * rename.c (smart_rename): Punctuate error messages.
124 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
125 Daniel Jacobowitz <dan@codesourcery.com>
126 Catherine Moore <clm@codesourcery.com>
127 Mark Shinwell <shinwell@codesourcery.com>
129 * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and
131 (slurp_rela_relocs, slurp_rel_relocs): Handle MIPS ELF64 here.
132 (dump_relocations, debug_apply_relocations): Don't handle it here.
133 (get_mips_dynamic_type): Handle DT_MIPS_PLTGOT and DT_MIPS_RWPLT.
134 (print_mips_pltgot_entry): New function.
135 (process_mips_specific): Dump the PLT GOT.
137 2008-08-08 Alan Modra <amodra@bigpond.net.au>
139 * readelf.c (is_64bit_abs_reloc): Return true for R_MIPS_64.
141 2008-08-06 Alan Modra <amodra@bigpond.net.au>
144 * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol.
145 (setup_section): Don't zero vma and lma when extract_symbol.
146 (copy_section): Discard relocations when extract_symbol.
147 * doc/binutils.texi: Update --extract-symbol description.
149 2008-08-04 Alan Modra <amodra@bigpond.net.au>
151 * Makefile.am (POTFILES.in): Set LC_ALL=C.
152 * Makefile.in: Regenerate.
154 2008-08-04 Markus Weiss <weissms@aros.org>
156 * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
158 2008-08-01 H.J. Lu <hongjiu.lu@intel.com>
160 * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
161 (dwarf_regnames_x86_64): Likewise.
163 2008-07-30 Alan Modra <amodra@bigpond.net.au>
165 * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
166 windmc.c: Silence gcc warnings.
168 2008-07-28 Alan Modra <amodra@bigpond.net.au>
170 * readelf.c (print_vma): Typo fix.
172 2008-07-28 Alan Modra <amodra@bigpond.net.au>
175 * readelf.c (print_dec_vma, print_hex_vma): Delete.
176 (print_vma): Use BFD_VMA_FMT.
177 * size.c (size_number, rprint_number): Likewise.
179 2008-07-26 Michael Eager <eager@eagercon.com>
181 * readelf.c (display_power_gnu_attribute): Display
182 single-precision hard float.
184 2008-07-21 Luis Machado <luisgpm@br.ibm.com>
186 * readelf.c (get_note_type): Handle VSX notes.
188 2008-07-15 H.J. Lu <hongjiu.lu@intel.com>
190 * objdump.c (load_debug_section): Initialize section_is_compressed
192 * readelf.c (load_debug_section): Likewise.
194 2008-07-12 Jie Zhang <jie.zhang@analog.com>
197 2008-07-12 Jie Zhang <jie.zhang@analog.com>
198 * readelf.c (get_machine_flags): Deal with Blackfin specific
201 2008-07-12 Jie Zhang <jie.zhang@analog.com>
203 * readelf.c (get_machine_flags): Deal with Blackfin specific
206 2008-07-09 Craig Silverstein <csilvers@google.com>
208 * config.in: Add HAVE_ZLIB_H
209 * configure.in: Add test for libz and zlib.h
210 * configure: Regenerate.
211 * dwarf.c (debug_displays): Add .zdebug_* strings.
212 * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
214 * objdump.c (load_debug_section): Call
215 bfd_uncompress_section_contents when loading a compressed
217 (dump_dwarf_section): Recognize compressed section name.
218 (mach_o_dwarf_sections): Rename as
219 mach_o_uncompressed_dwarf_sections.
220 (mach_o_compressed_dwarf_sections): New variable.
221 (generic_dwarf_section): Rename as
222 generic_uncompressed_dwarf_sections.
223 (generic_compressed_dwarf_sections): New variable.
224 (check_mach_o_dwarf): Save and restore
225 mach_o_compressed_dwarf_sections.
226 * readelf.c: Add #include for config.h and zlib.h
227 (process_section_headers): Recognize compressed section name.
228 (uncompress_section_contents): New function.
229 (load_debug_section): Call uncompress_section_contents when
230 loading a compressed section.
231 (display_debug_section): Recognize compressed section name.
233 2008-07-07 Alan Modra <amodra@bigpond.net.au>
235 * objdump.c (find_symbol_for_address): Prefer symbols in current
238 2008-07-07 Alan Modra <amodra@bigpond.net.au>
240 * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
241 * nlmconv.c (main, powerpc_build_stubs): Likewise.
242 * rescoff.c (write_coff_file): Likewise.
243 * resres.c (write_res_file): Likewise.
244 * windmc.c (windmc_write_bin): Likewise.
246 2008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
248 * readelf.c (guess_is_rela): Add EM_CR16_OLD.
249 (dump_relocations): Likewise.
250 (get_machine_name): Likewise.
251 (is_32bit_abs_reloc): Likewise.
253 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
255 * configure: Regenerate.
257 2008-06-12 DJ Delorie <dj@redhat.com>
259 * readelf.c (guess_is_rela): Add EM_M32C_OLD.
260 (dump_relocations): Likewise.
261 (process_section_headers): Likewise.
262 (is_32bit_abs_reloc): Likewise.
263 (is_16bit_abs_reloc): Likewise.
265 2008-06-12 Nick Clifton <nickc@redhat.com>
268 * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
269 debug information to display, try dumping DWARF information
271 * rddbg.c (read_debugging_info): Add a parameter to suppress the
272 display of a warning message when no debug information is found.
273 * budbg.h (read_debugging_info): Update prototype.
274 * objcopy.c (copy_object): Continue to allow read_debugging_info
275 to produce warning messages.
276 * doc/binutils.texi (--debugging): Document new behaviour of the
277 -g/--debugging option.
279 2008-06-10 Ben Elliston <bje@gnu.org>
281 * MAINTAINERS: Remove myself as m68k maintainer.
283 2008-05-14 Alan Modra <amodra@bigpond.net.au>
285 * Makefile.in: Regenerate.
286 * doc/Makefile.in: Regenerate.
288 2008-05-12 Alan Modra <amodra@bigpond.net.au>
290 * embedspu.sh: Test for presence of ._ea by looking at section
291 table rather than looking at relocs. Correct toe_addr substitution.
293 2008-05-08 Alan Modra <amodra@bigpond.net.au>
295 * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
296 and if present, put image in ".data.speelf". Put program handle
297 in ".data.spehandle".
299 2008-05-01 Nick Clifton <nickc@redhat.com>
301 * readelf.c (print_symbol): Add code to display non-printing
304 2008-04-30 John Heidemann <johnh@isi.edu>
306 * doc/binutils.texi (strings): Add "unicode" to the documentation
307 of strings in order to make explicit that it supports this
310 2008-04-30 Alan Modra <amodra@bigpond.net.au>
312 * readelf.c (process_program_headers): Correct section in segment
315 2008-04-28 M Thomas <mthomas@rhrk.uni-kl.de>
316 Nick Clifton <nickc@redhat.com>
319 * objdump.c (slurp_file): Open the file in binary mode.
320 * ar.c: Remove conditional definition of O_BINARY.
322 * rename.c: Likewise.
323 * strings.c: Likewise.
324 * sysdep.h: Add conditional definition of O_BINARY.
326 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
328 * aclocal.m4: Regenerate.
329 * configure: Regenerate.
331 2008-04-16 Jean-Yves Lefort <jylefort@brutele.be>
334 * objcopy.c (stuct symlist): Rename to
335 is_specified_symbol_predicate_data.
336 (strip_specific_list): Rename to strip_specific_htab.
337 (strip_unneeded_list): Rename to strip_unneeded_htab.
338 (keep_specific_list): Rename to keep_specific_htab.
339 (localize_specific_list): Rename to localize_specific_htab.
340 (globalize_specific_list): Rename to globalize_specific_htab.
341 (keepglobal_specific_list): Rename to keepglobal_specific_htab.
342 (weaken_specific_list): Rename to weaken_specific_htab.
343 (eq_string): New function.
344 (create_symbol_htab): New function.
345 (create_symbol_htabs): New function.
346 (add_specific_symbol): Change to use hash tables.
347 (is_specified_symbol_predicate): New function.
348 (is_specified_symbol): Use hash table lookup.
349 (is_strip_section): Update to use new functions and hash tables.
350 (filter_symbols): Likewise.
351 (copy_object): Likewise.
352 (copy_section): Likewise.
353 (strip_main): Likewise.
354 (copy_main): Likewise.
357 2008-04-14 David S. Miller <davem@davemloft.net>
359 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
361 2008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
363 * dwarf.c (display_debug_lines): Rename to
364 display_debug_lines_raw.
365 (display_debug_lines_decoded): New function. Displays the
366 interpreted contents of a .debug_line section.
367 (display_debug_lines): New function: Selects either a raw dump or
368 a decoded dump (or both) as requested by the user.
369 * dwarf.h (do_debug_lines_decoded): New extern.
370 * readelf.c: Add support for -wL or --debug-dump=decodedline
371 option to display the decoded contents of a .debug_line section.
372 * doc/binutils.texi: Document the new option.
373 * NEWS: Mention the new feature.
375 2008-04-08 Alan Modra <amodra@bigpond.net.au>
377 * dwarf.c: Remove trailing whitespace throughout file.
379 2008-04-04 Nick Clifton <nickc@redhat.com>
381 * po/sk.po: Updated Slovak translation.
383 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
385 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
386 (dwarf_regnames_x86_64): Likewise.
388 2008-03-27 Cary Coutant <ccoutant@google.com>
390 Add support for thin archives.
391 * ar.c (make_thin_archive): New global flag.
392 (map_over_members): Deal with full pathnames in thin archives.
393 (usage, main): Add 'T' option for building thin archives.
394 (replace_members): Pass thin archive flag to ar_emul_append.
395 * arsup.c (ar_open): Initialize new flag.
396 * binemul.c (ar_emul_append): Add new parameter for
397 flattening nested archives.
398 (do_ar_emul_default_append): New function.
399 (ar_emul_default_append): Factored out recursive code.
400 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
401 (struct bin_emulation_xfer_struct): New parameter for ar_append.
402 * dlltool.c (gen_lib_file): Initialize thin archive flag.
403 * emul_aix.c (ar_emul_aix_internal): Add new flatten
404 parameter, currently unimplemented.
406 * objcopy.c (copy_archive): Preserve thin archive flag.
407 * doc/binutils.texi: Update ar documentation.
408 * NEWS: Mention the new feature.
410 2008-03-20 H.J. Lu <hongjiu.lu@intel.com>
412 * readelf.c (process_mips_specific): Declare addr_size as int.
414 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
416 * readelf.c (print_mips_got_entry): New function.
417 (process_mips_specific): Print GOT information.
419 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
421 * aclocal.m4: Regenerate.
422 * configure: Likewise.
423 * Makefile.in: Likewise.
424 * doc/Makefile.in: Likewise.
426 2008-03-16 Brian Dessent <brian@dessent.net>
428 * rcparse.y (resid): Allow control text to span multiple lines.
430 2008-03-13 Alan Modra <amodra@bigpond.net.au>
432 * readelf.c: Use %u throughout when printing sh_link or sh_info,
433 %lu when printing sh_addralign.
434 (process_version_sections): Use identical formats when printing
435 all offset and sh_link fields.
437 2008-03-13 Alan Modra <amodra@bigpond.net.au>
439 * Makefile.am: Run "make dep-am".
440 * Makefile.in: Regenerate.
441 * doc/Makefile.in: Regenerate.
442 * configure: Regenerate.
444 2008-03-12 Alan Modra <amodra@bigpond.net.au>
447 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
448 Remove use throughout file.
449 (SECTION_HEADER): Likewise.
450 (dump_relocations): Don't adjust st_shndx for reserved range.
451 (process_file_header): Mask SHN_XINDEX to values seen in external
452 elf structs. Simplify valid section index tests.
453 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
454 Map reserved st_shndx to internal form.
455 (process_section_groups): Test that group symbol st_shndx is in
456 range, not just non-zero. Delete reserved range check.
457 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
460 2008-03-09 Paul Brook <paul@codesourcery.com>
462 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
464 2008-03-03 James E. Wilson <wilson@tuliptree.org>
466 * MAINTAINERS: Update my email address.
468 2008-03-03 Nick Clifton <nickc@redhat.com>
470 * dwarf.c (decode_location_expression): Handle
471 DW_OP_PGI_omp_thread_num.
473 2008-03-01 Alan Modra <amodra@bigpond.net.au>
475 * objdump.c (objdump_print_addr): Initialise "sym".
477 2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
478 Nick Clifton <nickc@redhat.com>
480 * ar.c (usage): Mention -t command line switch.
481 * doc/binutils.texi (ranlib): Document -t command line switch.
483 2008-02-26 Nick Clifton <nickc@redhat.com>
485 * objdump.c (objdump_print_addr): If displaying file offsets, show
486 the offset even if there are no symbols available.
487 (dump_section): Display nothing if none of the section is going to
488 be dumped. Display the file offset, if requested, of the location
489 from where the dump starts.
490 * doc/binutils.texi (objdump): Mention that dumping via the -s
491 switch is also affected by the -F option.
493 2008-02-26 Nick Clifton <nickc@redhat.com>
495 Re-apply this patch which was accidentally deleted:
496 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
498 * doc/binutils.texi: Use "Binutils Index" for index name.
500 2008-02-22 Nick Clifton <nickc@redhat.com>
502 * objdump.c (display_file_offsets): New variable.
503 (long_options): Add -F/--file-offsets.
504 (objdump_print_addr_with_sym): If displaying file offsets, print
505 the offset of the given address.
506 (disassemble_bytes): If displaying file offsets, tell the user how
507 many zeroes are skipped and the file offset of the point where
509 (disassemble_section): Only display the name of the section if
510 data is going to be dumped from it.
511 (main): Handle new option. Produce error messages if the start or
512 stop addresses do not make sense.
513 * doc/binutils.texi: Document the new feature.
514 * NEWS: Mention the new feature.
516 2008-02-15 Chu Li <chul@cn.fujitsu.com>
517 Nick Clifton <nickc@redhat.com>
520 * strings.c (integer_arg): Delete function.
521 (string_min): Initialise to 4.
522 (main): Use strtoul to parse integer arguments.
523 Move check for an invalid string length to after all the arguments
525 (usage): Use indentation to indicate that -<n> is a another form
526 of the --bytes= command line option.
528 2008-02-12 Nick Clifton <nickc@redhat.com>
530 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
532 (scan_obj_filename): Do not drop the const qualifier when calling
533 mcore_elf_cache_filename.
534 (struct fname_cache): Add const qualifier to filename field.
536 2008-02-08 H.J. Lu <hongjiu.lu@intel.com>
539 * strings.c (main): Set string_min to 4 if it is <= 0.
541 2008-02-07 Alan Modra <amodra@bigpond.net.au>
543 * objdump.c (main): Don't pass unadorned NULL to concat.
545 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
548 * configure: Regenerated.
550 2008-02-03 Adam Nemet <anemet@caviumnetworks.com>
552 * readelf.c (get_machine_flags): Handle Octeon.
554 2008-01-30 Tristan Gingold <gingold@adacore.com>
556 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
557 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
558 (get_dynamic_type): Handle IA64-specific tags.
559 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
560 (get_section_type_name): Handle OS-specific sections (and
561 particularly IA64 OpenVMS one).
562 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
565 2008-01-29 Nick Clifton <nickc@redhat.com>
567 * dwarf.c (print_dwarf_vma): New function. Display the value of a
568 dwarf_vma type at a specified precision. Use mingw field type
569 specifier if necessary.
570 (display_debug_loc): Use dwarf_vma type for begin and end values.
571 Use print_dwarf_vma to display their values. Use byte_get_signed
572 in order to correctly detect the -1 escape value.
573 (display_debug_aranges): Likewise.
574 (display_debug_ranges): Likewise.
576 2008-01-29 Alan Modra <amodra@bigpond.net.au>
578 * dwarf.c (display_debug_loc): Correct test for base address
579 entry when 64-bit host dumping 32-bit object.
581 2008-01-29 Alan Modra <amodra@bigpond.net.au>
583 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
585 2008-01-28 Nick Clifton <nickc@redhat.com>
588 * rclex.c (yylex): Also allow the hypen character.
590 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
592 * dwarf.c: Include "elf/common.h".
593 (eh_addr_size): Changed to int.
594 (dwarf_regnames_i386): New.
595 (dwarf_regnames_x86_64): Likewise.
596 (dwarf_regnames): Likewise.
597 (dwarf_regnames_count): Likewise.
598 (init_dwarf_regnames): Likewise.
600 (frame_display_row): Properly support different address size.
601 Call regname to get register name.
602 (display_debug_frames): Call regname to get register name.
603 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
604 instead of DW_CFA_def_cfa_reg.
606 * dwarf.h (init_dwarf_regnames): New.
608 * objdump.c: Include "elf-bfd.h".
609 (dump_dwarf): Call init_dwarf_regnames on ELF input.
611 * readelf.c (guess_is_rela): Change argument to int.
612 (parse_args): Remove the undocumented upper case options for
614 (process_file_header): Call init_dwarf_regnames.
616 2008-01-25 DJ Delorie <dj@redhat.com>
618 * readelf.c (process_section_headers): Add m16c handler.
619 (is_16bit_abs_reloc): Recognize R_M32C_16.
621 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
623 * prdbg.c: Correct formatter style use.
624 * readelf.c: Likewise.
625 * strings.c: Likewise.
627 2008-01-25 Nick Clifton <nickc@redhat.com>
629 * po/ru.po: Updated Russian translation.
631 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
633 * MAINTAINERS: Update my email address.
635 2008-01-14 Nick Clifton <nickc@redhat.com>
637 * dwarf.c (process_debug_info): Include the CU offset and corrupt
638 version value when reporting unrecognised DWARF version numbers.
639 (load_debug_info): Remember a failed attempt to load and parse the
640 .debug_info section and do not repeat such attempts.
641 (display_debug_lines): Check the return value from load_debug_info
642 and return whilst displaying a warning message if the load failed.
643 (display_debug_loc): Likewise.
644 (display_debug_ranges): Likewise.
645 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
646 when the .debug_info section could not be loaded/parsed.
647 (process_debug_info): Display the length of the compilation unit
648 in hex, so that it corresponds with the offsets that will follow.
649 Tell the user if the length was 32-bit or 64-bit.
650 If a DIE abbreviation could not be found, tell the user the offset
652 (free_debug_memory): Do not attempt to free any entries in the
653 debug_information array if num_debug_info_entries is set to
654 DEBUG_INFO_UNAVAILABLE.
656 2008-01-10 Andreas Schwab <schwab@suse.de>
658 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
660 2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
663 * bucomm.c (list_supported_architectures): Free architecture list
665 * windres.c (set_endianess): Likewise.
666 * windmc.c (set_endianess): Likewise.
668 2008-01-08 Kai Tietz <kai.tietz@onevision.com>
671 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
672 characters for name tokens.
674 2008-01-04 Greg McGary <greg@mcgary.org>
676 * prdbg.c (print_vma): Print as long long, if host supports it.
678 2008-01-03 Nick Clifton <nickc@redhat.com>
680 * dwarf.c (read_and_display_attr_value): Prefix values that are
681 displayed in hexadecimal with 0x.
682 For the DW_AT_import attribute display the abbreviation number and
683 tag of the imported DIE.
684 (process_debug_info): Warn about lengths that reserved by the
685 DWARF3 specification.
686 Provide more information when corrupted DIEs are detected.
687 Warn if DIE corruption makes the sibling level negative.
689 For older changes see ChangeLog-2007
695 version-control: never