X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FChangeLog;h=d4e71ae3e5234bc54c2e901c882c0843d77bec70;hb=0af1713e7cd57b52f6c81f73aa58934132198880;hp=add3ffc57fb30ccac99f7c0ab8ee5b4b6c385136;hpb=750f03b79e4f99fa714f973759bfee74af52d775;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/ChangeLog b/binutils/ChangeLog index add3ffc57f..d4e71ae3e5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,989 +1,530 @@ -2007-10-10 Jim Blandy +2008-07-30 Alan Modra - * dwarf.c (process_debug_info): Line up section offsets of - attribute values with those of dies. - (read_and_display_attr): Reduce spacing here. + * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c, + windmc.c: Silence gcc warnings. - * dwarf.c (display_debug_lines): Print the offset of each line - number program header. +2008-07-28 Alan Modra -2007-10-09 H.J. Lu + * readelf.c (print_vma): Typo fix. - PR binutils/4476 - * readelf.c (print_dynamic_symbol): New. - (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols. +2008-07-28 Alan Modra -2007-10-08 Carlos O'Donell + PR 6769 + * readelf.c (print_dec_vma, print_hex_vma): Delete. + (print_vma): Use BFD_VMA_FMT. + * size.c (size_number, rprint_number): Likewise. - * resrc.c (read_rc_file): Rename e to edit, and c to dir. - Pass dir to windres_add_include_dir. Add comments. - (close_input_stream): Check pclose error, and call fatal if - the preprocessor failed. - * windres.c (windres_add_include_dir): Assert that p is non-NULL, - and not an empty string. +2008-07-26 Michael Eager -2007-10-04 Nick Clifton + * readelf.c (display_power_gnu_attribute): Display + single-precision hard float. - PR binutils/5098 - * dlltool.c: Fix spelling typos. +2008-07-21 Luis Machado -2007-10-03 Masaki Muranaka + * readelf.c (get_note_type): Handle VSX notes. - * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx. +2008-07-15 H.J. Lu -2007-09-25 Thien-Thi Nguyen + * objdump.c (load_debug_section): Initialize section_is_compressed + for gcc 3.4/ia64. + * readelf.c (load_debug_section): Likewise. - * MAINTAINERS: Fix typo. +2008-07-12 Jie Zhang -2007-09-17 Shen Feng + Revert + 2008-07-12 Jie Zhang + * readelf.c (get_machine_flags): Deal with Blackfin specific + flags. - * readelf.c (do_archive_index): New. - (options): Add -c and --archive-index option. - (usage): Add -c option. - (parse_args): Add c option parsing. - (process_archive): Dump archive index. - * NEWS: Mention the new feature. - * doc/binutils.texi: Document the new feature. - -2007-09-17 Nick Clifton - - * po/es.po: Updated Spanish translation. - -2007-09-17 Nick Clifton - - * doc/binutils.texi (objdump): Describe the output of the --syms - option in more detail. - -2007-09-17 Alon Bar-Lev - - PR binutils/4987 - * resrc.c: (read_rc_file): Move 'filename' default initialization - to start of function. - -2007-08-31 Michael Meissner - Dwarakanath Rajagopal - - * NEWS: Add note about SSE5 being added on i386. - -2007-09-13 Alan Modra - Zhou Drangon - - * nm.c (value_format_64bit, set_print_radix, print_value): Handle - BFD_HOST_64BIT_LONG_LONG. - * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG. - (print_vma): Handle BFD_HOST_64BIT_LONG_LONG. - (dump_relocations): Likewise. Expand _bfd_int64_low in a - number of places. +2008-07-12 Jie Zhang -2007-09-11 Kai Tietz + * readelf.c (get_machine_flags): Deal with Blackfin specific + flags. - * rcparse.y: (string_data): Removed ill token removal. +2008-07-09 Craig Silverstein -2007-09-10 Alan Modra - - PR 5011 - * readelf.c (process_version_sections): Don't read past end of - various section buffers. - -2007-08-31 H.J. Lu - - * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. - * Makefile.in: Regenerated. - - * sysdep.h: Include "config.h" first. - -2007-08-31 Nick Clifton - - * po/sk.po: New Slovakian translation. - * configure.in (LINGUAS): Add sk. + * config.in: Add HAVE_ZLIB_H + * configure.in: Add test for libz and zlib.h * configure: Regenerate. + * dwarf.c (debug_displays): Add .zdebug_* strings. + * dwarf.h (struct dwarf_section): Add fields uncompressed_namd + and compressed_name. + * objdump.c (load_debug_section): Call + bfd_uncompress_section_contents when loading a compressed + section. + (dump_dwarf_section): Recognize compressed section name. + (mach_o_dwarf_sections): Rename as + mach_o_uncompressed_dwarf_sections. + (mach_o_compressed_dwarf_sections): New variable. + (generic_dwarf_section): Rename as + generic_uncompressed_dwarf_sections. + (generic_compressed_dwarf_sections): New variable. + (check_mach_o_dwarf): Save and restore + mach_o_compressed_dwarf_sections. + * readelf.c: Add #include for config.h and zlib.h + (process_section_headers): Recognize compressed section name. + (uncompress_section_contents): New function. + (load_debug_section): Call uncompress_section_contents when + loading a compressed section. + (display_debug_section): Recognize compressed section name. + +2008-07-07 Alan Modra + + * objdump.c (find_symbol_for_address): Prefer symbols in current + section. + +2008-07-07 Alan Modra + + * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags. + * nlmconv.c (main, powerpc_build_stubs): Likewise. + * rescoff.c (write_coff_file): Likewise. + * resres.c (write_res_file): Likewise. + * windmc.c (windmc_write_bin): Likewise. + +2008-06-18 M R Swami Reddy + + * readelf.c (guess_is_rela): Add EM_CR16_OLD. + (dump_relocations): Likewise. + (get_machine_name): Likewise. + (is_32bit_abs_reloc): Likewise. + +2008-06-17 Ralf Wildenhues -2007-08-30 Nick Clifton - - * readelf.c (dump_type): New type used to classify the kinds of - dump requested by the user. - (dump_sects, cmdline_dump_sects): Use the new type. - (options): Add --string-dump option. - (request_dump): Rename to request_dump_bynumber. Use dump_type. - (request_dump_byname): Use dump_type. - (parse_args): Parse --string-dump option. - (process_section_headers): Fix calls to request_dump. - (initialise_dumps_byname): Likewise. - (dump_section): Rename to dump_section_as_bytes. - (dump_section_as_strings): New function. Display the contents of - a section as printable strings. - (process_section_contents): String dump the section if requested. - (process_object): Use dump_type. - (main): Likewise. - * Makefile.am: Add dependency for readelf.c on safe-ctype.h. - * Makefile.in: Regenerate. - * NEWS: Mention the new feature. - * doc/binutils.texi: Document the new feature. - -2007-08-30 Nathan Sidwell - - * bucomm.c (bfd_nonfatal_message): New. - * bucomm.h (bfd_nonfatal_message): Declare. - * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use - bfd_nonfatal_message. - (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL - calls, or replace with bfd_nonfatal_message calls as appropriate. - (copy_object, copy_archive, copy_file, setup_section, - copy_section, write_debugging_info): Likewise. - -2007-08-28 Nick Clifton - - * NEWS: Mention Coverity's contribution. - -2007-08-25 Ulrich Weigand - - * readelf.c (process_note): Recognize SPU core file notes. - -2007-08-24 Daniel Jacobowitz - - * configure.in: Install embedspu on powerpc*-*-eabi* also. - * configure: Regenerated. - -2007-08-24 Daniel Jacobowitz - - * po/uk.po: Updated Ukrainian translation. - -2007-08-22 Ben Elliston - - * doc/binutils.texi (objdump): Document -Mppcps. - -2007-08-17 Alan Modra - - * po/Make-in: Add --msgid-bugs-address to xgettext invocation. - -2007-08-16 H.J. Lu - - * readelf.c: Revert last change. - -2007-08-16 H.J. Lu - - * readelf.c (get_segment_type): Change PT_GNU_STACK to - PT_GNU_ATTR. - -2007-08-12 Daniel Jacobowitz - - * NEWS: Add a marker for the 2.18 features. - -2007-08-12 Matthias Klose - - * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include - $(top_srcdir)/../../bfd/doc. - * doc/Makefile.in: Regenerate. - -2007-08-10 M R Swami Reddy - - * MAINTAINERS: Add myself as CR16 support maintainer and - update myself as CRX support maintainer. - -2007-08-10 Nick Clifton - - * po/fi.po: Updated Finnish translation. - * po/vi.po: Updated Vietnamese translation. - -2007-08-10 Kai Tietz - - * doc/binutils.texi: (windmc): Correct incorrect desciption. - -2007-08-04 Alan Modra - - PR 4888 - * objcopy.c (setup_section): Do modify section flags for ELF - STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent - header rewrite by twiddling input section flags instead. - Simplify code setting SHT_NOBITS. - -2007-07-28 Christopher Faylor - - * MAINTAINERS: Update my email address. - -2007-07-26 Adam Nemet - - * readelf.c (process_archive): Also skip Irix6-style archive symbol - tables. - -2007-07-24 Nick Clifton - - * readelf.c (NUM_ELEM): Remove redundant macro; replace references - to it with references to ARRAY_SIZE. - Add support for CR16. - Fix formatting. - -2007-07-19 Nick Clifton - - PR binutils/4802 - * srconv.c (strip_suffix): Add const qualifier to argument. - -2007-07-16 Nick Clifton - - * po/uk.po: New Ukrainian translation. - * configure.in (ALL_LINGUAS): Add 'uk'. * configure: Regenerate. -2007-07-10 Alan Modra +2008-06-12 DJ Delorie - * objdump.c (dump_dwarf): Correct setting of is_relocatable. + * readelf.c (guess_is_rela): Add EM_M32C_OLD. + (dump_relocations): Likewise. + (process_section_headers): Likewise. + (is_32bit_abs_reloc): Likewise. + (is_16bit_abs_reloc): Likewise. -2007-07-09 Roland McGrath +2008-06-12 Nick Clifton - * readelf.c (get_gnu_elf_note_type): New function. - (process_note): Use it for "GNU" name. + PR binutils/6483 + * objdump.c (dump_bfd): If the -g option found no STABS or IEEE + debug information to display, try dumping DWARF information + instead. + * rddbg.c (read_debugging_info): Add a parameter to suppress the + display of a warning message when no debug information is found. + * budbg.h (read_debugging_info): Update prototype. + * objcopy.c (copy_object): Continue to allow read_debugging_info + to produce warning messages. + * doc/binutils.texi (--debugging): Document new behaviour of the + -g/--debugging option. -2007-07-08 Andreas Schwab +2008-06-10 Ben Elliston - * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h. - (CFILES): Add unwind-ia64.c. - Regenerate dependencies. - * Makefile.in: Regenerate. + * MAINTAINERS: Remove myself as m68k maintainer. -2007-07-05 Nick Clifton - - * addr2line.c: Update copyright notice to refer to GPLv3. - * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c, - binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c, - coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, - dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh, - emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c, - mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c, - objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c, - readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c, - size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c, - sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, - windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c, - winduni.h, wrstabs.c: Likewise. - * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c, - not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright - notice. - * NEWS: Mention that the sources are now released under GPLv3. - Add a marker for the changes that went into v2.17. - * version.c (print_version): Specify that the program is released - under version 3 of the GPL. - -2007-07-05 Kai Tietz - - * resrc.c: (read_rc_file): Add include path of user passed rc - input file. - * windres.c: (windres_add_include_dir): New. - (main): Use of windres_add_include_dir. - * windres.h: (windres_add_include_dir): Add prototype. - -2007-07-05 Alan Modra - - * doc/binutils.texi (size): Document --common. - * size.c: Make a number of vars static. Delete unnecessary - function declarations. - (show_common, common_size): New vars. - (usage): Describe --common. - (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use. - (long_options): Add common. - (calculate_common_size): New function. - (print_berkeley_format): Add common_size to bsssize. - (sysv_one_line): New function split out from.. - (sysv_internal_printer): ..here. - (print_sysv_format): Handle display of *COM*. - (print_sizes): Call calculate_common_size. - -2007-07-05 Alan Modra - - * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next". - -2007-07-02 Alan Modra - - PR 4716 - * objcopy.c (filter_symbols): Correct relocatable file test. - -2007-07-02 Alan Modra +2008-05-14 Alan Modra - * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. - * aclocal.m4: Regenerate. - * config.in: Regenerate. * doc/Makefile.in: Regenerate. - * po/POTFILES.in: Regenerate. - * po/binutils.pot: Regenerate. - -2007-06-30 H.J. Lu - - * aclocal.m4: Regenerated. - * doc/Makefile.in: Likewise. - * Makefile.in: Likewise. -2007-06-29 Joseph Myers +2008-05-12 Alan Modra - * readelf.c (display_power_gnu_attribute, process_power_specific): - New. - (process_arch_specific): Call process_power_specific. + * embedspu.sh: Test for presence of ._ea by looking at section + table rather than looking at relocs. Correct toe_addr substitution. -2007-06-29 Joseph Myers +2008-05-08 Alan Modra - * readelf.c (display_mips_gnu_attribute): New. - (process_mips_specific): Call process_attributes. + * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol, + and if present, put image in ".data.speelf". Put program handle + in ".data.spehandle". -2007-06-29 Joseph Myers +2008-05-01 Nick Clifton - * readelf.c (display_gnu_attribute): New. - (process_arm_specific): Rearrange as process_attributes. - (process_arm_specific): Replace by wrapper of process_attributes. + * readelf.c (print_symbol): Add code to display non-printing + characters. -2007-06-28 Roland McGrath +2008-04-30 John Heidemann - * objcopy.c (setup_section): Don't reset ELF section type to - SHT_NOBITS when it is SHT_NOTE. - * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug. + * doc/binutils.texi (strings): Add "unicode" to the documentation + of strings in order to make explicit that it supports this + feature. -2007-06-27 Alan Modra +2008-04-30 Alan Modra - * ar.c: Rename uses of bfd.next to bfd.archive_next throughout. - * arsup.c: Likewise. - * binemul.c: Likewise. - * objcopy.c: Likewise. - * dlltool.c: Likewise. + * readelf.c (process_program_headers): Correct section in segment + display. -2007-06-26 Shantonu Sen +2008-04-28 M Thomas + Nick Clifton - PR binutils/4693 - * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move - dependency on $(LIBICONV) to ... - (windres_LDADD, windmc_LDADD) ... here. - * Makefile.in: Regenerate. + PR binutils/6449 + * objdump.c (slurp_file): Open the file in binary mode. + * ar.c: Remove conditional definition of O_BINARY. + * bin2.c: Likewise. + * rename.c: Likewise. + * strings.c: Likewise. + * sysdep.h: Add conditional definition of O_BINARY. -2007-06-21 Alan Modra +2008-04-23 Paolo Bonzini - * embedspu.sh (relas): Correct sh_info parsing. - -2007-06-19 Danny Smith - - * objdump.c: Include sys/stat.h. - -2007-06-19 Kai Tietz - - * Makefile.am: Add windmc tool. - * Makefile.in: Regenerate. - * configure.in: Add windmc tool. + * aclocal.m4: Regenerate. * configure: Regenerate. - * mclex.c: New. - * mcparse.y: New. - * windmc.c: New. - * windmc.h: New. - * doc/Makefile.am: Add windmc tool. - * doc/Makefile.in: Regenerate. - * doc/binutils.texi: Add windmc documentation. - * NEWS: Mention new tool. - -2007-06-18 Andi Kleen - * objdump.c: Include sys/mman.h - (print_file_list): Remove f, add map, mapsize, linemap, maxline, - last_line, first fields. - (slurp_file): Add. - (index_file): Add. - (print_file_open): Call slurp_file and index_file. Initialize new - fields. - (skip_to_line): Rename to print_line and write only single line. - (dump_line): Add. - (show_line): Change to new algorithm. +2008-04-16 Jean-Yves Lefort + + PR binutils/6034 + * objcopy.c (stuct symlist): Rename to + is_specified_symbol_predicate_data. + (strip_specific_list): Rename to strip_specific_htab. + (strip_unneeded_list): Rename to strip_unneeded_htab. + (keep_specific_list): Rename to keep_specific_htab. + (localize_specific_list): Rename to localize_specific_htab. + (globalize_specific_list): Rename to globalize_specific_htab. + (keepglobal_specific_list): Rename to keepglobal_specific_htab. + (weaken_specific_list): Rename to weaken_specific_htab. + (eq_string): New function. + (create_symbol_htab): New function. + (create_symbol_htabs): New function. + (add_specific_symbol): Change to use hash tables. + (is_specified_symbol_predicate): New function. + (is_specified_symbol): Use hash table lookup. + (is_strip_section): Update to use new functions and hash tables. + (filter_symbols): Likewise. + (copy_object): Likewise. + (copy_section): Likewise. + (strip_main): Likewise. + (copy_main): Likewise. + (main): Likewise. -2007-06-18 Thomas Weidenmueller +2008-04-14 David S. Miller - * resres.c (probe_binary): Fix test for badly formatted headers. + * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION. -2007-06-18 Kai Tietz +2008-04-11 Torleif Sandnes - * rclex.c: (cpp_line): Add code_page pragma support. - * windres.c: (usage, long_options, main): Add new option - --codepage or -c. - * winduni.c: (wind_default_codepage, wind_current_codepage): New. - (unicode_from_ascii, ascii_from_unicode): Use - wind_current_codepage as codepage parameter. - (unicode_print): Print 4 characters for hexadecimal values in - unicode strings. - * winduni.h: (wind_default_codepage, wind_current_codepage): - Export. - * doc/binutils.texi: Document new option. - * NEWS: Mention new features of windres. + * dwarf.c (display_debug_lines): Rename to + display_debug_lines_raw. + (display_debug_lines_decoded): New function. Displays the + interpreted contents of a .debug_line section. + (display_debug_lines): New function: Selects either a raw dump or + a decoded dump (or both) as requested by the user. + * dwarf.h (do_debug_lines_decoded): New extern. + * readelf.c: Add support for -wL or --debug-dump=decodedline + option to display the decoded contents of a .debug_line section. + * doc/binutils.texi: Document the new option. + * NEWS: Mention the new feature. -2007-06-18 Brian D. Watt +2008-04-08 Alan Modra - * embedspu.sh: Parse _SPUEAR_ symbol values as hex. + * dwarf.c: Remove trailing whitespace throughout file. -2007-06-14 H.J. Lu +2008-04-04 Nick Clifton - * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. + * po/sk.po: Updated Slovak translation. - * acinclude.m4: Removed. +2008-04-03 H.J. Lu - * Makefile.in: Regenerated. - * aclocal.m4: Likewise. - * configure: Likewise. + * dwarf.c (dwarf_regnames_i386): Add AVX registers. + (dwarf_regnames_x86_64): Likewise. -2007-06-11 Nathan Sidwell +2008-03-27 Cary Coutant - * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address. - -2007-06-06 Kai Tietz + Add support for thin archives. + * ar.c (make_thin_archive): New global flag. + (map_over_members): Deal with full pathnames in thin archives. + (usage, main): Add 'T' option for building thin archives. + (replace_members): Pass thin archive flag to ar_emul_append. + * arsup.c (ar_open): Initialize new flag. + * binemul.c (ar_emul_append): Add new parameter for + flattening nested archives. + (do_ar_emul_default_append): New function. + (ar_emul_default_append): Factored out recursive code. + * binutils/binemul.h (ar_emul_default_append): Add new parameter. + (struct bin_emulation_xfer_struct): New parameter for ar_append. + * dlltool.c (gen_lib_file): Initialize thin archive flag. + * emul_aix.c (ar_emul_aix_internal): Add new flatten + parameter, currently unimplemented. + All callers changed. + * objcopy.c (copy_archive): Preserve thin archive flag. + * doc/binutils.texi: Update ar documentation. + * NEWS: Mention the new feature. - PR binutils/4356 binutils/591 - * resrc.c (filename_need_quotes): New function. - (look_for_default): If filename_need_quotes is true then quote the - filename in the command line being created. - (read_rc_file): Likewise. +2008-03-20 H.J. Lu -2007-06-06 Ben Elliston + * readelf.c (process_mips_specific): Declare addr_size as int. - * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC". +2008-03-20 Richard Sandiford -2007-06-05 Kai Tietz + * readelf.c (print_mips_got_entry): New function. + (process_mips_specific): Print GOT information. - * Makefile.am: Add LIBICONV to windres. - * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files. - * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV. - * config.in: Add ICONV defines. - * aclocal.m4: Regenerate. - * confugure: Regenerate. - * winduni.c: (local_iconv_map codepages, wind_language_t, - languages, unicode_is_valid_codepage, wind_find_language_by_id, - wind_find_language_by_codepage, wind_find_codepage_info, - unicode_from_codepage, codepage_from_unicode, iconv_onechar, - wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte): - New. - (ascii_from_unicode): Use codepage_from_unicode. - (ascii_from_unicode): Use unicode_from_codepage. - Use for cygwin windows API for unicode transformation. - * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New - macros. - (wind_language_t, local_iconv_map): New types. - (wind_find_language_by_id, wind_find_language_by_codepage, - unicode_is_valid_codepage, wind_find_codepage_info, - unicode_from_codepage, codepage_from_unicode): New - prototypes. - -2007-06-05 Alan Modra - - * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol. - -2007-05-30 Alan Modra - - * objcopy.c (copy_object): Revert 2007-05-11 change. Don't - avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG. - (setup_section): Don't modify flags, and don't avoid calling - bfd_copy_private_section_data for ELF STRIP_NONDEBUG. - * readelf.c (process_program_headers): Ignore .dynamic of type - SHT_NOBITS. - -2007-05-29 Alan Modra - - * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if - pic or pie and image needs relocs. - -2007-05-24 Steve Ellcey +2008-03-17 Ralf Wildenhues - * Makefile.in: Regenerate. - * configure: Regenerate. * aclocal.m4: Regenerate. - * doc/Makefile.in: Regenerate. - -2007-05-24 Kai Tietz - - * rcparse.y: Join strings for elements having no side-effects in - "rc"-grammar. - -2007-05-23 Kai Tietz - - * rclex.c: New file replacing rclex.l. - * rclex.l: Removed. - * windint.h: New file holding common structure and type - definitions. - * Makefile.am: Added new header windint.h and exchanged rclex.l by - rclex.c. - * Makefile.in: Regenerate. - * rcparse.y: Renamed some structures. - Use in internal representation always bfd_vma instead of long or - int. - Removed from %union unused stringtable. - Added to %union suni structure for unicode strings. - Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE, - DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD, - TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING. - Added support for these new rc file tokens. - * resbin.c: Rewrote using bfd and binary structures, and support - new resource types. - * rescoff.c: Likewise. - * resres.c: Likewise. - * resrc.c: Likewise. Dumps as RC are now recompilable. - * windres.c: As above. Using bfd for res and provide target - specific endianess support. - * windres.h: Use windint.h as include. Additionally removed K&R - syntax. - * winduni.c: New printing and unichar support routines. - * winduni.h: Prototypes for new unichar helpers. - * windint.h: New file. - -2007-05-22 Paul Brook - - * objdump.c (find_symbol_for_address): Merge section and target - specific filtering code. - -2007-05-22 Nick Clifton - - * doc/binutils.texi: Use @copying around the copyright notice. - -2007-05-21 Richard Sandiford - - * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs - for executables and shared libraries. - -2007-05-18 Nathan Sidwell - - * objcopy.c (strip_main): Detect identical input and output file - names. - (copy_main): Refactor tempname detection and use. - -2007-05-17 Nick Clifton - - * objdump.c (load_debug_section): Select bias for DWARF debug - addresses based on the flavour of the bfd. - -2007-05-11 Alan Modra - - PR 4479 - * objcopy.c (copy_object): Don't copy ELF program headers for - --only-keep-debug. + * configure: Likewise. + * Makefile.in: Likewise. + * doc/Makefile.in: Likewise. -2007-05-11 Alan Modra +2008-03-16 Brian Dessent - * embedspu.sh (find_prog): Prefer prog in same dir as embedspu - over one found on the users path. - (main): Generate .reloc for each R_SPU_PPU* reloc. + * rcparse.y (resid): Allow control text to span multiple lines. -2007-04-28 Alan Modra +2008-03-13 Alan Modra - * prdbg.c (tg_variable): Adjust for changed demangler. - (tg_start_function): Likewise. + * readelf.c: Use %u throughout when printing sh_link or sh_info, + %lu when printing sh_addralign. + (process_version_sections): Use identical formats when printing + all offset and sh_link fields. -2007-04-27 Alan Modra +2008-03-13 Alan Modra - * bucumm.h: Split off host dependencies to.. - * sysdep.h: ..here. - Many files: Include sysdep.h. Remove duplicate headers and reorder. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. - -2007-04-24 Nick Clifton - - * srconv.c (walk_tree_type_1): Initialise dpt.dunno. - -2007-04-24 Nathan Froyd - Phil Edwards - - * objcopy.c (filter_symbols): Explicitly stripping a symbol - used in relocations is an error. - Retype 'keep' to bfd_boolean. - -2007-04-24 Alan Modra - - * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. - -2007-04-20 Nathan Froyd - Phil Edwards - Thomas de Lellis - - * objcopy.c (reverse_bytes): New variable. - (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN. - (copy_options, copy_usage): Add "reverse-bytes" entry. - (copy_section): Reverse bytes within output sections. - * doc/binutils.texi: Document new objcopy option. - -2007-04-20 Nick Clifton - - * rclex.l: Allow underscores at the start of identifiers. - -2007-04-19 Alan Modra - - * budemang.c: Delete. - * budemang.h: Delete. - * addr2line.c (translate_addresses): Call bfd_demangle rather than - demangle. - * nm.c (print_symname): Likewise. - * objdump.c (objdump_print_symname, dump_symbols): Likewise. - (dump_bfd): Likewise. - * prdbg.c (struct pr_handle ): Add int param. - (tg_variable, tg_start_function): Adjust demangler calls. - * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am". - * Makefile.in: Regenerate. - * po/POTFILES.in: Regenerate. - -2007-04-14 Steve Ellcey - - * Makefile.am: Add ACLOCAL_AMFLAGS. - * configure.in: Change macro call order. - * Makefile.in: Regenerate. * configure: Regenerate. -2007-04-13 Nathan Sidwell - - * Makefile.am (TOOL_PROGS): Add objcopy. - * Makefile.in: Rebuilt. - -2007-04-12 H.J. Lu - - PR binutils/4348 - * objcopy.c (copy_object): Don't stop when there are no - sections to be copied. - -2007-04-10 Vladimir Prus - - * NEWS: Mention disjoint histograms support in - gprof. - -2007-04-09 Daniel Jacobowitz +2008-03-12 Alan Modra - * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for - DW_TAG_inlined_subroutine. + PR 5900 + * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete. + Remove use throughout file. + (SECTION_HEADER): Likewise. + (dump_relocations): Don't adjust st_shndx for reserved range. + (process_file_header): Mask SHN_XINDEX to values seen in external + elf structs. Simplify valid section index tests. + (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX. + Map reserved st_shndx to internal form. + (process_section_groups): Test that group symbol st_shndx is in + range, not just non-zero. Delete reserved range check. + (get_symbol_index_type): Mask "type" to 16 bits when printing PRC, + OS or RSV. -2007-04-06 Matt Thomas +2008-03-09 Paul Brook - * MAINTAINERS: Add myself as VAX and NetBSD support maintainer. + * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16". -2007-04-05 Alan Modra +2008-03-03 James E. Wilson - PR binutils/4292 - * nm.c (print_value): Cast bfd_vma to unsigned long to suit - value_format_32bit. - -2007-04-02 Nick Clifton - - PR binutils/4292 - * nm.c (value_format): Replace with value_format_32bit and - value_format_64bit. - (set_radix): Update setting of value_format. - (set_print_width): New function. Compute the address size of a - given bfd and set the print_width global appropriately. - (display_archive): Use set_print_width. - (display_file): Likewise, - (print_object_filename_sysv): Update use of print_width. - (print_archive_member_sysv): Likewise. - (print_symbol_filename_posix): Likewise. - (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise. - -2007-03-28 Richard Sandiford - Phil Edwards - - * doc/binutils.texi: Put the contents after the title page rather - than at the end of the document. - -2007-03-28 Nick Clifton - - * readelf.c (slurp_rela_relocs): Add newline to end of error - messages. - (slurp_rel_relocs, request_dump, request_dump_byname, - process_program_headers, process_dynamic_section, - process_symbol_table, process_mips_specific, main): Likewise. - -2007-03-28 Alan Modra - - * MAINTAINERS: Update mailing list addresses. Add myself - as PPC maintainer. - -2007-03-27 Alan Modra - - * embedspu.sh: Correct toe_addr quoting. - -2007-03-27 Alan Modra - - * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten - .toe section and .toe address checks. Use .reloc for _EAR* - symbols defined in non-BSS sections. Build table for _SPUEAR_ - symbols. - -2007-03-23 Kaz Kojima - - PR gas/3811 - * readelf.c (debug_apply_rela_addends): Do nothing for SH. - -2007-03-22 Joseph Myers - - * doc/binutils.texi: Include VERSION_PACKAGE when reporting - version. - -2007-03-16 Kai Tietz - - * dlltool.c (make_one_lib_file): Use pc-relative relocation - instead of an absolute relocation for x86_64-pc-mingw32 target. - -2007-03-15 H.J. Lu - - * Makefile.am (REPORT_BUGS_TO): Removed. - (INCLUDES): Remove -DREPORT_BUGS_TO. - * Makefile.in: Regenerated. - - * bucomm.c: Don't include bfdver.h. - * objdump.c: Likewise. - * version.c: Likewise. - - * bucomm.h: Include bfdver.h. + * MAINTAINERS: Update my email address. - * configure.in (--with-bugurl): Removed. - * configure: Regenerated. +2008-03-03 Nick Clifton - * doc/Makefile.am (binutils_TEXINFOS): Removed. - (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc. - (TEXI2DVI): Likewise. - (config.texi): Removed. - (MOSTLYCLEANFILES): Remove config.texi. - * doc/Makefile.in: Regenerated. + * dwarf.c (decode_location_expression): Handle + DW_OP_PGI_omp_thread_num. - * doc/binutils.texi: Include bfdver.texi instead of - config.texi. +2008-03-01 Alan Modra -2007-03-13 Nick Clifton + * objdump.c (objdump_print_addr): Initialise "sym". - * readelf.c (dump_section): Also test for SHT_REL sections when - producing the warning about unapplied relocs. +2008-02-27 Justin Pryzby + Nick Clifton -2007-03-07 Joseph Myers + * ar.c (usage): Mention -t command line switch. + * doc/binutils.texi (ranlib): Document -t command line switch. - * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of - bug-reporting URL. - * doc/Makefile.am (config.texi): Define BUGURL. - * doc/binutils.texi: Use BUGURL. Remove text about large files - and uuencoding. - * Makefile.in, configure, doc/Makefile.in: Regenerate. +2008-02-26 Nick Clifton -2007-03-01 Phil Edwards - Richard Sandiford + * objdump.c (objdump_print_addr): If displaying file offsets, show + the offset even if there are no symbols available. + (dump_section): Display nothing if none of the section is going to + be dumped. Display the file offset, if requested, of the location + from where the dump starts. + * doc/binutils.texi (objdump): Mention that dumping via the -s + switch is also affected by the -F option. - * NEWS: Mention addition of --extract-symbol. - * doc/binutils.texi: Document it. - * objcopy.c (extract_symbol): New variable. - (OPTION_EXTRACT_SYMBOLS): New command_line_switch. - (copy_options): Add an entry for --extract-symbol. - (copy_usage): Mention --extract-symbol. - (copy_object): Set the start address to zero for --extract-symbol. - Do not copy private BFD data in that case. - (setup_section): Set the size, LMA and VMA to zero for - --extract-symbol. Do not copy private BFD data in that case. - (copy_section): Do not copy section contents if --extract-symbol - is passed. - (copy_main): Set extract_symbol to TRUE if --extract-symbol - is passed. +2008-02-26 Nick Clifton -2007-03-01 Paul Brook + Re-apply this patch which was accidentally deleted: + 2006-05-16 Carlos O'Donell - * MAINTAINERS: Update my entry. + * doc/binutils.texi: Use "Binutils Index" for index name. -2007-03-01 Joseph Myers +2008-02-22 Nick Clifton - * version.c: Update copyright date. + * objdump.c (display_file_offsets): New variable. + (long_options): Add -F/--file-offsets. + (objdump_print_addr_with_sym): If displaying file offsets, print + the offset of the given address. + (disassemble_bytes): If displaying file offsets, tell the user how + many zeroes are skipped and the file offset of the point where + dumping resumes. + (disassemble_section): Only display the name of the section if + data is going to be dumped from it. + (main): Handle new option. Produce error messages if the start or + stop addresses do not make sense. + * doc/binutils.texi: Document the new feature. + * NEWS: Mention the new feature. -2007-03-01 Daniel Jacobowitz +2008-02-15 Chu Li + Nick Clifton - * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS). - Adjust $(EXEEXT) handling for $(RENAMED_PROGS). - * Makefile.in, doc/Makefile.in: Regenerate. + PR binutils/5713 + * strings.c (integer_arg): Delete function. + (string_min): Initialise to 4. + (main): Use strtoul to parse integer arguments. + Move check for an invalid string length to after all the arguments + have been parsed. + (usage): Use indentation to indicate that - is a another form + of the --bytes= command line option. -2007-03-01 Alan Modra +2008-02-12 Nick Clifton - * embedspu.sh: Set type and size of global program handle symbol. + * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to + the argument. + (scan_obj_filename): Do not drop the const qualifier when calling + mcore_elf_cache_filename. + (struct fname_cache): Add const qualifier to filename field. -2007-02-28 Alan Modra +2008-02-08 H.J. Lu - * Makefile.am (PROGS): Delete. - (RENAMED_PROGS): Define. Extracted from.. - (noinst_PROGRAMS): ..here. Add BUILD_MISC. - (install-exec-local): Adjust. - * Makefile.in: Regenerate. + PR binutils/5713 + * strings.c (main): Set string_min to 4 if it is <= 0. -2007-02-28 Alan Modra - - * Makefile.am (PROGS): Add BUILD_INSTALL_MISC. - (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC. - (EXTRA_PROGRAMS): Remove bin2c. - (bin2c$(EXEEXT_FOR_BUILD)): New rule. - (bin2c_SOURCES): Delete. - (DISTCLEANFILES): Remove sysinfo. - (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and - bin2c$(EXEEXT_FOR_BUILD). - * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c. - Move embedspu to.. - (BUILD_INSTALL_MISC): ..here. - * Makefile.in: Regenerate. - * configure: Regenerate. +2008-02-07 Alan Modra -2007-02-27 Alan Modra + * objdump.c (main): Don't pass unadorned NULL to concat. - * bin2c.c: New file. - * Makefile.am (EXTRA_PROGRAMS): Add bin2c. - (CFILES): Add bin2c.c. - (bin2c_SOURCES): Define. - (bin2c.o): Dependencies from "make dep-am". - * configure.in (BUILD_MISC): Add bin2c. - * version.c: Update year. - * po/POTFILES.in: Regenerate. - * Makefile.in: Regenerate. - * configure: Regenerate. +2008-02-04 H.J. Lu -2007-02-17 Mark Mitchell - Nathan Sidwell - Vladimir Prus - - * configure.in (--with-bugurl): New option. - * configure: Regenerate. - * Makefile.am (REPORT_BUGS_TO): Define. - (INCLUDES): Define REPORT_BUGS_TO. - Regenerate dependencies. - * Makefile.in: Regenerate. - * doc/Makefile.in: Regenerate. - * bucomm.h: Remove include of bin-bugs.h. - * addr2line.c (usage): Don't print empty REPORT_BUGS_TO. - * ar.c (usage): Pass s to list_supported_targets. Don't print - empty REPORT_BUGS_TO. - * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO. - * cxxfilt.c (usage): Print bug url when giving help. - * dlltool.c (usage): Likewise. - * dllwrap.c (usage): Likewise. - * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO. - * nm.c (usage): Likewise. - * objcopy.c (copy_usage, strip_usage): Likewise. - * objdump.c (usage): Likewise. - * readelf.c ((usage): Likewise. Add STREAM argument. Adjust - callers. - * size.c (usage): Don't print empty REPORT_BUGS_TO. - * srconv.c (show_usage): Likewise. - * strings.c (usage): Likewise. - * sysdymp.c (show_usage): Likewise. - * windres.c (usage): Likewise. - -2007-02-13 Alan Modra - - * embedspu.sh: Add -W to readelf invocation. - -2007-02-06 Dave Brolley - - * MAINTAINERS: Add myself as the maintainer of the MeP port. - -2007-02-06 Nick Clifton - - PR gas/3800 - * readelf.c: Include elf/h8.h twice. The first time in order to - get the reloc numbers, the second time in order to get the reloc - decoder function. - (dump_section): Tell the user if the section being displayed has - unprocessed relocs associated with it. - (get_reloc_size): New function - returns the size of a reloc. - (debug_apply_rela_addends): Use get_reloc_size(). - * dwarf.c (read_and_display_attr_value): Extend number of - languages known for the DW_AT_language attribute. - (process_debug_info): Display the attribute offset before decoding - the attribute, in case there are problems. - -2007-02-05 Dave Brolley - - * readelf.c (dump_relocations): Don't check for - (rtype == NULL && type == R_RELC). - -2007-02-05 Dave Brolley - - * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h. - * Makefile.in: Regenerated. - * Contribute the following changes: - 2003-10-29 Dave Brolley - - * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep. + PR 5715 * configure: Regenerated. - 2001-04-03 Ben Elliston - - * readelf.c: Include "elf/mep.h". - (guess_is_rela): Handle EM_CYGNUS_MEP. - (get_machine_name): Ditto. - (dump_relocations): Ditto. +2008-02-03 Adam Nemet -2007-02-02 H.J. Lu + * readelf.c (get_machine_flags): Handle Octeon. - * MAINTAINERS: Add a space between H.J. and Lu. +2008-01-30 Tristan Gingold -2007-02-02 H.J. Lu + * readelf.c (dump_relocations): Decode OpenVMS-specific sections. + (get_ia64_dynamic_type): Decode OpenVMS-specific tags. + (get_dynamic_type): Handle IA64-specific tags. + (get_ia64_section_type_name): Handle OpenVMS-specific sections. + (get_section_type_name): Handle OS-specific sections (and + particularly IA64 OpenVMS one). + (get_elf_section_flags): Makes flags static. Add entries for IA64 and + decode them. - * doc/binutils.texi (objdump): Document the new addr64 option - for i386 disassembler. +2008-01-29 Nick Clifton -2007-02-02 H.J. Lu + * dwarf.c (print_dwarf_vma): New function. Display the value of a + dwarf_vma type at a specified precision. Use mingw field type + specifier if necessary. + (display_debug_loc): Use dwarf_vma type for begin and end values. + Use print_dwarf_vma to display their values. Use byte_get_signed + in order to correctly detect the -1 escape value. + (display_debug_aranges): Likewise. + (display_debug_ranges): Likewise. - PR binutils/3945 - * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE - target. - (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT. - * configure: Regenerated. +2008-01-29 Alan Modra - * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX. + * dwarf.c (display_debug_loc): Correct test for base address + entry when 64-bit host dumping 32-bit object. -2007-02-02 Nick Clifton +2008-01-29 Alan Modra - * doc/binutils.texi (objdump): Document support for disassembling - the 440 PowerPC architecture. + * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU. -2007-01-31 Nathan Sidwell +2008-01-28 Nick Clifton - * dwarf.c (process_debug_info): Protect against bogus length and - abbrev offsets. + PR binutils/5529 + * rclex.c (yylex): Also allow the hypen character. -2007-01-25 Kazu Hirata +2008-01-28 H.J. Lu - * ar.c (print_contents, extract_file): Cast the return value - of fwrite to size_t. + * dwarf.c: Include "elf/common.h". + (eh_addr_size): Changed to int. + (dwarf_regnames_i386): New. + (dwarf_regnames_x86_64): Likewise. + (dwarf_regnames): Likewise. + (dwarf_regnames_count): Likewise. + (init_dwarf_regnames): Likewise. + (regname): Likewise. + (frame_display_row): Properly support different address size. + Call regname to get register name. + (display_debug_frames): Call regname to get register name. + Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register + instead of DW_CFA_def_cfa_reg. -2007-01-12 Alan Modra + * dwarf.h (init_dwarf_regnames): New. - * ar.c (open_inarch): Check fwrite return. Use size_t. - (extract_file): Likewise. Remove test for "negative" file size. - * readelf.c (process_program_headers): Check fscanf return. + * objdump.c: Include "elf-bfd.h". + (dump_dwarf): Call init_dwarf_regnames on ELF input. -2007-01-11 H.J. Lu + * readelf.c (guess_is_rela): Change argument to int. + (parse_args): Remove the undocumented upper case options for + -wX. + (process_file_header): Call init_dwarf_regnames. - * bucomm.c (template_in_dir): Fix typo. +2008-01-25 DJ Delorie -2007-01-11 Alan Modra + * readelf.c (process_section_headers): Add m16c handler. + (is_16bit_abs_reloc): Recognize R_M32C_16. - * embedspu.sh: New file. - * Makefile.am (embedspu): Add rule. - * configure.in (BUILD_MISC): Add embedspu for powerpc-linux. - * Makefile.in: Regenerate. - * configure: Regenerate. +2008-01-25 Kai Tietz -2007-01-11 Alan Modra + * prdbg.c: Correct formatter style use. + * readelf.c: Likewise. + * strings.c: Likewise. - * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP. - * bucomm.c (template_in_dir): New function, split out from.. - (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP. - (make_tempdir): Use template_in_dir. Handle directory creation - when !HAVE_MKDTEMP. - * objcopy.c (MKDIR): Don't define. - (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix - error message. +2008-01-25 Nick Clifton -2007-01-08 Kazu Hirata + * po/ru.po: Updated Russian translation. - * readelf.c (get_machine_flags): Treat Fido as an architecture - by itself. +2008-01-17 H.J. Lu -2007-01-08 Kai Tietz - - * configure.in: Renamed target x86_64-*-mingw64 to - x86_64-*-mingw*. - * configure: Regenerated. - -2007-01-05 Alan Modra - - * readelf.c (dump_section): Don't print 32-bit values, which - were done incorrectly for little-endian. Instead print bytes. + * MAINTAINERS: Update my email address. -For older changes see ChangeLog-2006 +2008-01-14 Nick Clifton + + * dwarf.c (process_debug_info): Include the CU offset and corrupt + version value when reporting unrecognised DWARF version numbers. + (load_debug_info): Remember a failed attempt to load and parse the + .debug_info section and do not repeat such attempts. + (display_debug_lines): Check the return value from load_debug_info + and return whilst displaying a warning message if the load failed. + (display_debug_loc): Likewise. + (display_debug_ranges): Likewise. + (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries + when the .debug_info section could not be loaded/parsed. + (process_debug_info): Display the length of the compilation unit + in hex, so that it corresponds with the offsets that will follow. + Tell the user if the length was 32-bit or 64-bit. + If a DIE abbreviation could not be found, tell the user the offset + of the DIE. + (free_debug_memory): Do not attempt to free any entries in the + debug_information array if num_debug_info_entries is set to + DEBUG_INFO_UNAVAILABLE. + +2008-01-10 Andreas Schwab + + * readelf.c (is_64bit_abs_reloc): Handle R_S390_64. + +2008-01-09 Jakub Zawadzki + + PR binutils/55326 + * bucomm.c (list_supported_architectures): Free architecture list + after use. + * windres.c (set_endianess): Likewise. + * windmc.c (set_endianess): Likewise. + +2008-01-08 Kai Tietz + + PR binutils/5529 + * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post + characters for name tokens. + +2008-01-04 Greg McGary + + * prdbg.c (print_vma): Print as long long, if host supports it. + +2008-01-03 Nick Clifton + + * dwarf.c (read_and_display_attr_value): Prefix values that are + displayed in hexadecimal with 0x. + For the DW_AT_import attribute display the abbreviation number and + tag of the imported DIE. + (process_debug_info): Warn about lengths that reserved by the + DWARF3 specification. + Provide more information when corrupted DIEs are detected. + Warn if DIE corruption makes the sibling level negative. + +For older changes see ChangeLog-2007 Local Variables: mode: change-log