mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Also update Linux-specific VALID_ELF_ABIVERSION definition.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2010-03-16 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_ABIVERSION): Update
|
||||||
|
definition to follow generic code.
|
||||||
|
|
||||||
2010-03-15 Ulrich Drepper <drepper@redhat.com>
|
2010-03-15 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* posix/getconf.c: Update copyright year.
|
* posix/getconf.c: Update copyright year.
|
||||||
|
@@ -58,7 +58,7 @@ extern void _dl_non_dynamic_init (void) internal_function;
|
|||||||
|| memcmp (hdr, expected2, size) == 0)
|
|| memcmp (hdr, expected2, size) == 0)
|
||||||
#define VALID_ELF_OSABI(osabi) (osabi == ELFOSABI_SYSV \
|
#define VALID_ELF_OSABI(osabi) (osabi == ELFOSABI_SYSV \
|
||||||
|| osabi == ELFOSABI_LINUX)
|
|| osabi == ELFOSABI_LINUX)
|
||||||
#define VALID_ELF_ABIVERSION(ver) (ver == 0)
|
#define VALID_ELF_ABIVERSION(ver) (ver < LIBC_ABI_MAX)
|
||||||
#define MORE_ELF_HEADER_DATA \
|
#define MORE_ELF_HEADER_DATA \
|
||||||
static const unsigned char expected2[EI_PAD] = \
|
static const unsigned char expected2[EI_PAD] = \
|
||||||
{ \
|
{ \
|
||||||
|
Reference in New Issue
Block a user