1
/*      Copyright (C) 2006 Garrett A. Kajmowicz
 
 
3
        This file is part of the uClibc++ Library.
 
 
5
        This library is free software; you can redistribute it and/or
 
 
6
        modify it under the terms of the GNU Lesser General Public
 
 
7
        License as published by the Free Software Foundation, version 2.1
 
 
10
        This library is distributed in the hope that it will be useful,
 
 
11
        but WITHOUT ANY WARRANTY; without even the implied warranty of
 
 
12
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
 
13
        Lesser General Public License for more details.
 
 
15
        You should have received a copy of the GNU Lesser General Public
 
 
16
        License along with this library; if not, write to the Free Software
 
 
17
        Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 
22
#include <func_exception>
 
 
24
//This is a system-specific header which does all of the error-handling management
 
 
25
#include <unwind-cxx.h>
 
 
27
//The following functionality is derived from reading of the GNU libstdc++ code and making it...simple
 
 
32
static __UCLIBCXX_TLS __cxa_eh_globals eh_globals;
 
 
34
extern "C" __cxa_eh_globals* __cxa_get_globals() throw(){
 
 
38
extern "C" __cxa_eh_globals* __cxa_get_globals_fast() throw(){