aboutsummaryrefslogtreecommitdiff
path: root/libjava/sysdep/pa/descriptor-pa64-hpux.h
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2016-09-30 16:24:48 +0000
committerAndrew Haley <aph@gcc.gnu.org>2016-09-30 16:24:48 +0000
commit07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch)
tree3f22b3241c513ad168c8353805614ae1249410f4 /libjava/sysdep/pa/descriptor-pa64-hpux.h
parenteae993948bae8b788c53772bcb9217c063716f93 (diff)
downloadgcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip
gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz
gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
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)