Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 12:13:50 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/include frame.h instr.h src/sys/sparc64/sparc64 db_disasm.c emul.c trap.c
Message-ID:  <200111062013.fA6KDo692295@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2001/11/06 12:13:50 PST

  Modified files:
    sys/sparc64/include  frame.h 
    sys/sparc64/sparc64  db_disasm.c trap.c 
  Added files:
    sys/sparc64/include  instr.h 
    sys/sparc64/sparc64  emul.c 
  Log:
  Add code to emulate unimplemented (non-fp) instructions and to fixup
  unaligned accesses, and instr.h, which contrains definitions for the
  sparc64 instruction set (partly from NetBSD).
  Make use of some definitions from instr.h in db_disasm.c.
  
  Revision  Changes    Path
  1.9       +6 -1      src/sys/sparc64/include/frame.h
  1.1       +620 -0    src/sys/sparc64/include/instr.h (new)
  1.2       +159 -243  src/sys/sparc64/sparc64/db_disasm.c
  1.1       +298 -0    src/sys/sparc64/sparc64/emul.c (new)
  1.18      +13 -3     src/sys/sparc64/sparc64/trap.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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