* sparc.h (EF_SPARC_EXT_MASK, EF_SPARC_32PLUS_MASK,
[deliverable/binutils-gdb.git] / binutils / ChangeLog
... / ...
CommitLineData
12008-04-14 David S. Miller <davem@davemloft.net>
2
3 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
4
52008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
6
7 * dwarf.c (display_debug_lines): Rename to
8 display_debug_lines_raw.
9 (display_debug_lines_decoded): New function. Displays the
10 interpreted contents of a .debug_line section.
11 (display_debug_lines): New function: Selects either a raw dump or
12 a decoded dump (or both) as requested by the user.
13 * dwarf.h (do_debug_lines_decoded): New extern.
14 * readelf.c: Add support for -wL or --debug-dump=decodedline
15 option to display the decoded contents of a .debug_line section.
16 * doc/binutils.texi: Document the new option.
17 * NEWS: Mention the new feature.
18
192008-04-08 Alan Modra <amodra@bigpond.net.au>
20
21 * dwarf.c: Remove trailing whitespace throughout file.
22
232008-04-04 Nick Clifton <nickc@redhat.com>
24
25 * po/sk.po: Updated Slovak translation.
26
272008-04-03 H.J. Lu <hongjiu.lu@intel.com>
28
29 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
30 (dwarf_regnames_x86_64): Likewise.
31
322008-03-27 Cary Coutant <ccoutant@google.com>
33
34 Add support for thin archives.
35 * ar.c (make_thin_archive): New global flag.
36 (map_over_members): Deal with full pathnames in thin archives.
37 (usage, main): Add 'T' option for building thin archives.
38 (replace_members): Pass thin archive flag to ar_emul_append.
39 * arsup.c (ar_open): Initialize new flag.
40 * binemul.c (ar_emul_append): Add new parameter for
41 flattening nested archives.
42 (do_ar_emul_default_append): New function.
43 (ar_emul_default_append): Factored out recursive code.
44 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
45 (struct bin_emulation_xfer_struct): New parameter for ar_append.
46 * dlltool.c (gen_lib_file): Initialize thin archive flag.
47 * emul_aix.c (ar_emul_aix_internal): Add new flatten
48 parameter, currently unimplemented.
49 All callers changed.
50 * objcopy.c (copy_archive): Preserve thin archive flag.
51 * doc/binutils.texi: Update ar documentation.
52 * NEWS: Mention the new feature.
53
542008-03-20 H.J. Lu <hongjiu.lu@intel.com>
55
56 * readelf.c (process_mips_specific): Declare addr_size as int.
57
582008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
59
60 * readelf.c (print_mips_got_entry): New function.
61 (process_mips_specific): Print GOT information.
62
632008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
64
65 * aclocal.m4: Regenerate.
66 * configure: Likewise.
67 * Makefile.in: Likewise.
68 * doc/Makefile.in: Likewise.
69
702008-03-16 Brian Dessent <brian@dessent.net>
71
72 * rcparse.y (resid): Allow control text to span multiple lines.
73
742008-03-13 Alan Modra <amodra@bigpond.net.au>
75
76 * readelf.c: Use %u throughout when printing sh_link or sh_info,
77 %lu when printing sh_addralign.
78 (process_version_sections): Use identical formats when printing
79 all offset and sh_link fields.
80
812008-03-13 Alan Modra <amodra@bigpond.net.au>
82
83 * Makefile.am: Run "make dep-am".
84 * Makefile.in: Regenerate.
85 * doc/Makefile.in: Regenerate.
86 * configure: Regenerate.
87
882008-03-12 Alan Modra <amodra@bigpond.net.au>
89
90 PR 5900
91 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
92 Remove use throughout file.
93 (SECTION_HEADER): Likewise.
94 (dump_relocations): Don't adjust st_shndx for reserved range.
95 (process_file_header): Mask SHN_XINDEX to values seen in external
96 elf structs. Simplify valid section index tests.
97 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
98 Map reserved st_shndx to internal form.
99 (process_section_groups): Test that group symbol st_shndx is in
100 range, not just non-zero. Delete reserved range check.
101 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
102 OS or RSV.
103
1042008-03-09 Paul Brook <paul@codesourcery.com>
105
106 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
107
1082008-03-03 James E. Wilson <wilson@tuliptree.org>
109
110 * MAINTAINERS: Update my email address.
111
1122008-03-03 Nick Clifton <nickc@redhat.com>
113
114 * dwarf.c (decode_location_expression): Handle
115 DW_OP_PGI_omp_thread_num.
116
1172008-03-01 Alan Modra <amodra@bigpond.net.au>
118
119 * objdump.c (objdump_print_addr): Initialise "sym".
120
1212008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
122 Nick Clifton <nickc@redhat.com>
123
124 * ar.c (usage): Mention -t command line switch.
125 * doc/binutils.texi (ranlib): Document -t command line switch.
126
1272008-02-26 Nick Clifton <nickc@redhat.com>
128
129 * objdump.c (objdump_print_addr): If displaying file offsets, show
130 the offset even if there are no symbols available.
131 (dump_section): Display nothing if none of the section is going to
132 be dumped. Display the file offset, if requested, of the location
133 from where the dump starts.
134 * doc/binutils.texi (objdump): Mention that dumping via the -s
135 switch is also affected by the -F option.
136
1372008-02-26 Nick Clifton <nickc@redhat.com>
138
139 Re-apply this patch which was accidentally deleted:
140 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
141
142 * doc/binutils.texi: Use "Binutils Index" for index name.
143
1442008-02-22 Nick Clifton <nickc@redhat.com>
145
146 * objdump.c (display_file_offsets): New variable.
147 (long_options): Add -F/--file-offsets.
148 (objdump_print_addr_with_sym): If displaying file offsets, print
149 the offset of the given address.
150 (disassemble_bytes): If displaying file offsets, tell the user how
151 many zeroes are skipped and the file offset of the point where
152 dumping resumes.
153 (disassemble_section): Only display the name of the section if
154 data is going to be dumped from it.
155 (main): Handle new option. Produce error messages if the start or
156 stop addresses do not make sense.
157 * doc/binutils.texi: Document the new feature.
158 * NEWS: Mention the new feature.
159
1602008-02-15 Chu Li <chul@cn.fujitsu.com>
161 Nick Clifton <nickc@redhat.com>
162
163 PR binutils/5713
164 * strings.c (integer_arg): Delete function.
165 (string_min): Initialise to 4.
166 (main): Use strtoul to parse integer arguments.
167 Move check for an invalid string length to after all the arguments
168 have been parsed.
169 (usage): Use indentation to indicate that -<n> is a another form
170 of the --bytes= command line option.
171
1722008-02-12 Nick Clifton <nickc@redhat.com>
173
174 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
175 the argument.
176 (scan_obj_filename): Do not drop the const qualifier when calling
177 mcore_elf_cache_filename.
178 (struct fname_cache): Add const qualifier to filename field.
179
1802008-02-08 H.J. Lu <hongjiu.lu@intel.com>
181
182 PR binutils/5713
183 * strings.c (main): Set string_min to 4 if it is <= 0.
184
1852008-02-07 Alan Modra <amodra@bigpond.net.au>
186
187 * objdump.c (main): Don't pass unadorned NULL to concat.
188
1892008-02-04 H.J. Lu <hongjiu.lu@intel.com>
190
191 PR 5715
192 * configure: Regenerated.
193
1942008-02-03 Adam Nemet <anemet@caviumnetworks.com>
195
196 * readelf.c (get_machine_flags): Handle Octeon.
197
1982008-01-30 Tristan Gingold <gingold@adacore.com>
199
200 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
201 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
202 (get_dynamic_type): Handle IA64-specific tags.
203 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
204 (get_section_type_name): Handle OS-specific sections (and
205 particularly IA64 OpenVMS one).
206 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
207 decode them.
208
2092008-01-29 Nick Clifton <nickc@redhat.com>
210
211 * dwarf.c (print_dwarf_vma): New function. Display the value of a
212 dwarf_vma type at a specified precision. Use mingw field type
213 specifier if necessary.
214 (display_debug_loc): Use dwarf_vma type for begin and end values.
215 Use print_dwarf_vma to display their values. Use byte_get_signed
216 in order to correctly detect the -1 escape value.
217 (display_debug_aranges): Likewise.
218 (display_debug_ranges): Likewise.
219
2202008-01-29 Alan Modra <amodra@bigpond.net.au>
221
222 * dwarf.c (display_debug_loc): Correct test for base address
223 entry when 64-bit host dumping 32-bit object.
224
2252008-01-29 Alan Modra <amodra@bigpond.net.au>
226
227 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
228
2292008-01-28 Nick Clifton <nickc@redhat.com>
230
231 PR binutils/5529
232 * rclex.c (yylex): Also allow the hypen character.
233
2342008-01-28 H.J. Lu <hongjiu.lu@intel.com>
235
236 * dwarf.c: Include "elf/common.h".
237 (eh_addr_size): Changed to int.
238 (dwarf_regnames_i386): New.
239 (dwarf_regnames_x86_64): Likewise.
240 (dwarf_regnames): Likewise.
241 (dwarf_regnames_count): Likewise.
242 (init_dwarf_regnames): Likewise.
243 (regname): Likewise.
244 (frame_display_row): Properly support different address size.
245 Call regname to get register name.
246 (display_debug_frames): Call regname to get register name.
247 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
248 instead of DW_CFA_def_cfa_reg.
249
250 * dwarf.h (init_dwarf_regnames): New.
251
252 * objdump.c: Include "elf-bfd.h".
253 (dump_dwarf): Call init_dwarf_regnames on ELF input.
254
255 * readelf.c (guess_is_rela): Change argument to int.
256 (parse_args): Remove the undocumented upper case options for
257 -wX.
258 (process_file_header): Call init_dwarf_regnames.
259
2602008-01-25 DJ Delorie <dj@redhat.com>
261
262 * readelf.c (process_section_headers): Add m16c handler.
263 (is_16bit_abs_reloc): Recognize R_M32C_16.
264
2652008-01-25 Kai Tietz <kai.tietz@onevision.com>
266
267 * prdbg.c: Correct formatter style use.
268 * readelf.c: Likewise.
269 * strings.c: Likewise.
270
2712008-01-25 Nick Clifton <nickc@redhat.com>
272
273 * po/ru.po: Updated Russian translation.
274
2752008-01-17 H.J. Lu <hjl.tools@gmail.com>
276
277 * MAINTAINERS: Update my email address.
278
2792008-01-14 Nick Clifton <nickc@redhat.com>
280
281 * dwarf.c (process_debug_info): Include the CU offset and corrupt
282 version value when reporting unrecognised DWARF version numbers.
283 (load_debug_info): Remember a failed attempt to load and parse the
284 .debug_info section and do not repeat such attempts.
285 (display_debug_lines): Check the return value from load_debug_info
286 and return whilst displaying a warning message if the load failed.
287 (display_debug_loc): Likewise.
288 (display_debug_ranges): Likewise.
289 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
290 when the .debug_info section could not be loaded/parsed.
291 (process_debug_info): Display the length of the compilation unit
292 in hex, so that it corresponds with the offsets that will follow.
293 Tell the user if the length was 32-bit or 64-bit.
294 If a DIE abbreviation could not be found, tell the user the offset
295 of the DIE.
296 (free_debug_memory): Do not attempt to free any entries in the
297 debug_information array if num_debug_info_entries is set to
298 DEBUG_INFO_UNAVAILABLE.
299
3002008-01-10 Andreas Schwab <schwab@suse.de>
301
302 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
303
3042008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
305
306 PR binutils/55326
307 * bucomm.c (list_supported_architectures): Free architecture list
308 after use.
309 * windres.c (set_endianess): Likewise.
310 * windmc.c (set_endianess): Likewise.
311
3122008-01-08 Kai Tietz <kai.tietz@onevision.com>
313
314 PR binutils/5529
315 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
316 characters for name tokens.
317
3182008-01-04 Greg McGary <greg@mcgary.org>
319
320 * prdbg.c (print_vma): Print as long long, if host supports it.
321
3222008-01-03 Nick Clifton <nickc@redhat.com>
323
324 * dwarf.c (read_and_display_attr_value): Prefix values that are
325 displayed in hexadecimal with 0x.
326 For the DW_AT_import attribute display the abbreviation number and
327 tag of the imported DIE.
328 (process_debug_info): Warn about lengths that reserved by the
329 DWARF3 specification.
330 Provide more information when corrupted DIEs are detected.
331 Warn if DIE corruption makes the sibling level negative.
332
333For older changes see ChangeLog-2007
334\f
335Local Variables:
336mode: change-log
337left-margin: 8
338fill-column: 74
339version-control: never
340End:
This page took 0.123784 seconds and 4 git commands to generate.