Usermode/libc++ - Exception handling implemented (partially)
authorJohn Hodge <[email protected]>
Fri, 6 Jun 2014 15:42:45 +0000 (23:42 +0800)
committerJohn Hodge <[email protected]>
Fri, 6 Jun 2014 15:42:45 +0000 (23:42 +0800)
commit4f326e70fe6e02484ddcd012ef541107f96bbf95
treedb7479573342eacf8176d9f66678e86f928ff29f
parente785cf0b01276ae9ebbb018dae2fe83d11e77701
Usermode/libc++ - Exception handling implemented (partially)

- Throwing and catching of single-inheritance exceptions working on x8
- MI not implemented
- Exception specifcations not implemented
Usermode/Libraries/libc++.so_src/Makefile
Usermode/Libraries/libc++.so_src/cxxabi.cc
Usermode/Libraries/libc++.so_src/exception_handling.cc
Usermode/Libraries/libc++.so_src/exception_handling.h [deleted file]
Usermode/Libraries/libc++.so_src/exception_handling_acxx.h [new file with mode: 0644]
Usermode/Libraries/libc++.so_src/exception_handling_cxxabi.h [new file with mode: 0644]
Usermode/Libraries/libc++.so_src/gxx_personality.cc [new file with mode: 0644]
Usermode/Libraries/libc++.so_src/include_exp/cxxabi.h
Usermode/Libraries/libc++.so_src/include_exp/typeinfo
Usermode/Libraries/libc++.so_src/misc.cc
Usermode/Libraries/libc++.so_src/typeinfo.cc

UCC git Repository :: git.ucc.asn.au