summaryrefslogtreecommitdiff
path: root/sysdeps/generic/dl-machine.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-10 06:42:38 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-10 06:42:38 +0000
commitf4f8cd2c93890d489f070415c19221fc54ddaedf (patch)
tree229dd80ae3ade4352ee912ba5d14c5675badbeda /sysdeps/generic/dl-machine.h
parent719404ef2e29b2240da9c63c525a9493f9bf764a (diff)
(elf_machine_pltrel_p): Removed, it's not needed.
Diffstat (limited to 'sysdeps/generic/dl-machine.h')
-rw-r--r--sysdeps/generic/dl-machine.h7
1 files changed, 1 insertions, 6 deletions
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. */