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