diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-11-11 21:02:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-11-11 21:02:48 +0000 |
commit | 34277c5228d466ffcd4260eea1805ca77972c83c (patch) | |
tree | 6dc91773cd2743418de4eb59e161cb0a4381c77a /libgo/runtime/go-panic-defer.c | |
parent | 292b44341cc5355d353cb652eb3d78d3341c800f (diff) | |
download | gcc-34277c5228d466ffcd4260eea1805ca77972c83c.zip gcc-34277c5228d466ffcd4260eea1805ca77972c83c.tar.gz gcc-34277c5228d466ffcd4260eea1805ca77972c83c.tar.bz2 |
Introduce G structure and thread-local global g.
From-SVN: r181301
Diffstat (limited to 'libgo/runtime/go-panic-defer.c')
-rw-r--r-- | libgo/runtime/go-panic-defer.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libgo/runtime/go-panic-defer.c b/libgo/runtime/go-panic-defer.c deleted file mode 100644 index 64773bb..0000000 --- a/libgo/runtime/go-panic-defer.c +++ /dev/null @@ -1,13 +0,0 @@ -/* go-panic-stack.c -- The panic/defer stack. - - Copyright 2010 The Go Authors. All rights reserved. - Use of this source code is governed by a BSD-style - license that can be found in the LICENSE file. */ - -#include "go-panic.h" - -#ifdef __rtems__ -#define __thread -#endif - -__thread struct __go_panic_defer_struct *__go_panic_defer; |