diff --git a/glibc-fedora.patch b/glibc-fedora.patch index 6b6bd39..93abdc2 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -3516,3 +3516,29 @@ # else +--- libc/sysdeps/i386/dl-machine.h.jj 2005-02-16 20:16:33.000000000 -0500 ++++ libc/sysdeps/i386/dl-machine.h 2005-03-04 16:50:32.313591897 -0500 +@@ -301,9 +301,7 @@ elf_machine_plt_value (struct link_map * + + /* 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 + +--- libc/sysdeps/arm/dl-machine.h.jj 2005-03-01 15:34:40.000000000 -0500 ++++ libc/sysdeps/arm/dl-machine.h 2005-03-04 16:50:43.913473979 -0500 +@@ -353,9 +353,7 @@ elf_machine_plt_value (struct link_map * + + /* ARM 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 +