Fix Wundef warning for ELF_MACHINE_NO_RELA
commit4cf5b6d0d7c8dd40526375f384133262ed7b2ccc
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 26 Jun 2014 09:47:40 +0000 (26 15:17 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 26 Jun 2014 17:00:40 +0000 (26 22:30 +0530)
tree0e2b3ea0a605a918b4237d887e072ecce12a34f9
parent2aac0a862334f3370a7e0b6bc7a53cf0ab847182
Fix Wundef warning for ELF_MACHINE_NO_RELA

This patch defines ELF_MACHINE_NO_RELA on all architectures.  Tested
only on x86_64 to verify that the sources before and after are
identical except for two instructions that pass the current line
number in dl-machine.h to assert_fail.
17 files changed:
ChangeLog
elf/dl-runtime.c
sysdeps/aarch64/dl-machine.h
sysdeps/hppa/dl-machine.h
sysdeps/ia64/dl-machine.h
sysdeps/m68k/dl-machine.h
sysdeps/microblaze/dl-machine.h
sysdeps/mips/dl-machine.h
sysdeps/powerpc/powerpc32/dl-machine.h
sysdeps/powerpc/powerpc64/dl-machine.h
sysdeps/s390/s390-32/dl-machine.h
sysdeps/s390/s390-64/dl-machine.h
sysdeps/sh/dl-machine.h
sysdeps/sparc/sparc32/dl-machine.h
sysdeps/sparc/sparc64/dl-machine.h
sysdeps/tile/dl-machine.h
sysdeps/x86_64/dl-machine.h