Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 1999 08:59:09 -0700 (PDT)
From:      John Polstra <jdp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/csu/alpha crtbegin.c
Message-ID:  <199906061559.IAA28808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906061559.IAA28808>