From owner-freebsd-sparc64@FreeBSD.ORG Sun Dec 11 21:24:46 2005 Return-Path: X-Original-To: sparc64@FreeBSD.org Delivered-To: freebsd-sparc64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CF516A41F for ; Sun, 11 Dec 2005 21:24:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1445343D53 for ; Sun, 11 Dec 2005 21:24:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DB2831A3C26 for ; Sun, 11 Dec 2005 13:24:45 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D657051592; Sun, 11 Dec 2005 16:24:44 -0500 (EST) Date: Sun, 11 Dec 2005 16:24:44 -0500 From: Kris Kennaway To: sparc64@FreeBSD.org Message-ID: <20051211212444.GA8554@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: Trap typo X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2005 21:24:46 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Index: include/trap.h =================================================================== RCS file: /home/ncvs/src/sys/sparc64/include/trap.h,v retrieving revision 1.11 diff -u -u -r1.11 trap.h --- include/trap.h 29 Apr 2003 21:30:59 -0000 1.11 +++ include/trap.h 11 Dec 2005 21:23:42 -0000 @@ -41,7 +41,7 @@ #define T_FP_DISABLED 7 #define T_FP_EXCEPTION_IEEE_754 8 #define T_FP_EXCEPTION_OTHER 9 -#define T_TAG_OFERFLOW 10 +#define T_TAG_OVERFLOW 10 #define T_DIVISION_BY_ZERO 11 #define T_DATA_EXCEPTION 12 #define T_DATA_ERROR 13 Index: include/utrap.h =================================================================== RCS file: /home/ncvs/src/sys/sparc64/include/utrap.h,v retrieving revision 1.4 diff -u -u -r1.4 utrap.h --- include/utrap.h 29 Apr 2003 21:30:59 -0000 1.4 +++ include/utrap.h 11 Dec 2005 21:23:48 -0000 @@ -38,7 +38,7 @@ #define UT_FP_DISABLED 7 #define UT_FP_EXCEPTION_IEEE_754 8 #define UT_FP_EXCEPTION_OTHER 9 -#define UT_TAG_OFERFLOW 10 +#define UT_TAG_OVERFLOW 10 #define UT_DIVISION_BY_ZERO 11 #define UT_DATA_EXCEPTION 12 #define UT_DATA_ERROR 13 Index: sparc64/exception.S =================================================================== RCS file: /home/ncvs/src/sys/sparc64/sparc64/exception.S,v retrieving revision 1.70 diff -u -u -r1.70 exception.S --- sparc64/exception.S 16 Apr 2005 15:05:56 -0000 1.70 +++ sparc64/exception.S 11 Dec 2005 21:24:19 -0000 @@ -1841,7 +1841,7 @@ tl0_fp_other: tl0_gen T_FP_EXCEPTION_OTHER ! 0x22 tl0_tag_ovflw: - tl0_gen T_TAG_OFERFLOW ! 0x23 + tl0_gen T_TAG_OVERFLOW ! 0x23 tl0_clean_window: clean_window ! 0x24 tl0_divide: @@ -1946,7 +1946,7 @@ tl1_fp_other: tl1_gen T_FP_EXCEPTION_OTHER ! 0x222 tl1_tag_ovflw: - tl1_gen T_TAG_OFERFLOW ! 0x223 + tl1_gen T_TAG_OVERFLOW ! 0x223 tl1_clean_window: clean_window ! 0x224 tl1_divide: --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDnJkcWry0BWjoQKURAjdWAJ9S0d/nGwEDZ7iWyrX8E3q9Xx6K0wCfT+IO dhbz2YUJEI3vdHAaVFdbftQ= =m/J4 -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5--