From owner-cvs-all Mon Jun 24 16:19:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3861737B400; Mon, 24 Jun 2002 16:19:19 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5ONJJd39188; Mon, 24 Jun 2002 16:19:19 -0700 (PDT) (envelope-from jdp) Message-Id: <200206242319.g5ONJJd39188@freefall.freebsd.org> From: John Polstra Date: Mon, 24 Jun 2002 16:19:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/06/24 16:19:19 PDT Modified files: libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h Log: Update the asm statements to use the "+" modifier instead of matching constraints where appropriate. This makes the dynamic linker buildable at -O0 again. Thanks to Bruce Evans for identifying the cause of the build problem. MFC after: 1 week Revision Changes Path 1.7 +5 -5 src/libexec/rtld-elf/i386/lockdflt.c 1.7 +4 -4 src/libexec/rtld-elf/i386/rtld_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message