mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
Fix Wundef warning for ELF_MACHINE_NO_REL on i386
This commit is contained in:
parent
27b75f56c9
commit
80b5c50588
@ -1,3 +1,7 @@
|
||||
2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
|
||||
|
||||
2014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/memmove.c: Remove file.
|
||||
|
@ -292,6 +292,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. */
|
||||
#define ELF_MACHINE_NO_RELA defined RTLD_BOOTSTRAP
|
||||
#define ELF_MACHINE_NO_REL 0
|
||||
|
||||
#ifdef RESOLVE_MAP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user