aboutsummaryrefslogtreecommitdiff
path: root/libjava/sysdep/pa/descriptor-pa64-hpux.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/sysdep/pa/descriptor-pa64-hpux.h')
-rw-r--r--libjava/sysdep/pa/descriptor-pa64-hpux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libjava/sysdep/pa/descriptor-pa64-hpux.h b/libjava/sysdep/pa/descriptor-pa64-hpux.h
deleted file mode 100644
index bc6af6b..0000000
--- a/libjava/sysdep/pa/descriptor-pa64-hpux.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// Given a function pointer, return the code address.
-// If the plabel bit is set, mask it off and return the code from the
-// first word of the function descriptor. Otherwise, the function
-// pointer is the code address.
-
-#define UNWRAP_FUNCTION_DESCRIPTOR(X) *(void **)((unsigned long) (X) + 16)