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