From owner-cvs-src@FreeBSD.ORG Fri May 14 16:01:47 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1706C16A4CE; Fri, 14 May 2004 16:01:47 -0700 (PDT) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F9043D31; Fri, 14 May 2004 16:01:45 -0700 (PDT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.12.11/8.12.11) with ESMTP id i4EN6IPK045744; Sat, 15 May 2004 01:06:18 +0200 (CEST) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.12.11/8.12.11/Submit) id i4EN6IXJ045743; Sat, 15 May 2004 01:06:18 +0200 (CEST) (envelope-from doginou) Date: Sat, 15 May 2004 01:06:18 +0200 From: Olivier Houchard To: Stefan Esser Message-ID: <20040514230618.GA44962@ci0.org> References: <200405142101.i4EL1qmN008976@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405142101.i4EL1qmN008976@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 23:01:47 -0000 On Fri, May 14, 2004 at 02:01:52PM -0700, Stefan Esser wrote: > se 2004/05/14 14:01:52 PDT > > FreeBSD src repository > > Modified files: > libexec/rtld-elf Makefile > Log: > Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come first! > The previous version made all shared binaries dump core. > > Revision Changes Path > 1.28 +2 -1 src/libexec/rtld-elf/Makefile Arg Sorry for the breakage, I was sure I tested this on other archs, at least on i386. Thanks for fixing. Olivier