From owner-cvs-all Sat Jun 22 3:21:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 8964337B409; Sat, 22 Jun 2002 03:21:33 -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 UAA00459; Sat, 22 Jun 2002 20:21:31 +1000 Date: Sat, 22 Jun 2002 20:26:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile In-Reply-To: <200206211905.g5LJ5Ke39248@freefall.freebsd.org> Message-ID: <20020622201241.K7645-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Fri, 21 Jun 2002, David E. O'Brien wrote: > obrien 2002/06/21 12:05:20 PDT > > Modified files: > gnu/usr.bin/binutils/gdb Makefile > Log: > We need to link with libiberty.a before libreadline.so. Both supply > xmalloc() and xrealloc() and the mixed usage of xmalloc in some .c's from > libiberty.a and other .c's from libreadline.so produces an unusable binary > on the Alpha. Not to mention that it results in a nonexistent binary on i386's when the error of mixing x*alloc()s is detected by linking statically. This has been breaking worlds for about 5 months. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message