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