Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2003 09:11:20 -0800 (PST)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c
Message-ID:  <200312191711.hBJHBK6p058975@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2003/12/19 09:11:20 PST

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      atexit.c atexit.h exit.c 
  Log:
  Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor
  ó++ ABI document at http://www.codesourcery.com/cxx-abi/abi.html#dso-dtor
  
  The ABI was initially defined for ia64, but GCC3 and Intel compilers
  have adopted it on other platforms.
  
  This is the patch from PR bin/59552 with a number of changes by
  me.
  
  PR:             bin/59552
  Submitted by:   Bradley T Hughes (bhughes at trolltech dot com)
  
  Revision  Changes    Path
  1.7       +101 -7    src/lib/libc/stdlib/atexit.c
  1.3       +1 -7      src/lib/libc/stdlib/atexit.h
  1.7       +1 -6      src/lib/libc/stdlib/exit.c



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