mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
Avoid warnings about redefinition
* sysdeps/unix/sysv/linux/arm/ldsodefs.h: Undefine MORE_ELF_HEADER_DATA to avoid warnings about redefinition.
This commit is contained in:
parent
cfdc17edd4
commit
c325f0f226
@ -1,3 +1,8 @@
|
||||
2012-04-16 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/ldsodefs.h: Undefine
|
||||
MORE_ELF_HEADER_DATA to avoid warnings about redefinition.
|
||||
|
||||
2012-03-28 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/bits/mman.h (MAP_STACK): Define.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user