From owner-cvs-all Thu Aug 22 13:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8E7B37B400; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3651D43EB1; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7MKLIJU050703; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7MKLIuF050702; Thu, 22 Aug 2002 13:21:18 -0700 (PDT) Message-Id: <200208222021.g7MKLIuF050702@freefall.freebsd.org> From: Alexander Kabaev Date: Thu, 22 Aug 2002 13:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys sbrk.S X-FreeBSD-CVS-Branch: RELENG_4 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 kan 2002/08/22 13:21:18 PDT Modified files: (Branch: RELENG_4) lib/libc/i386/sys sbrk.S Log: Fix the forward compatibility problem with older 4.x releases, introduced by me in rev. 1.7.2.1. Binaries compiled on fresh STABLE would not run on older versions due to malloc always returning NULL. Make sure that we provide 'end' symbol in generated binaries because sbrk in older libc depends on its existence to work properly. Reported by: Ian West Reviewed by: jdp Approved by: obrien Revision Changes Path 1.7.2.2 +1 -0 src/lib/libc/i386/sys/sbrk.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message