* _LIGHTLIBCPP_NO_EXCEPTIONS and _LIGHTLIBCPP_NO_RTTI are set automatically with...
commite7850d8481d0d1d323790df44bf4e0ea38b7f421
authorJörg Pfähler <bluecoder@gmx.de>
Thu, 11 Jun 2009 15:35:39 +0000 (11 17:35 +0200)
committerJörg Pfähler <bluecoder@gmx.de>
Fri, 12 Jun 2009 14:45:23 +0000 (12 16:45 +0200)
treed56f348088f62c2aa9f7c79620341dbaa7bfe0e7
parentaa8baf2bd953ab47d2b5a14b912eac736e1cc1bf
* _LIGHTLIBCPP_NO_EXCEPTIONS and _LIGHTLIBCPP_NO_RTTI are set automatically with -fno-exceptions and -fno-rtti with g++
* testcases that do not apply to a specific configuration pass instead of fail
22 files changed:
Makefile
README
include/cstdlib
include/cxxabi.h
include/lightlibc++/compiler.hpp
include/lightlibc++/exception.hpp
include/lightlibc++/new.hpp
include/lightlibc++/typeinfo.hpp
source/cstdlib.cpp
source/cxxabi/typeinfo.cpp
source/exception.cpp
source/new.cpp
source/typeinfo.cpp [copied from testcase/typeinfo/bad_cast.cpp with 59% similarity]
testcase/cstdbool.cpp
testcase/cstddef/NULL.cpp
testcase/cstdint.cpp
testcase/cstdlib/quick_exit-exceptions.cpp
testcase/cstdlib/quick_exit.cpp
testcase/cxxabi/typeinfo.cpp
testcase/new/bad_alloc.cpp
testcase/typeinfo/bad_cast.cpp
testcase/typeinfo/bad_typeid.cpp