1 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3 * MAINTAINERS: Update my email address.
5 2008-03-03 Nick Clifton <nickc@redhat.com>
7 * dwarf.c (decode_location_expression): Handle
8 DW_OP_PGI_omp_thread_num.
10 2008-03-01 Alan Modra <amodra@bigpond.net.au>
12 * objdump.c (objdump_print_addr): Initialise "sym".
14 2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
15 Nick Clifton <nickc@redhat.com>
17 * ar.c (usage): Mention -t command line switch.
18 * doc/binutils.texi (ranlib): Document -t command line switch.
20 2008-02-26 Nick Clifton <nickc@redhat.com>
22 * objdump.c (objdump_print_addr): If displaying file offsets, show
23 the offset even if there are no symbols available.
24 (dump_section): Display nothing if none of the section is going to
25 be dumped. Display the file offset, if requested, of the location
26 from where the dump starts.
27 * doc/binutils.texi (objdump): Mention that dumping via the -s
28 switch is also affected by the -F option.
30 2008-02-26 Nick Clifton <nickc@redhat.com>
32 Re-apply this patch which was accidentally deleted:
33 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
35 * doc/binutils.texi: Use "Binutils Index" for index name.
37 2008-02-22 Nick Clifton <nickc@redhat.com>
39 * objdump.c (display_file_offsets): New variable.
40 (long_options): Add -F/--file-offsets.
41 (objdump_print_addr_with_sym): If displaying file offsets, print
42 the offset of the given address.
43 (disassemble_bytes): If displaying file offsets, tell the user how
44 many zeroes are skipped and the file offset of the point where
46 (disassemble_section): Only display the name of the section if
47 data is going to be dumped from it.
48 (main): Handle new option. Produce error messages if the start or
49 stop addresses do not make sense.
50 * doc/binutils.texi: Document the new feature.
51 * NEWS: Mention the new feature.
53 2008-02-15 Chu Li <chul@cn.fujitsu.com>
54 Nick Clifton <nickc@redhat.com>
57 * strings.c (integer_arg): Delete function.
58 (string_min): Initialise to 4.
59 (main): Use strtoul to parse integer arguments.
60 Move check for an invalid string length to after all the arguments
62 (usage): Use indentation to indicate that -<n> is a another form
63 of the --bytes= command line option.
65 2008-02-12 Nick Clifton <nickc@redhat.com>
67 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
69 (scan_obj_filename): Do not drop the const qualifier when calling
70 mcore_elf_cache_filename.
71 (struct fname_cache): Add const qualifier to filename field.
73 2008-02-08 H.J. Lu <hongjiu.lu@intel.com>
76 * strings.c (main): Set string_min to 4 if it is <= 0.
78 2008-02-07 Alan Modra <amodra@bigpond.net.au>
80 * objdump.c (main): Don't pass unadorned NULL to concat.
82 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
85 * configure: Regenerated.
87 2008-02-03 Adam Nemet <anemet@caviumnetworks.com>
89 * readelf.c (get_machine_flags): Handle Octeon.
91 2008-01-30 Tristan Gingold <gingold@adacore.com>
93 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
94 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
95 (get_dynamic_type): Handle IA64-specific tags.
96 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
97 (get_section_type_name): Handle OS-specific sections (and
98 particularly IA64 OpenVMS one).
99 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
102 2008-01-29 Nick Clifton <nickc@redhat.com>
104 * dwarf.c (print_dwarf_vma): New function. Display the value of a
105 dwarf_vma type at a specified precision. Use mingw field type
106 specifier if necessary.
107 (display_debug_loc): Use dwarf_vma type for begin and end values.
108 Use print_dwarf_vma to display their values. Use byte_get_signed
109 in order to correctly detect the -1 escape value.
110 (display_debug_aranges): Likewise.
111 (display_debug_ranges): Likewise.
113 2008-01-29 Alan Modra <amodra@bigpond.net.au>
115 * dwarf.c (display_debug_loc): Correct test for base address
116 entry when 64-bit host dumping 32-bit object.
118 2008-01-29 Alan Modra <amodra@bigpond.net.au>
120 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
122 2008-01-28 Nick Clifton <nickc@redhat.com>
125 * rclex.c (yylex): Also allow the hypen character.
127 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
129 * dwarf.c: Include "elf/common.h".
130 (eh_addr_size): Changed to int.
131 (dwarf_regnames_i386): New.
132 (dwarf_regnames_x86_64): Likewise.
133 (dwarf_regnames): Likewise.
134 (dwarf_regnames_count): Likewise.
135 (init_dwarf_regnames): Likewise.
137 (frame_display_row): Properly support different address size.
138 Call regname to get register name.
139 (display_debug_frames): Call regname to get register name.
140 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
141 instead of DW_CFA_def_cfa_reg.
143 * dwarf.h (init_dwarf_regnames): New.
145 * objdump.c: Include "elf-bfd.h".
146 (dump_dwarf): Call init_dwarf_regnames on ELF input.
148 * readelf.c (guess_is_rela): Change argument to int.
149 (parse_args): Remove the undocumented upper case options for
151 (process_file_header): Call init_dwarf_regnames.
153 2008-01-25 DJ Delorie <dj@redhat.com>
155 * readelf.c (process_section_headers): Add m16c handler.
156 (is_16bit_abs_reloc): Recognize R_M32C_16.
158 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
160 * prdbg.c: Correct formatter style use.
161 * readelf.c: Likewise.
162 * strings.c: Likewise.
164 2008-01-25 Nick Clifton <nickc@redhat.com>
166 * po/ru.po: Updated Russian translation.
168 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
170 * MAINTAINERS: Update my email address.
172 2008-01-14 Nick Clifton <nickc@redhat.com>
174 * dwarf.c (process_debug_info): Include the CU offset and corrupt
175 version value when reporting unrecognised DWARF version numbers.
176 (load_debug_info): Remember a failed attempt to load and parse the
177 .debug_info section and do not repeat such attempts.
178 (display_debug_lines): Check the return value from load_debug_info
179 and return whilst displaying a warning message if the load failed.
180 (display_debug_loc): Likewise.
181 (display_debug_ranges): Likewise.
182 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
183 when the .debug_info section could not be loaded/parsed.
184 (process_debug_info): Display the length of the compilation unit
185 in hex, so that it corresponds with the offsets that will follow.
186 Tell the user if the length was 32-bit or 64-bit.
187 If a DIE abbreviation could not be found, tell the user the offset
189 (free_debug_memory): Do not attempt to free any entries in the
190 debug_information array if num_debug_info_entries is set to
191 DEBUG_INFO_UNAVAILABLE.
193 2008-01-10 Andreas Schwab <schwab@suse.de>
195 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
197 2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
200 * bucomm.c (list_supported_architectures): Free architecture list
202 * windres.c (set_endianess): Likewise.
203 * windmc.c (set_endianess): Likewise.
205 2008-01-08 Kai Tietz <kai.tietz@onevision.com>
208 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
209 characters for name tokens.
211 2008-01-04 Greg McGary <greg@mcgary.org>
213 * prdbg.c (print_vma): Print as long long, if host supports it.
215 2008-01-03 Nick Clifton <nickc@redhat.com>
217 * dwarf.c (read_and_display_attr_value): Prefix values that are
218 displayed in hexadecimal with 0x.
219 For the DW_AT_import attribute display the abbreviation number and
220 tag of the imported DIE.
221 (process_debug_info): Warn about lengths that reserved by the
222 DWARF3 specification.
223 Provide more information when corrupted DIEs are detected.
224 Warn if DIE corruption makes the sibling level negative.
226 For older changes see ChangeLog-2007
232 version-control: never