c6d234
commit 80b5c505889ac4747aab54614d2bce18efa511ea
c6d234
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
c6d234
Date:   Tue Jul 8 16:19:55 2014 +0530
c6d234
c6d234
    Fix Wundef warning for ELF_MACHINE_NO_REL on i386
c6d234
c6d234
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h
c6d234
index 67d23228782d39c9..c52f17ae713fdebb 100644
c6d234
--- a/sysdeps/i386/dl-machine.h
c6d234
+++ b/sysdeps/i386/dl-machine.h
c6d234
@@ -295,6 +295,7 @@ elf_machine_plt_value (struct link_map *map, const Elf32_Rel *reloc,
c6d234
 /* The i386 never uses Elf32_Rela relocations for the dynamic linker.
c6d234
    Prelinked libraries may use Elf32_Rela though.  */
c6d234
 #define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
c6d234
+#define ELF_MACHINE_NO_REL 0
c6d234
 
c6d234
 #ifdef RESOLVE_MAP
c6d234