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