Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 23:32:34 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia64 unaligned.c
Message-ID:  <200310230632.h9N6WY9p013773@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/10/22 23:32:34 PDT

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        unaligned.c 
  Log:
  Reimplement unaligned_fixup() using the new disassembler and a
  mcontext_t for the register values. Currently only ld8 and ldfd
  instructions are handled as those are the ones we need now (a
  misaligned ld8 occurs 4 times in ntpd(8) and a misaligned ldfd
  occurs once in mozilla 1.4 and 1.5). Other instructions are added
  when needed.
  
  Revision  Changes    Path
  1.5       +134 -580  src/sys/ia64/ia64/unaligned.c



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