From f4f8cd2c93890d489f070415c19221fc54ddaedf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Mar 2001 06:42:38 +0000 Subject: (elf_machine_pltrel_p): Removed, it's not needed. --- sysdeps/generic/dl-machine.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sysdeps/generic/dl-machine.h') diff --git a/sysdeps/generic/dl-machine.h b/sysdeps/generic/dl-machine.h index b8502f71cc..82d76dbf28 100644 --- a/sysdeps/generic/dl-machine.h +++ b/sysdeps/generic/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. Stub version. - Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995,1996,1997,1999,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -99,11 +99,6 @@ elf_machine_rela (Elf32_Addr loadaddr, Elf32_Dyn *info[DT_NUM], } -/* Nonzero iff TYPE describes relocation of a PLT entry, so - PLT entries should not be allowed to define the value. */ -#define elf_machine_pltrel_p(type) ((type) == R_???_JMP_SLOT) - - /* Set up the loaded object described by L so its unrelocated PLT entries will jump to the on-demand fixup code in dl-runtime.c. */ -- cgit 1.4.1