(DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2008-01-14  Nick Clifton  <nickc@redhat.com>
2
3         * dwarf.c (process_debug_info): Include the CU offset and corrupt
4         version value when reporting unrecognised DWARF version numbers.
5         (load_debug_info): Remember a failed attempt to load and parse the
6         .debug_info section and do not repeat such attempts.
7         (display_debug_lines): Check the return value from load_debug_info
8         and return whilst displaying a warning message if the load failed.
9         (display_debug_loc): Likewise.
10         (display_debug_ranges): Likewise.
11         (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
12         when the .debug_info section could not be loaded/parsed.
13         (process_debug_info): Display the length of the compilation unit
14         in hex, so that it corresponds with the offsets that will follow.
15         Tell the user if the length was 32-bit or 64-bit.
16         If a DIE abbreviation could not be found, tell the user the offset
17         of the DIE.
18         (free_debug_memory): Do not attempt to free any entries in the
19         debug_information array if num_debug_info_entries is set to
20         DEBUG_INFO_UNAVAILABLE.
21
22 2008-01-10  Andreas Schwab  <schwab@suse.de>
23
24         * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
25
26 2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
27
28         PR binutils/55326
29         * bucomm.c (list_supported_architectures): Free architecture list
30         after use.
31         * windres.c (set_endianess): Likewise.
32         * windmc.c (set_endianess): Likewise.
33
34 2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
35
36         * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
37         characters for name tokens. PR/5529.
38
39 2008-01-04  Greg McGary  <greg@mcgary.org>
40
41         * prdbg.c (print_vma): Print as long long, if host supports it.
42
43 2008-01-03  Nick Clifton  <nickc@redhat.com>
44
45         * dwarf.c (read_and_display_attr_value): Prefix values that are
46         displayed in hexadecimal with 0x.
47         For the DW_AT_import attribute display the abbreviation number and
48         tag of the imported DIE.
49         (process_debug_info): Warn about lengths that reserved by the
50         DWARF3 specification.
51         Provide more information when corrupted DIEs are detected.
52         Warn if DIE corruption makes the sibling level negative.
53
54 For older changes see ChangeLog-2007
55 \f
56 Local Variables:
57 mode: change-log
58 left-margin: 8
59 fill-column: 74
60 version-control: never
61 End: