]> Git Repo - binutils.git/commitdiff
* common.h (NT_GNU_GOLD_VERSION): Define.
authorIan Lance Taylor <[email protected]>
Tue, 25 Mar 2008 04:58:21 +0000 (04:58 +0000)
committerIan Lance Taylor <[email protected]>
Tue, 25 Mar 2008 04:58:21 +0000 (04:58 +0000)
include/elf/ChangeLog
include/elf/common.h

index b2e4bebfc5d59f78180bfe06dbcbadfd97f253a0..3277d846b4f923ea552714db4bf44a22e8ba4669 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-24  Ian Lance Taylor  <[email protected]>
+
+       * common.h (NT_GNU_GOLD_VERSION): Define.
+
 2008-03-13  Alan Modra  <[email protected]>
 
        * internal.h (Elf_Internal_Shdr): Change sh_link and sh_info from
index 314de4ea901d9dcae966cd603c5d83e46fd8dfc8..7a9f725cf3d4ff630a89ab32d87f14ea53953c92 100644 (file)
 #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
This page took 0.029476 seconds and 4 git commands to generate.