* dwarf.c (display_debug_frames): Change text for uniformity.
[external/binutils.git] / binutils / ChangeLog
1 2008-10-06  Tom Tromey  <tromey@redhat.com>
2
3         * dwarf.c (display_debug_frames): Change text for uniformity.
4         (process_debug_info): Likewise.
5         (display_debug_aranges): Likewise.  Indent address output.
6         (display_debug_pubnames): Print offset in hex.
7
8 2008-10-02  Andrew Paprocki  <andrew@ishiboo.com>
9
10         PR 6934
11         * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings
12         generated by the SUNPro C++ compiler.
13
14 2008-09-30  Andrew Paprocki  <andrew@ishiboo.com>
15
16         PR 6922
17         * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's
18         'b' and 'v' extensions.
19
20 2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
21             Steve Ellcey  <sje@cup.hp.com>
22
23         * configure: Regenerate for new libtool.
24         * aclocal.m4: Ditto.
25         * Makefile.in: Ditto.
26         * doc/Makefile.in: Ditto.
27
28 2008-09-28  Alan Modra  <amodra@bigpond.net.au>
29
30         * objcopy.c (setup_section): Set elf_group_id.
31
32 2008-09-24  Richard Henderson  <rth@redhat.com>
33
34         * dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
35         (decode_location_expression): Add section parameter.  Handle
36         DW_OP_GNU_encoded_addr.
37         (read_and_display_attr_value): Update decode_location_expression call.
38         (display_debug_loc, display_debug_frames): Likewise.
39
40 2008-09-25  Alan Modra  <amodra@bigpond.net.au>
41
42         PR 6913
43         * dwarf.c (print_dwarf_vma): Don't call printf without format string.
44
45 2008-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
46
47         Suppress warnings on NONE relocations to discarded sections.
48         * readelf.c (is_none_reloc): New function.
49         (debug_apply_relocations): Ignore is_none_reloc() relocations.
50
51 2008-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
52
53         Fix loading large elf64 binaries on 32bit hosts.
54         * configure.in: Call AC_SYS_LARGEFILE.
55         * config.in: Regenerate.
56         * configure: Regenerate.
57
58 2008-09-11  Alan Modra  <amodra@bigpond.net.au>
59
60         * po/sv.po: Update.
61
62 2008-09-08  Tristan Gingold  <gingold@adacore.com>
63
64         * BRANCHES: Add 2.18 and 2.19 release branches.
65
66 2008-09-08  Tristan Gingold  <gingold@adacore.com>
67
68         * NEWS: Add a marker for the 2.19 features.
69
70 2008-09-05  Daniel Jacobowitz  <dan@codesourcery.com>
71
72         * readelf.c (load_specific_debug_section): New function, from
73         load_debug_section.
74         (load_debug_section): Use load_specific_debug_section.
75         (display_debug_section): Use load_specific_debug_section.  Check for
76         multiple sections with the same name.
77
78 2008-08-28  Tristan Gingold  <gingold@adacore.com>
79
80         * objdump.c (dump_stabs): Add sections for Darwin.
81
82 2008-08-25  Alan Modra  <amodra@bigpond.net.au>
83
84         * sysdep.h: Include "binary-io.h".
85         (O_BINARY): Don't define here.
86         * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
87         * strings.c: Likewise.
88         (main): Remove #ifdef SET_BINARY.
89         * Makefile.am: Run "make dep-am"
90         * Makefile.in: Regenerate.
91
92 2008-08-24  Alan Modra  <amodra@bigpond.net.au>
93
94         * configure.in: Update a number of obsolete autoconf macros.
95         * configure: Regenerate.
96         * aclocal.m4: Regenerate.
97
98 2008-08-21  Richard Henderson  <rth@redhat.com>
99
100         * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry.
101         (is_64bit_pcrel_reloc): New.
102         (debug_apply_relocations): Use it.  Handle hppa pcrel bias.
103
104 2008-08-15  Alan Modra  <amodra@bigpond.net.au>
105
106         PR 6526
107         * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
108         * Makefile.in: Regenerate.
109         * aclocal.m4: Regenerate.
110         * config.in: Regenerate.
111         * configure: Regenerate.
112         * doc/Makefile.in: Regenerate.
113
114 2008-08-09  Alan Modra  <amodra@bigpond.net.au>
115
116         PR 6615
117         * rename.c (smart_rename): Punctuate error messages.
118
119 2008-08-08  Richard Sandiford  <rdsandiford@googlemail.com>
120             Daniel Jacobowitz  <dan@codesourcery.com>
121             Catherine Moore  <clm@codesourcery.com>
122             Mark Shinwell  <shinwell@codesourcery.com>
123
124         * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and
125         STO_MIPS_PIC.
126         (slurp_rela_relocs, slurp_rel_relocs): Handle MIPS ELF64 here.
127         (dump_relocations, debug_apply_relocations): Don't handle it here.
128         (get_mips_dynamic_type): Handle DT_MIPS_PLTGOT and DT_MIPS_RWPLT.
129         (print_mips_pltgot_entry): New function.
130         (process_mips_specific): Dump the PLT GOT.
131
132 2008-08-08  Alan Modra  <amodra@bigpond.net.au>
133
134         * readelf.c (is_64bit_abs_reloc): Return true for R_MIPS_64.
135
136 2008-08-06  Alan Modra  <amodra@bigpond.net.au>
137
138         PR 6774
139         * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol.
140         (setup_section): Don't zero vma and lma when extract_symbol.
141         (copy_section): Discard relocations when extract_symbol.
142         * doc/binutils.texi: Update --extract-symbol description.
143
144 2008-08-04  Alan Modra  <amodra@bigpond.net.au>
145
146         * Makefile.am (POTFILES.in): Set LC_ALL=C.
147         * Makefile.in: Regenerate.
148
149 2008-08-04  Markus Weiss  <weissms@aros.org>
150
151         * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
152
153 2008-08-01  H.J. Lu  <hongjiu.lu@intel.com>
154
155         * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
156         (dwarf_regnames_x86_64): Likewise.
157
158 2008-07-30  Alan Modra  <amodra@bigpond.net.au>
159
160         * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
161         windmc.c: Silence gcc warnings.
162
163 2008-07-28  Alan Modra  <amodra@bigpond.net.au>
164
165         * readelf.c (print_vma): Typo fix.
166
167 2008-07-28  Alan Modra  <amodra@bigpond.net.au>
168
169         PR 6769
170         * readelf.c (print_dec_vma, print_hex_vma): Delete.
171         (print_vma): Use BFD_VMA_FMT.
172         * size.c (size_number, rprint_number): Likewise.
173
174 2008-07-26  Michael Eager <eager@eagercon.com>
175
176         * readelf.c (display_power_gnu_attribute): Display
177         single-precision hard float.
178
179 2008-07-21  Luis Machado  <luisgpm@br.ibm.com>
180
181         * readelf.c (get_note_type): Handle VSX notes.
182
183 2008-07-15  H.J. Lu  <hongjiu.lu@intel.com>
184
185         * objdump.c (load_debug_section): Initialize section_is_compressed 
186         for gcc 3.4/ia64.
187         * readelf.c (load_debug_section): Likewise.
188
189 2008-07-12  Jie Zhang  <jie.zhang@analog.com>
190
191         Revert
192         2008-07-12  Jie Zhang  <jie.zhang@analog.com>
193         * readelf.c (get_machine_flags): Deal with Blackfin specific
194         flags.
195
196 2008-07-12  Jie Zhang  <jie.zhang@analog.com>
197
198         * readelf.c (get_machine_flags): Deal with Blackfin specific
199         flags.
200
201 2008-07-09  Craig Silverstein  <csilvers@google.com>
202
203         * config.in: Add HAVE_ZLIB_H
204         * configure.in: Add test for libz and zlib.h
205         * configure: Regenerate.
206         * dwarf.c (debug_displays): Add .zdebug_* strings.
207         * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
208         and compressed_name.
209         * objdump.c (load_debug_section): Call
210         bfd_uncompress_section_contents when loading a compressed
211         section.
212         (dump_dwarf_section): Recognize compressed section name.
213         (mach_o_dwarf_sections): Rename as
214         mach_o_uncompressed_dwarf_sections.
215         (mach_o_compressed_dwarf_sections): New variable.
216         (generic_dwarf_section): Rename as
217         generic_uncompressed_dwarf_sections.
218         (generic_compressed_dwarf_sections): New variable.
219         (check_mach_o_dwarf): Save and restore
220         mach_o_compressed_dwarf_sections.
221         * readelf.c: Add #include for config.h and zlib.h
222         (process_section_headers): Recognize compressed section name.
223         (uncompress_section_contents): New function.
224         (load_debug_section): Call uncompress_section_contents when
225         loading a compressed section.
226         (display_debug_section): Recognize compressed section name.
227
228 2008-07-07  Alan Modra  <amodra@bigpond.net.au>
229
230         * objdump.c (find_symbol_for_address): Prefer symbols in current
231         section.
232
233 2008-07-07  Alan Modra  <amodra@bigpond.net.au>
234
235         * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
236         * nlmconv.c (main, powerpc_build_stubs): Likewise.
237         * rescoff.c (write_coff_file): Likewise.
238         * resres.c (write_res_file): Likewise.
239         * windmc.c (windmc_write_bin): Likewise.
240
241 2008-06-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
242
243         * readelf.c (guess_is_rela): Add EM_CR16_OLD.
244         (dump_relocations): Likewise.
245         (get_machine_name): Likewise.
246         (is_32bit_abs_reloc): Likewise.
247
248 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
249
250         * configure: Regenerate.
251
252 2008-06-12  DJ Delorie  <dj@redhat.com>
253
254         * readelf.c (guess_is_rela): Add EM_M32C_OLD.
255         (dump_relocations): Likewise.
256         (process_section_headers): Likewise.
257         (is_32bit_abs_reloc): Likewise.
258         (is_16bit_abs_reloc): Likewise.
259
260 2008-06-12  Nick Clifton  <nickc@redhat.com>
261
262         PR binutils/6483
263         * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
264         debug information to display, try dumping DWARF information
265         instead.
266         * rddbg.c (read_debugging_info): Add a parameter to suppress the
267         display of a warning message when no debug information is found.
268         * budbg.h (read_debugging_info): Update prototype.
269         * objcopy.c (copy_object): Continue to allow read_debugging_info
270         to produce warning messages.
271         * doc/binutils.texi (--debugging): Document new behaviour of the
272         -g/--debugging option.
273
274 2008-06-10  Ben Elliston  <bje@gnu.org>
275
276         * MAINTAINERS: Remove myself as m68k maintainer.
277
278 2008-05-14  Alan Modra  <amodra@bigpond.net.au>
279
280         * Makefile.in: Regenerate.
281         * doc/Makefile.in: Regenerate.
282
283 2008-05-12  Alan Modra  <amodra@bigpond.net.au>
284
285         * embedspu.sh: Test for presence of ._ea by looking at section
286         table rather than looking at relocs.  Correct toe_addr substitution.
287
288 2008-05-08  Alan Modra  <amodra@bigpond.net.au>
289
290         * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
291         and if present, put image in ".data.speelf".  Put program handle
292         in ".data.spehandle".
293
294 2008-05-01  Nick Clifton  <nickc@redhat.com>
295
296         * readelf.c (print_symbol): Add code to display non-printing
297         characters.
298
299 2008-04-30  John Heidemann  <johnh@isi.edu>
300
301         * doc/binutils.texi (strings): Add "unicode" to the documentation
302         of strings in order to make explicit that it supports this
303         feature.
304
305 2008-04-30  Alan Modra  <amodra@bigpond.net.au>
306
307         * readelf.c (process_program_headers): Correct section in segment
308         display.
309
310 2008-04-28  M Thomas  <mthomas@rhrk.uni-kl.de>
311             Nick Clifton  <nickc@redhat.com>
312
313         PR binutils/6449
314         * objdump.c (slurp_file): Open the file in binary mode.
315         * ar.c: Remove conditional definition of O_BINARY.
316         * bin2.c: Likewise.
317         * rename.c: Likewise.
318         * strings.c: Likewise.
319         * sysdep.h: Add conditional definition of O_BINARY.
320
321 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
322
323         * aclocal.m4: Regenerate.
324         * configure: Regenerate.
325
326 2008-04-16  Jean-Yves Lefort  <jylefort@brutele.be>
327
328         PR binutils/6034
329         * objcopy.c (stuct symlist): Rename to
330         is_specified_symbol_predicate_data.
331         (strip_specific_list): Rename to strip_specific_htab.
332         (strip_unneeded_list): Rename to strip_unneeded_htab.
333         (keep_specific_list):  Rename to keep_specific_htab.
334         (localize_specific_list): Rename to localize_specific_htab.
335         (globalize_specific_list): Rename to globalize_specific_htab.
336         (keepglobal_specific_list): Rename to keepglobal_specific_htab.
337         (weaken_specific_list): Rename to weaken_specific_htab.
338         (eq_string): New function.
339         (create_symbol_htab): New function.
340         (create_symbol_htabs): New function.
341         (add_specific_symbol): Change to use hash tables.
342         (is_specified_symbol_predicate): New function.
343         (is_specified_symbol): Use hash table lookup.
344         (is_strip_section): Update to use new functions and hash tables.
345         (filter_symbols): Likewise.
346         (copy_object): Likewise.
347         (copy_section): Likewise.
348         (strip_main): Likewise.
349         (copy_main): Likewise.
350         (main): Likewise.
351
352 2008-04-14  David S. Miller  <davem@davemloft.net>
353
354         * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
355
356 2008-04-11  Torleif Sandnes  <torleif.sandnes@gmail.com>
357
358         * dwarf.c (display_debug_lines): Rename to
359         display_debug_lines_raw.
360         (display_debug_lines_decoded): New function.  Displays the
361         interpreted contents of a .debug_line section.
362         (display_debug_lines): New function: Selects either a raw dump or
363         a decoded dump (or both) as requested by the user.
364         * dwarf.h (do_debug_lines_decoded): New extern.
365         * readelf.c: Add support for -wL or --debug-dump=decodedline
366         option to display the decoded contents of a .debug_line section.
367         * doc/binutils.texi: Document the new option.
368         * NEWS: Mention the new feature.
369
370 2008-04-08  Alan Modra  <amodra@bigpond.net.au>
371
372         * dwarf.c: Remove trailing whitespace throughout file.
373
374 2008-04-04  Nick Clifton  <nickc@redhat.com>
375
376         * po/sk.po: Updated Slovak translation.
377
378 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
379
380         * dwarf.c (dwarf_regnames_i386): Add AVX registers.
381         (dwarf_regnames_x86_64): Likewise.
382
383 2008-03-27  Cary Coutant <ccoutant@google.com>
384
385         Add support for thin archives.
386         * ar.c (make_thin_archive): New global flag.
387         (map_over_members): Deal with full pathnames in thin archives.
388         (usage, main): Add 'T' option for building thin archives.
389         (replace_members): Pass thin archive flag to ar_emul_append.
390         * arsup.c (ar_open): Initialize new flag.
391         * binemul.c (ar_emul_append): Add new parameter for
392         flattening nested archives.
393         (do_ar_emul_default_append): New function.
394         (ar_emul_default_append): Factored out recursive code.
395         * binutils/binemul.h (ar_emul_default_append): Add new parameter.
396         (struct bin_emulation_xfer_struct): New parameter for ar_append.
397         * dlltool.c (gen_lib_file): Initialize thin archive flag.
398         * emul_aix.c (ar_emul_aix_internal): Add new flatten
399         parameter, currently unimplemented.
400         All callers changed.
401         * objcopy.c (copy_archive): Preserve thin archive flag.
402         * doc/binutils.texi: Update ar documentation.
403         * NEWS: Mention the new feature.
404
405 2008-03-20  H.J. Lu  <hongjiu.lu@intel.com>
406
407         * readelf.c (process_mips_specific): Declare addr_size as int.
408
409 2008-03-20  Richard Sandiford  <rsandifo@nildram.co.uk>
410
411         * readelf.c (print_mips_got_entry): New function.
412         (process_mips_specific): Print GOT information.
413
414 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
415
416         * aclocal.m4: Regenerate.
417         * configure: Likewise.
418         * Makefile.in: Likewise.
419         * doc/Makefile.in: Likewise.
420
421 2008-03-16  Brian Dessent  <brian@dessent.net>
422
423         * rcparse.y (resid): Allow control text to span multiple lines.
424
425 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
426
427         * readelf.c: Use %u throughout when printing sh_link or sh_info,
428         %lu when printing sh_addralign.
429         (process_version_sections): Use identical formats when printing
430         all offset and sh_link fields.
431
432 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
433
434         * Makefile.am: Run "make dep-am".
435         * Makefile.in: Regenerate.
436         * doc/Makefile.in: Regenerate.
437         * configure: Regenerate.
438
439 2008-03-12  Alan Modra  <amodra@bigpond.net.au>
440
441         PR 5900
442         * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
443         Remove use throughout file.
444         (SECTION_HEADER): Likewise.
445         (dump_relocations): Don't adjust st_shndx for reserved range.
446         (process_file_header): Mask SHN_XINDEX to values seen in external
447         elf structs.  Simplify valid section index tests.
448         (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
449         Map reserved st_shndx to internal form.
450         (process_section_groups): Test that group symbol st_shndx is in
451         range, not just non-zero.  Delete reserved range check.
452         (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
453         OS or RSV.
454
455 2008-03-09  Paul Brook  <paul@codesourcery.com>
456
457         * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
458
459 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
460
461         * MAINTAINERS: Update my email address.
462
463 2008-03-03  Nick Clifton  <nickc@redhat.com>
464
465         * dwarf.c (decode_location_expression): Handle
466         DW_OP_PGI_omp_thread_num.
467
468 2008-03-01  Alan Modra  <amodra@bigpond.net.au>
469
470         * objdump.c (objdump_print_addr): Initialise "sym".
471
472 2008-02-27  Justin Pryzby  <justinpryzby@users.sourceforge.net>
473             Nick Clifton  <nickc@redhat.com>
474
475         * ar.c (usage): Mention -t command line switch.
476         * doc/binutils.texi (ranlib): Document -t command line switch.
477
478 2008-02-26  Nick Clifton  <nickc@redhat.com>
479
480         * objdump.c (objdump_print_addr): If displaying file offsets, show
481         the offset even if there are no symbols available.
482         (dump_section): Display nothing if none of the section is going to
483         be dumped.  Display the file offset, if requested, of the location
484         from where the dump starts.
485         * doc/binutils.texi (objdump): Mention that dumping via the -s
486         switch is also affected by the -F option.
487
488 2008-02-26  Nick Clifton  <nickc@redhat.com>
489
490         Re-apply this patch which was accidentally deleted:
491         2006-05-16  Carlos O'Donell  <carlos@codesourcery.com>
492
493         * doc/binutils.texi: Use "Binutils Index" for index name.
494
495 2008-02-22  Nick Clifton  <nickc@redhat.com>
496
497         * objdump.c (display_file_offsets): New variable.
498         (long_options): Add -F/--file-offsets.
499         (objdump_print_addr_with_sym): If displaying file offsets, print
500         the offset of the given address.
501         (disassemble_bytes): If displaying file offsets, tell the user how
502         many zeroes are skipped and the file offset of the point where
503         dumping resumes.
504         (disassemble_section): Only display the name of the section if
505         data is going to be dumped from it.
506         (main): Handle new option.  Produce error messages if the start or
507         stop addresses do not make sense.
508         * doc/binutils.texi: Document the new feature.
509         * NEWS: Mention the new feature.
510
511 2008-02-15  Chu Li  <chul@cn.fujitsu.com>
512             Nick Clifton  <nickc@redhat.com>
513
514         PR binutils/5713
515         * strings.c (integer_arg): Delete function.
516         (string_min): Initialise to 4.
517         (main): Use strtoul to parse integer arguments.
518         Move check for an invalid string length to after all the arguments
519         have been parsed.
520         (usage): Use indentation to indicate that -<n> is a another form
521         of the --bytes= command line option.
522
523 2008-02-12  Nick Clifton  <nickc@redhat.com>
524
525         * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
526         the argument.
527         (scan_obj_filename): Do not drop the const qualifier when calling
528         mcore_elf_cache_filename.
529         (struct fname_cache): Add const qualifier to filename field.
530
531 2008-02-08  H.J. Lu  <hongjiu.lu@intel.com>
532
533         PR binutils/5713
534         * strings.c (main): Set string_min to 4 if it is <= 0.
535
536 2008-02-07  Alan Modra  <amodra@bigpond.net.au>
537
538         * objdump.c (main): Don't pass unadorned NULL to concat.
539
540 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
541
542         PR 5715
543         * configure: Regenerated.
544
545 2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
546
547         * readelf.c (get_machine_flags): Handle Octeon.
548
549 2008-01-30  Tristan Gingold  <gingold@adacore.com>
550
551         * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
552         (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
553         (get_dynamic_type): Handle IA64-specific tags.
554         (get_ia64_section_type_name): Handle OpenVMS-specific sections.
555         (get_section_type_name): Handle OS-specific sections (and
556         particularly IA64 OpenVMS one).
557         (get_elf_section_flags): Makes flags static.  Add entries for IA64 and
558         decode them.
559
560 2008-01-29  Nick Clifton  <nickc@redhat.com>
561
562         * dwarf.c (print_dwarf_vma): New function.  Display the value of a
563         dwarf_vma type at a specified precision.  Use mingw field type
564         specifier if necessary.
565         (display_debug_loc): Use dwarf_vma type for begin and end values.
566         Use print_dwarf_vma to display their values.  Use byte_get_signed
567         in order to correctly detect the -1 escape value.
568         (display_debug_aranges): Likewise.
569         (display_debug_ranges): Likewise.
570
571 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
572
573         * dwarf.c (display_debug_loc): Correct test for base address
574         entry when 64-bit host dumping 32-bit object.
575
576 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
577
578         * MAINTAINERS: Remove myself as ix86 maintainer.  Add for SPU.
579
580 2008-01-28  Nick Clifton  <nickc@redhat.com>
581
582         PR binutils/5529
583         * rclex.c (yylex): Also allow the hypen character.
584
585 2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
586
587         * dwarf.c: Include "elf/common.h".
588         (eh_addr_size): Changed to int.
589         (dwarf_regnames_i386): New.
590         (dwarf_regnames_x86_64): Likewise.
591         (dwarf_regnames): Likewise.
592         (dwarf_regnames_count): Likewise.
593         (init_dwarf_regnames): Likewise.
594         (regname): Likewise.
595         (frame_display_row): Properly support different address size.
596         Call regname to get register name.
597         (display_debug_frames): Call regname to get register name.
598         Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
599         instead of DW_CFA_def_cfa_reg.
600
601         * dwarf.h (init_dwarf_regnames): New.
602
603         * objdump.c: Include "elf-bfd.h".
604         (dump_dwarf): Call init_dwarf_regnames on ELF input.
605
606         * readelf.c (guess_is_rela): Change argument to int.
607         (parse_args): Remove the undocumented upper case options for
608         -wX.
609         (process_file_header): Call init_dwarf_regnames.
610
611 2008-01-25  DJ Delorie  <dj@redhat.com>
612
613         * readelf.c (process_section_headers): Add m16c handler.
614         (is_16bit_abs_reloc): Recognize R_M32C_16.
615
616 2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
617
618         * prdbg.c: Correct formatter style use.
619         * readelf.c: Likewise.
620         * strings.c: Likewise.
621
622 2008-01-25  Nick Clifton  <nickc@redhat.com>
623
624         * po/ru.po: Updated Russian translation.
625
626 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
627
628         * MAINTAINERS: Update my email address.
629
630 2008-01-14  Nick Clifton  <nickc@redhat.com>
631
632         * dwarf.c (process_debug_info): Include the CU offset and corrupt
633         version value when reporting unrecognised DWARF version numbers.
634         (load_debug_info): Remember a failed attempt to load and parse the
635         .debug_info section and do not repeat such attempts.
636         (display_debug_lines): Check the return value from load_debug_info
637         and return whilst displaying a warning message if the load failed.
638         (display_debug_loc): Likewise.
639         (display_debug_ranges): Likewise.
640         (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
641         when the .debug_info section could not be loaded/parsed.
642         (process_debug_info): Display the length of the compilation unit
643         in hex, so that it corresponds with the offsets that will follow.
644         Tell the user if the length was 32-bit or 64-bit.
645         If a DIE abbreviation could not be found, tell the user the offset
646         of the DIE.
647         (free_debug_memory): Do not attempt to free any entries in the
648         debug_information array if num_debug_info_entries is set to
649         DEBUG_INFO_UNAVAILABLE.
650
651 2008-01-10  Andreas Schwab  <schwab@suse.de>
652
653         * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
654
655 2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
656
657         PR binutils/55326
658         * bucomm.c (list_supported_architectures): Free architecture list
659         after use.
660         * windres.c (set_endianess): Likewise.
661         * windmc.c (set_endianess): Likewise.
662
663 2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
664
665         PR binutils/5529
666         * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
667         characters for name tokens.
668
669 2008-01-04  Greg McGary  <greg@mcgary.org>
670
671         * prdbg.c (print_vma): Print as long long, if host supports it.
672
673 2008-01-03  Nick Clifton  <nickc@redhat.com>
674
675         * dwarf.c (read_and_display_attr_value): Prefix values that are
676         displayed in hexadecimal with 0x.
677         For the DW_AT_import attribute display the abbreviation number and
678         tag of the imported DIE.
679         (process_debug_info): Warn about lengths that reserved by the
680         DWARF3 specification.
681         Provide more information when corrupted DIEs are detected.
682         Warn if DIE corruption makes the sibling level negative.
683
684 For older changes see ChangeLog-2007
685 \f
686 Local Variables:
687 mode: change-log
688 left-margin: 8
689 fill-column: 74
690 version-control: never
691 End: