aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-04-17 07:59:37 +0200
committerAndreas Jaeger <aj@suse.de>2012-04-17 07:59:37 +0200
commitc325f0f22675e987c60a2e1c6419ffad3ed6c6ec (patch)
treea640b404a2fd720201ac001df97e292d105f6c1d /sysdeps/unix
parentcfdc17edd4cda0cde897ead7d3eb7a57e65653a0 (diff)
downloadglibc-c325f0f22675e987c60a2e1c6419ffad3ed6c6ec.tar
glibc-c325f0f22675e987c60a2e1c6419ffad3ed6c6ec.tar.gz
glibc-c325f0f22675e987c60a2e1c6419ffad3ed6c6ec.tar.bz2
glibc-c325f0f22675e987c60a2e1c6419ffad3ed6c6ec.zip
Avoid warnings about redefinition
* sysdeps/unix/sysv/linux/arm/ldsodefs.h: Undefine MORE_ELF_HEADER_DATA to avoid warnings about redefinition.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/arm/ldsodefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/ldsodefs.h b/sysdeps/unix/sysv/linux/arm/ldsodefs.h
index 839dc18929..6966f8a15b 100644
--- a/sysdeps/unix/sysv/linux/arm/ldsodefs.h
+++ b/sysdeps/unix/sysv/linux/arm/ldsodefs.h
@@ -1,5 +1,5 @@
/* Run-time dynamic linker data structures for loaded ELF shared objects.
- Copyright (C) 2010 Free Software Foundation, Inc.
+ Copyright (C) 2010, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -23,6 +23,7 @@
#undef VALID_ELF_HEADER
#undef VALID_ELF_OSABI
+#undef MORE_ELF_HEADER_DATA
#ifdef __ARM_EABI__
#define EXTRA_OSABI ELFOSABI_ARM_AEABI