aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-06 00:08:34 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-06 00:08:34 +0000
commit171129215cd04bf3e5986c7b1f762a018d5c80e0 (patch)
treed8d8d2a9ce6c240c3bbd41e64e6a2ea71af2229e /sysdeps/i386
parent2103c260f999160d0abae3a594b8b712b3935395 (diff)
downloadglibc-171129215cd04bf3e5986c7b1f762a018d5c80e0.zip
glibc-171129215cd04bf3e5986c7b1f762a018d5c80e0.tar.gz
glibc-171129215cd04bf3e5986c7b1f762a018d5c80e0.tar.bz2
(ELF_MACHINE_NO_RELA): Define unconditionally to defined RTLD_BOOTSTRAP.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r--sysdeps/i386/dl-machine.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h
index a965a4a..df3edf5 100644
--- a/sysdeps/i386/dl-machine.h
+++ b/sysdeps/i386/dl-machine.h
@@ -301,9 +301,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc,
/* The i386 never uses Elf32_Rela relocations for the dynamic linker.
Prelinked libraries may use Elf32_Rela though. */
-#ifdef RTLD_BOOTSTRAP
-# define ELF_MACHINE_NO_RELA 1
-#endif
+#define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
#ifdef RESOLVE_MAP