mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-23 02:12:24 +03:00
Define ELFOSABI_GNU.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-09-09 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* elf/elf.h (ELFOSABI_GNU): New macro.
|
||||||
|
(ELFOSABI_LINUX): Define to that.
|
||||||
|
|
||||||
2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
|
2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
|
||||||
|
|
||||||
* string/strncat.c (strncat): Undef the symbol in case it has been
|
* string/strncat.c (strncat): Undef the symbol in case it has been
|
||||||
@@ -7,7 +12,7 @@
|
|||||||
|
|
||||||
* elf/sotruss.ksh: Clean up, fix, and complete help messages.
|
* elf/sotruss.ksh: Clean up, fix, and complete help messages.
|
||||||
|
|
||||||
* elf/dl-iteratephdr.c (hidden_proto): Fill in data from the real
|
* elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
|
||||||
link map.
|
link map.
|
||||||
|
|
||||||
2011-08-17 Andreas Jaeger <aj@suse.de>
|
2011-08-17 Andreas Jaeger <aj@suse.de>
|
||||||
|
@@ -142,7 +142,8 @@ typedef struct
|
|||||||
#define ELFOSABI_SYSV 0 /* Alias. */
|
#define ELFOSABI_SYSV 0 /* Alias. */
|
||||||
#define ELFOSABI_HPUX 1 /* HP-UX */
|
#define ELFOSABI_HPUX 1 /* HP-UX */
|
||||||
#define ELFOSABI_NETBSD 2 /* NetBSD. */
|
#define ELFOSABI_NETBSD 2 /* NetBSD. */
|
||||||
#define ELFOSABI_LINUX 3 /* Linux. */
|
#define ELFOSABI_GNU 3 /* Object uses GNU ELF extensions. */
|
||||||
|
#define ELFOSABI_LINUX ELFOSABI_GNU /* Compatibility alias. */
|
||||||
#define ELFOSABI_SOLARIS 6 /* Sun Solaris. */
|
#define ELFOSABI_SOLARIS 6 /* Sun Solaris. */
|
||||||
#define ELFOSABI_AIX 7 /* IBM AIX. */
|
#define ELFOSABI_AIX 7 /* IBM AIX. */
|
||||||
#define ELFOSABI_IRIX 8 /* SGI Irix. */
|
#define ELFOSABI_IRIX 8 /* SGI Irix. */
|
||||||
|
Reference in New Issue
Block a user