From owner-cvs-sys Fri Nov 29 08:22:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23208 for cvs-sys-outgoing; Fri, 29 Nov 1996 08:22:38 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA23192; Fri, 29 Nov 1996 08:22:26 -0800 (PST) Date: Fri, 29 Nov 1996 08:22:26 -0800 (PST) From: John Dyson Message-Id: <199611291622.IAA23192@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include endian.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/11/29 08:22:25 Modified: sys/i386/include endian.h Log: Relax the constraints on the bswap opcode (it works on non-byte registers.) Also clean up some namespace pollution, and remove gcc-1 support (nothing really works with it anymore anyway.) Submitted by: Bruce Evans and me. Revision Changes Path 1.9 +16 -24 src/sys/i386/include/endian.h