From owner-freebsd-current Wed Jun 12 19:21:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 9FC0637B412 for ; Wed, 12 Jun 2002 19:21:43 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id MAA17376; Thu, 13 Jun 2002 12:21:39 +1000 Date: Thu, 13 Jun 2002 12:26:05 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Alex Zepeda Cc: current@FreeBSD.ORG Subject: Re: Broken world in rtld-elf... In-Reply-To: <20020612231541.GA1543@blarf.homeip.net> Message-ID: <20020613121920.T1422-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 12 Jun 2002, Alex Zepeda wrote: > So what's up with -current? > > I had to install gawk to get the kernel to build (and world too for that > matter).. I haven't had the balls to put the "one true awk" back in place. > > But now whether in world mode or not I get: > > blarf:/usr/src/libexec/rtld-elf#make > cc -O0 -Wall -DFREEBSD_ELF -I/usr/src/libexec/rtld-elf/i386 ^^^ > -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=2 > -Wno-format-extra-args -c /usr/src/libexec/rtld-elf/rtld.c > /usr/src/libexec/rtld-elf/rtld.c: In function `atomic_decr_int': > /usr/src/libexec/rtld-elf/i386/rtld_machdep.h:58: inconsistent operand > constraints in an `asm' > *** Error code 1 rtld still uses asms with the old, broken/fragile "0" constraint. This constraint is especially broken/fragile if things are pessimized by compiling without optimizations. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message