From owner-cvs-all Tue May 9 18:24:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59DA237B628; Tue, 9 May 2000 18:24:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA65223; Tue, 9 May 2000 18:24:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200005100124.SAA65223@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 May 2000 18:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s locore.s support.s src/sys/i386/isa apic_vector.s icu_vector.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/05/09 18:24:23 PDT Modified files: sys/i386/i386 exception.s locore.s support.s sys/i386/isa apic_vector.s icu_vector.s Log: 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bit operands. `movw' could be used, but instead let the assembler decide the right instruction to use. 2. AT&T asm syntax requires a leading '*' in front of the operand for indirect calls and jumps. Revision Changes Path 1.68 +18 -18 src/sys/i386/i386/exception.s 1.134 +7 -7 src/sys/i386/i386/locore.s 1.71 +8 -8 src/sys/i386/i386/support.s 1.50 +21 -21 src/sys/i386/isa/apic_vector.s 1.15 +10 -10 src/sys/i386/isa/icu_vector.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message