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