From owner-cvs-sys Sun Sep 7 23:45:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA12709 for cvs-sys-outgoing; Sun, 7 Sep 1997 23:45:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA12492; Sun, 7 Sep 1997 23:43:29 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA12685; Sun, 7 Sep 1997 23:40:59 -0700 (PDT) Date: Sun, 7 Sep 1997 23:40:59 -0700 (PDT) Message-Id: <199709080640.XAA12685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa icu_vector.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/07 23:40:58 PDT Modified files: sys/i386/isa icu_vector.s Log: Change an assemble-time divide into a shift. Under binutils-2.8 gas in elf mode, the slash is a comment leader, while under non-elf it is a divide symbol (what a concept! :-). Theoretically, #APP/#NO_APP can change this but that doesn't seem to mesh too well with macros and line continuation. Revision Changes Path 1.4 +2 -2 src/sys/i386/isa/icu_vector.s