* ld-srec/sr3.cc (__eh_pc): Define.

This commit is contained in:
Ian Lance Taylor 1997-11-10 19:26:09 +00:00
parent 93d2187d32
commit 20d41979a9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 10 14:25:43 1997 Ian Lance Taylor <ian@cygnus.com>
* ld-srec/sr3.cc (__eh_pc): Define.
Mon Oct 20 14:36:39 1997 Ian Lance Taylor <ian@cygnus.com> Mon Oct 20 14:36:39 1997 Ian Lance Taylor <ian@cygnus.com>
* ld-srec/sr3.cc: Add definitions for terminate, __terminate, and * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and

View File

@ -59,6 +59,8 @@ void
__terminate () __terminate ()
{ {
} }
void *__eh_pc;
} }
int Foo::foos = 0; int Foo::foos = 0;