PR binutils/5529
[platform/upstream/binutils.git] / binutils / ChangeLog
1 2008-01-28  Nick Clifton  <nickc@redhat.com>
2
3         PR binutils/5529
4         * rclex.c (yylex): Also allow the hypen character.
5
6 2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * dwarf.c: Include "elf/common.h".
9         (eh_addr_size): Changed to int.
10         (dwarf_regnames_i386): New.
11         (dwarf_regnames_x86_64): Likewise.
12         (dwarf_regnames): Likewise.
13         (dwarf_regnames_count): Likewise.
14         (init_dwarf_regnames): Likewise.
15         (regname): Likewise.
16         (frame_display_row): Properly support different address size.
17         Call regname to get register name.
18         (display_debug_frames): Call regname to get register name.
19         Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
20         instead of DW_CFA_def_cfa_reg.
21
22         * dwarf.h (init_dwarf_regnames): New.
23
24         * objdump.c: Include "elf-bfd.h".
25         (dump_dwarf): Call init_dwarf_regnames on ELF input.
26
27         * readelf.c (guess_is_rela): Change argument to int.
28         (parse_args): Remove the undocumented upper case options for
29         -wX.
30         (process_file_header): Call init_dwarf_regnames.
31
32 2008-01-25  DJ Delorie  <dj@redhat.com>
33
34         * readelf.c (process_section_headers): Add m16c handler.
35         (is_16bit_abs_reloc): Recognize R_M32C_16.
36
37 2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
38
39         * prdbg.c: Correct formatter style use.
40         * readelf.c: Likewise.
41         * strings.c: Likewise.
42
43 2008-01-25  Nick Clifton  <nickc@redhat.com>
44
45         * po/ru.po: Updated Russian translation.
46
47 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
48
49         * MAINTAINERS: Update my email address.
50
51 2008-01-14  Nick Clifton  <nickc@redhat.com>
52
53         * dwarf.c (process_debug_info): Include the CU offset and corrupt
54         version value when reporting unrecognised DWARF version numbers.
55         (load_debug_info): Remember a failed attempt to load and parse the
56         .debug_info section and do not repeat such attempts.
57         (display_debug_lines): Check the return value from load_debug_info
58         and return whilst displaying a warning message if the load failed.
59         (display_debug_loc): Likewise.
60         (display_debug_ranges): Likewise.
61         (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
62         when the .debug_info section could not be loaded/parsed.
63         (process_debug_info): Display the length of the compilation unit
64         in hex, so that it corresponds with the offsets that will follow.
65         Tell the user if the length was 32-bit or 64-bit.
66         If a DIE abbreviation could not be found, tell the user the offset
67         of the DIE.
68         (free_debug_memory): Do not attempt to free any entries in the
69         debug_information array if num_debug_info_entries is set to
70         DEBUG_INFO_UNAVAILABLE.
71
72 2008-01-10  Andreas Schwab  <schwab@suse.de>
73
74         * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
75
76 2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
77
78         PR binutils/55326
79         * bucomm.c (list_supported_architectures): Free architecture list
80         after use.
81         * windres.c (set_endianess): Likewise.
82         * windmc.c (set_endianess): Likewise.
83
84 2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
85
86         PR binutils/5529
87         * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
88         characters for name tokens.
89
90 2008-01-04  Greg McGary  <greg@mcgary.org>
91
92         * prdbg.c (print_vma): Print as long long, if host supports it.
93
94 2008-01-03  Nick Clifton  <nickc@redhat.com>
95
96         * dwarf.c (read_and_display_attr_value): Prefix values that are
97         displayed in hexadecimal with 0x.
98         For the DW_AT_import attribute display the abbreviation number and
99         tag of the imported DIE.
100         (process_debug_info): Warn about lengths that reserved by the
101         DWARF3 specification.
102         Provide more information when corrupted DIEs are detected.
103         Warn if DIE corruption makes the sibling level negative.
104
105 For older changes see ChangeLog-2007
106 \f
107 Local Variables:
108 mode: change-log
109 left-margin: 8
110 fill-column: 74
111 version-control: never
112 End: