---
 src/ppc32/Ginit.c |    5 -----
 src/ppc64/Ginit.c |    5 -----
 2 files changed, 10 deletions(-)

diff --git a/src/ppc32/Ginit.c b/src/ppc32/Ginit.c
index 47c66f1..f4f215e 100644
--- a/src/ppc32/Ginit.c
+++ b/src/ppc32/Ginit.c
@@ -42,11 +42,6 @@ static struct unw_addr_space local_addr_space;
 
 PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
 
-
-#define PAGE_SIZE 4096
-#define PAGE_START(a)  ((a) & ~(PAGE_SIZE-1))
-
-
 static void *
 uc_addr (ucontext_t *uc, int reg)
 {
diff --git a/src/ppc64/Ginit.c b/src/ppc64/Ginit.c
index 53c4028..52bf715 100644
--- a/src/ppc64/Ginit.c
+++ b/src/ppc64/Ginit.c
@@ -42,11 +42,6 @@ static struct unw_addr_space local_addr_space;
 
 PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
 
-
-#define PAGE_SIZE 4096
-#define PAGE_START(a)  ((a) & ~(PAGE_SIZE-1))
-
-
 static void *
 uc_addr (ucontext_t *uc, int reg)
 {
-- 
1.7.9.5


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to