Commit e1c8c76b by Mike Stump

* libgcc2.c (__eh_type): Remove `extern' to make this a definition.

From-SVN: r14260
parent 7b1f7d51
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment