summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cxa_exception.cpp4
-rw-r--r--www/spec.html120
2 files changed, 60 insertions, 64 deletions
diff --git a/src/cxa_exception.cpp b/src/cxa_exception.cpp
index 93a4bd4..5703dad 100644
--- a/src/cxa_exception.cpp
+++ b/src/cxa_exception.cpp
@@ -52,7 +52,6 @@ static void do_free ( void *ptr ) throw () {
return is_fallback_ptr ( ptr ) ? fallback_free ( ptr ) : std::free ( ptr );
}
-static thread_local_storage<__cxa_eh_globals> __globals;
// pthread_once_t __globals::flag_ = PTHREAD_ONCE_INIT;
extern "C" {
@@ -99,9 +98,6 @@ void __cxa_free_dependent_exception (void * dependent_exception) throw() {
do_free ( dependent_exception );
}
-__cxa_eh_globals * __cxa_get_globals () throw() { return __globals.get_tls (); }
-__cxa_eh_globals * __cxa_get_globals_fast () throw() { return __globals.get_tls_fast (); }
-
} // extern "C"
} // abi
diff --git a/www/spec.html b/www/spec.html
index 9d9eba6..6c4b6be 100644
--- a/www/spec.html
+++ b/www/spec.html
@@ -37,9 +37,9 @@ additional memory to hold private data. If memory can not be allocated, call
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -53,9 +53,9 @@ additional memory to hold private data. If memory can not be allocated, call
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -244,9 +244,9 @@ thread, initializing it if necessary.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -265,9 +265,9 @@ thread.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -385,9 +385,9 @@ setting the first byte of the guard object.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -402,9 +402,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -429,9 +429,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -454,9 +454,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -479,9 +479,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -499,9 +499,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -518,9 +518,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -537,9 +537,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -556,9 +556,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -576,9 +576,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -596,9 +596,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -617,9 +617,9 @@ throwing an exception.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -691,9 +691,9 @@ The currently installed terminate handler.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -707,9 +707,9 @@ The currently installed terminate handler.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -724,9 +724,9 @@ which has undefined behavior according to the C++ Standard. Ends the program.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>
@@ -764,9 +764,9 @@ Called from the compiler.
</p>
</blockquote>
</td>
-<td></td>
-<td></td>
-<td></td>
+<td>&#10003;</td>
+<td>&#10003;</td>
+<td>&#10003;</td>
</tr>
<tr>