diff options
author | hp.com!davidm <hp.com!davidm> | 2004-05-06 20:26:29 +0000 |
---|---|---|
committer | hp.com!davidm <hp.com!davidm> | 2004-05-06 20:26:29 +0000 |
commit | de2a42042ee5a18185a83435b67bc51cb3874ba9 (patch) | |
tree | e5eb336f960143bcf2fbf17a7a5664b51f49d070 /tests/Lia64-test-readonly.c | |
parent | 9427f8eae40ad52ebfb1e83a4ebdc936021c6961 (diff) | |
download | libunwind-de2a42042ee5a18185a83435b67bc51cb3874ba9.tar.gz |
(Logical change 1.231)
Diffstat (limited to 'tests/Lia64-test-readonly.c')
-rw-r--r-- | tests/Lia64-test-readonly.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Lia64-test-readonly.c b/tests/Lia64-test-readonly.c index e69de29b..cd23e926 100644 --- a/tests/Lia64-test-readonly.c +++ b/tests/Lia64-test-readonly.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include <libunwind.h> +#if !defined(UNW_REMOTE_ONLY) +#include "Gia64-test-readonly.c" +#endif |