cvs commit: src/lib/csu/ia64 crt1.S

Marcel Moolenaar marcel at FreeBSD.org
Wed Aug 18 16:06:48 PDT 2004


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


More information about the cvs-src mailing list