summaryrefslogtreecommitdiff
path: root/contrib/binutils/include
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2013-02-04 06:59:33 +0000
committerAndrew Turner <andrew@FreeBSD.org>2013-02-04 06:59:33 +0000
commit42fe3ad9b14b047239c20f456e5c063f3afedb03 (patch)
tree60ccaff387c494efe154206146c456941abd1870 /contrib/binutils/include
parente8cbe54bc470be4daa9e644cc1f2a0f4bf1424c3 (diff)
Notes
Diffstat (limited to 'contrib/binutils/include')
-rw-r--r--contrib/binutils/include/elf/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/binutils/include/elf/common.h b/contrib/binutils/include/elf/common.h
index bb50a5c21ee0..f2e50221463f 100644
--- a/contrib/binutils/include/elf/common.h
+++ b/contrib/binutils/include/elf/common.h
@@ -435,6 +435,10 @@
#define NT_FREEBSD_ABI_TAG 1
+/* Values for FreeBSD .note.tag notes. Note name is "FreeBSD". */
+
+#define NT_FREEBSD_TAG 2
+
/* These three macros disassemble and assemble a symbol table st_info field,
which contains the symbol binding and symbol type. The STB_ and STT_
defines identify the binding and type. */