Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2004 23:06:47 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/csu/ia64 crt1.S
Message-ID:  <200408182306.i7IN6lxu000782@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2004-08-18 23:06:47 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/ia64         crt1.S 
  Log:
  Bring ia64 back from the dead. After a call one needs to restore the
  GP register, because it's clobbered for calls across load modules. The
  previous commit inserted the call to _init_tls() between the call to
  atexit() and the restoration of the GP register clobbered by it. Fix:
  restore GP before we call _init_tls().
  
  Pointy hat: dfr@
  
  Revision  Changes    Path
  1.4       +1 -1      src/lib/csu/ia64/crt1.S



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