]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
* readelf.c (get_machine_flags): Handle Octeon.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index 25e9ff29fe145c9fb1ae4362ace36944dc165872..19de0853bcedbcd1a5563d7f0ad0eb35b37ed0bd 100644 (file)
@@ -1,3 +1,127 @@
+2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * readelf.c (get_machine_flags): Handle Octeon.
+
+2008-01-30  Tristan Gingold  <gingold@adacore.com>
+
+       * 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.
+
+2008-01-29  Nick Clifton  <nickc@redhat.com>
+
+       * 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.
+
+2008-01-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * dwarf.c (display_debug_loc): Correct test for base address
+       entry when 64-bit host dumping 32-bit object.
+
+2008-01-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * MAINTAINERS: Remove myself as ix86 maintainer.  Add for SPU.
+
+2008-01-28  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/5529
+       * rclex.c (yylex): Also allow the hypen character.
+
+2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * 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.
+
+       * dwarf.h (init_dwarf_regnames): New.
+
+       * objdump.c: Include "elf-bfd.h".
+       (dump_dwarf): Call init_dwarf_regnames on ELF input.
+
+       * 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.
+
+2008-01-25  DJ Delorie  <dj@redhat.com>
+
+       * readelf.c (process_section_headers): Add m16c handler.
+       (is_16bit_abs_reloc): Recognize R_M32C_16.
+
+2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
+
+       * prdbg.c: Correct formatter style use.
+       * readelf.c: Likewise.
+       * strings.c: Likewise.
+
+2008-01-25  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
+
+2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
+
+       * MAINTAINERS: Update my email address.
+
+2008-01-14  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <schwab@suse.de>
+
+       * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
+
+2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
+
+       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  <kai.tietz@onevision.com>
+
+       PR binutils/5529
+       * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
+       characters for name tokens.
+
 2008-01-04  Greg McGary  <greg@mcgary.org>
 
        * prdbg.c (print_vma): Print as long long, if host supports it.