diff options
Diffstat (limited to 'sysdeps/hppa/dl-runtime.c')
-rw-r--r-- | sysdeps/hppa/dl-runtime.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/hppa/dl-runtime.c b/sysdeps/hppa/dl-runtime.c index 885a3f1837..2d061b150f 100644 --- a/sysdeps/hppa/dl-runtime.c +++ b/sysdeps/hppa/dl-runtime.c @@ -17,10 +17,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -/* Clear PA_GP_RELOC bit in relocation offset. */ -#define reloc_offset (reloc_arg & ~PA_GP_RELOC) -#define reloc_index (reloc_arg & ~PA_GP_RELOC) / sizeof (PLTREL) - #include <elf/dl-runtime.c> /* The caller has encountered a partially relocated function descriptor. |