]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.am (sources): Add guard.cc.
authorMark Mitchell <mark@codesourcery.com>
Mon, 25 Nov 2002 23:17:31 +0000 (23:17 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 25 Nov 2002 23:17:31 +0000 (23:17 +0000)
commitc4f6640537ff392ad466a83796e68fb79b512bee
tree4d7d6f3c4d6bb4f7992a62114aad66dbfef3dc40
parenta91dce31a505155e1fab4d828178e1108e8ff801
Makefile.am (sources): Add guard.cc.

* libsupc++/Makefile.am (sources): Add guard.cc.
* libsupc++/Makefile.in: Regenerated.
* libsupc++/cxxabi.h (__cxa_guard_acquire): New function.
(__cxa_guard_release): Likewise.
(__cxa_guard_abort): Likewise.
* libsupc++/guard.cc: New file.

From-SVN: r59475
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/Makefile.am
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/libsupc++/cxxabi.h
libstdc++-v3/libsupc++/guard.cc [new file with mode: 0644]