* common.h (NT_GNU_GOLD_VERSION): Define.
This commit is contained in:
parent
f63cadb81a
commit
73de02f44b
|
@ -1,3 +1,7 @@
|
|||
2008-03-24 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* common.h (NT_GNU_GOLD_VERSION): Define.
|
||||
|
||||
2008-03-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* internal.h (Elf_Internal_Shdr): Change sh_link and sh_info from
|
||||
|
|
|
@ -424,6 +424,7 @@
|
|||
#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. */
|
||||
#define NT_GNU_GOLD_VERSION 4 /* Generated by gold. */
|
||||
|
||||
/* Values used in GNU .note.ABI-tag notes (NT_GNU_ABI_TAG). */
|
||||
#define GNU_ABI_TAG_LINUX 0
|
||||
|
|
Loading…
Reference in New Issue