3 * dwarf.c (decode_location_expression): Handle
4 DW_OP_PGI_omp_thread_num.
8 * objdump.c (objdump_print_addr): Initialise "sym".
13 * ar.c (usage): Mention -t command line switch.
14 * doc/binutils.texi (ranlib): Document -t command line switch.
18 * objdump.c (objdump_print_addr): If displaying file offsets, show
19 the offset even if there are no symbols available.
20 (dump_section): Display nothing if none of the section is going to
21 be dumped. Display the file offset, if requested, of the location
22 from where the dump starts.
23 * doc/binutils.texi (objdump): Mention that dumping via the -s
24 switch is also affected by the -F option.
28 Re-apply this patch which was accidentally deleted:
31 * doc/binutils.texi: Use "Binutils Index" for index name.
35 * objdump.c (display_file_offsets): New variable.
36 (long_options): Add -F/--file-offsets.
37 (objdump_print_addr_with_sym): If displaying file offsets, print
38 the offset of the given address.
39 (disassemble_bytes): If displaying file offsets, tell the user how
40 many zeroes are skipped and the file offset of the point where
42 (disassemble_section): Only display the name of the section if
43 data is going to be dumped from it.
44 (main): Handle new option. Produce error messages if the start or
45 stop addresses do not make sense.
46 * doc/binutils.texi: Document the new feature.
47 * NEWS: Mention the new feature.
53 * strings.c (integer_arg): Delete function.
54 (string_min): Initialise to 4.
55 (main): Use strtoul to parse integer arguments.
56 Move check for an invalid string length to after all the arguments
58 (usage): Use indentation to indicate that -<n> is a another form
59 of the --bytes= command line option.
63 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
65 (scan_obj_filename): Do not drop the const qualifier when calling
66 mcore_elf_cache_filename.
67 (struct fname_cache): Add const qualifier to filename field.
72 * strings.c (main): Set string_min to 4 if it is <= 0.
76 * objdump.c (main): Don't pass unadorned NULL to concat.
81 * configure: Regenerated.
85 * readelf.c (get_machine_flags): Handle Octeon.
89 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
90 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
91 (get_dynamic_type): Handle IA64-specific tags.
92 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
93 (get_section_type_name): Handle OS-specific sections (and
94 particularly IA64 OpenVMS one).
95 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
100 * dwarf.c (print_dwarf_vma): New function. Display the value of a
101 dwarf_vma type at a specified precision. Use mingw field type
102 specifier if necessary.
103 (display_debug_loc): Use dwarf_vma type for begin and end values.
104 Use print_dwarf_vma to display their values. Use byte_get_signed
105 in order to correctly detect the -1 escape value.
106 (display_debug_aranges): Likewise.
107 (display_debug_ranges): Likewise.
111 * dwarf.c (display_debug_loc): Correct test for base address
112 entry when 64-bit host dumping 32-bit object.
116 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
121 * rclex.c (yylex): Also allow the hypen character.
125 * dwarf.c: Include "elf/common.h".
126 (eh_addr_size): Changed to int.
127 (dwarf_regnames_i386): New.
128 (dwarf_regnames_x86_64): Likewise.
129 (dwarf_regnames): Likewise.
130 (dwarf_regnames_count): Likewise.
131 (init_dwarf_regnames): Likewise.
133 (frame_display_row): Properly support different address size.
134 Call regname to get register name.
135 (display_debug_frames): Call regname to get register name.
136 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
137 instead of DW_CFA_def_cfa_reg.
139 * dwarf.h (init_dwarf_regnames): New.
141 * objdump.c: Include "elf-bfd.h".
142 (dump_dwarf): Call init_dwarf_regnames on ELF input.
144 * readelf.c (guess_is_rela): Change argument to int.
145 (parse_args): Remove the undocumented upper case options for
147 (process_file_header): Call init_dwarf_regnames.
151 * readelf.c (process_section_headers): Add m16c handler.
152 (is_16bit_abs_reloc): Recognize R_M32C_16.
156 * prdbg.c: Correct formatter style use.
157 * readelf.c: Likewise.
158 * strings.c: Likewise.
162 * po/ru.po: Updated Russian translation.
166 * MAINTAINERS: Update my email address.
170 * dwarf.c (process_debug_info): Include the CU offset and corrupt
171 version value when reporting unrecognised DWARF version numbers.
172 (load_debug_info): Remember a failed attempt to load and parse the
173 .debug_info section and do not repeat such attempts.
174 (display_debug_lines): Check the return value from load_debug_info
175 and return whilst displaying a warning message if the load failed.
176 (display_debug_loc): Likewise.
177 (display_debug_ranges): Likewise.
178 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
179 when the .debug_info section could not be loaded/parsed.
180 (process_debug_info): Display the length of the compilation unit
181 in hex, so that it corresponds with the offsets that will follow.
182 Tell the user if the length was 32-bit or 64-bit.
183 If a DIE abbreviation could not be found, tell the user the offset
185 (free_debug_memory): Do not attempt to free any entries in the
186 debug_information array if num_debug_info_entries is set to
187 DEBUG_INFO_UNAVAILABLE.
191 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
196 * bucomm.c (list_supported_architectures): Free architecture list
198 * windres.c (set_endianess): Likewise.
199 * windmc.c (set_endianess): Likewise.
204 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
205 characters for name tokens.
209 * prdbg.c (print_vma): Print as long long, if host supports it.
213 * dwarf.c (read_and_display_attr_value): Prefix values that are
214 displayed in hexadecimal with 0x.
215 For the DW_AT_import attribute display the abbreviation number and
216 tag of the imported DIE.
217 (process_debug_info): Warn about lengths that reserved by the
218 DWARF3 specification.
219 Provide more information when corrupted DIEs are detected.
220 Warn if DIE corruption makes the sibling level negative.
222 For older changes see ChangeLog-2007
228 version-control: never