cvs commit: src/lib/csu/amd64 crt1.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Aug 25 16:39:26 PDT 2008


dillon      2008/08/25 16:38:35 PDT

DragonFly src repository

  Modified files:
    lib/csu/amd64        crt1.c 
  Log:
  AMD64 Support:
  
  Adjust crt1 for amd64 to call _init_tls() and _rtld_call_init().  These
  calls are needed to initialize TLS support, which we use unconditionally
  to access errno.
  
  Revision  Changes    Path
  1.2       +9 -0      src/lib/csu/amd64/crt1.c


http://www.dragonflybsd.org/cvsweb/src/lib/csu/amd64/crt1.c.diff?r1=1.1&r2=1.2&f=u





More information about the Commits mailing list