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