diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-03-25 04:58:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-03-25 04:58:21 +0000 |
commit | 15397d0b2404361bf9c5df3017cba3632ef2888b (patch) | |
tree | ad6071f063ce8a95521a7125bce4d298f150b726 /include/elf/common.h | |
parent | f36d5d5539fc3bb5b8fa66552117349ef62d0d1d (diff) | |
download | gdb-15397d0b2404361bf9c5df3017cba3632ef2888b.zip gdb-15397d0b2404361bf9c5df3017cba3632ef2888b.tar.gz gdb-15397d0b2404361bf9c5df3017cba3632ef2888b.tar.bz2 |
* common.h (NT_GNU_GOLD_VERSION): Define.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r-- | include/elf/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 314de4e..7a9f725 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -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 |