2007-07-09 Roland McGrath <roland@redhat.com>
* common.h (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
This commit is contained in:
parent
281bd334ac
commit
2dbc91dfc7
@ -413,9 +413,13 @@
|
|||||||
#define NT_VERSION 1 /* Contains a version string. */
|
#define NT_VERSION 1 /* Contains a version string. */
|
||||||
#define NT_ARCH 2 /* Contains an architecture string. */
|
#define NT_ARCH 2 /* Contains an architecture string. */
|
||||||
|
|
||||||
/* Values for GNU .note.ABI-tag notes. Note name is "GNU". */
|
/* Values for notes in non-core files using name "GNU". */
|
||||||
|
|
||||||
#define NT_GNU_ABI_TAG 1
|
#define NT_GNU_ABI_TAG 1
|
||||||
|
#define NT_GNU_HWCAP 2 /* Used by ld.so and kernel vDSO. */
|
||||||
|
#define NT_GNU_BUILD_ID 3 /* Generated by ld --build-id. */
|
||||||
|
|
||||||
|
/* Values used in GNU .note.ABI-tag notes (NT_GNU_ABI_TAG). */
|
||||||
#define GNU_ABI_TAG_LINUX 0
|
#define GNU_ABI_TAG_LINUX 0
|
||||||
#define GNU_ABI_TAG_HURD 1
|
#define GNU_ABI_TAG_HURD 1
|
||||||
#define GNU_ABI_TAG_SOLARIS 2
|
#define GNU_ABI_TAG_SOLARIS 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user