diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-11-10 19:26:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-11-10 19:26:09 +0000 |
commit | 20d41979a9c2d05b629df1244c0f4b1b67ae1634 (patch) | |
tree | 415a872fa40921041e785ae2f0d8de6aa5e4d19a /ld | |
parent | 93d2187d32830f2b64fee3fb2bff3db543e693b9 (diff) | |
download | gdb-20d41979a9c2d05b629df1244c0f4b1b67ae1634.zip gdb-20d41979a9c2d05b629df1244c0f4b1b67ae1634.tar.gz gdb-20d41979a9c2d05b629df1244c0f4b1b67ae1634.tar.bz2 |
* ld-srec/sr3.cc (__eh_pc): Define.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-srec/sr3.cc | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 708b6aa..6a417e2 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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> * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and diff --git a/ld/testsuite/ld-srec/sr3.cc b/ld/testsuite/ld-srec/sr3.cc index e4aea92..bc0d9b0 100644 --- a/ld/testsuite/ld-srec/sr3.cc +++ b/ld/testsuite/ld-srec/sr3.cc @@ -59,6 +59,8 @@ void __terminate () { } + +void *__eh_pc; } int Foo::foos = 0; |