OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61be0a7
)
* libgcc2.c (__eh_type): Remove `extern' to make this a definition.
author
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jun 1997 02:09:33 +0000
(
02:09
+0000)
committer
mrs
<mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Jun 1997 02:09:33 +0000
(
02:09
+0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14260
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/libgcc2.c
patch
|
blob
|
history
diff --git
a/gcc/libgcc2.c
b/gcc/libgcc2.c
index
2919511
..
f2532a3
100644
(file)
--- a/
gcc/libgcc2.c
+++ b/
gcc/libgcc2.c
@@
-3123,7
+3123,7
@@
__terminate ()
extern void longjmp (void *, int);
-
extern
void *__eh_type;
+void *__eh_type;
static void *top_elt[2];
void **__dynamic_handler_chain = top_elt;