Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2010 01:24:49 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/gdb/gdb dwarf2read.c
Message-ID:  <201011020125.oA21P4os055172@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gonzo       2010-11-02 01:24:49 UTC

  FreeBSD src repository

  Modified files:
    contrib/gdb/gdb      dwarf2read.c 
  Log:
  SVN rev 214651 on 2010-11-02 01:24:49Z by gonzo
  
  Fix reading of .debug_line  on MIPS64, big-endian:
      read_initial_length detects pointer size by checking first
      4 bytes of .debug_line and stores it in struct comp_unit_head *
      passed to it as second argument. By passing NULL to a
      read_initial_length we ignore actual pointer size (8 bytes) and
      use default (4 bytes) which results in wrong offsets of header fields.
  
  Revision  Changes      Path
  1.2       +4221 -2019  src/contrib/gdb/gdb/dwarf2read.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011020125.oA21P4os055172>