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