diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-10 06:42:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-10 06:42:38 +0000 |
commit | f4f8cd2c93890d489f070415c19221fc54ddaedf (patch) | |
tree | 229dd80ae3ade4352ee912ba5d14c5675badbeda /sysdeps/powerpc/dl-machine.h | |
parent | 719404ef2e29b2240da9c63c525a9493f9bf764a (diff) | |
download | glibc-f4f8cd2c93890d489f070415c19221fc54ddaedf.tar.gz glibc-f4f8cd2c93890d489f070415c19221fc54ddaedf.tar.xz glibc-f4f8cd2c93890d489f070415c19221fc54ddaedf.zip |
(elf_machine_pltrel_p): Removed, it's not needed.
Diffstat (limited to 'sysdeps/powerpc/dl-machine.h')
-rw-r--r-- | sysdeps/powerpc/dl-machine.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/powerpc/dl-machine.h b/sysdeps/powerpc/dl-machine.h index c8d6c113cf..961aafbd62 100644 --- a/sysdeps/powerpc/dl-machine.h +++ b/sysdeps/powerpc/dl-machine.h @@ -1,6 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. PowerPC version. - Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 - Free Software Foundation, Inc. + Copyright (C) 1995-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 @@ -227,10 +226,6 @@ __elf_preferred_address(struct link_map *loader, size_t maplength, /* A reloc type used for ld.so cmdline arg lookups to reject PLT entries. */ #define ELF_MACHINE_JMP_SLOT R_PPC_JMP_SLOT -/* 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_PPC_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. Also install a small trampoline to be used by entries that have |