From owner-cvs-all Sun Jun 6 8:59:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0864514FD6; Sun, 6 Jun 1999 08:59:10 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28808; Sun, 6 Jun 1999 08:59:09 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199906061559.IAA28808@freefall.freebsd.org> From: John Polstra Date: Sun, 6 Jun 1999 08:59:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/alpha crtbegin.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/06/06 08:59:09 PDT Modified files: lib/csu/alpha crtbegin.c Log: Call do_ctors() and do_dtors() using indirect calls through function pointers. The calls are in different sections from the functions being called, and they can potentially be far away. On a very large program, the 21-bit displacement field of the BSR instruction overflowed at link time. Revision Changes Path 1.4 +12 -3 src/lib/csu/alpha/crtbegin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message