From 18b186bf30ceaf501197045f75c16ff2f769df69 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Wed, 23 Apr 2003 05:56:59 +0000 Subject: [PATCH] (Logical change 1.84) --- src/ia64/Lrbs-ia64.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ia64/Lrbs-ia64.c diff --git a/src/ia64/Lrbs-ia64.c b/src/ia64/Lrbs-ia64.c new file mode 100644 index 00000000..53faf276 --- /dev/null +++ b/src/ia64/Lrbs-ia64.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Grbs-ia64.c" +#endif