aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
diff options
context:
space:
mode:
authorKai Wang <kaiw@FreeBSD.org>2010-07-21 09:51:24 +0000
committerKai Wang <kaiw@FreeBSD.org>2010-07-21 09:51:24 +0000
commit894afa87d62a8cf057b6e87336b1385c326a8221 (patch)
tree4704e0406a62d5e5c3154169f1533851dcf17a8a /lib/libelf
parent7384c87800c52a2a403e1dec71a95fdc96b51f2f (diff)
downloadsrc-894afa87d62a8cf057b6e87336b1385c326a8221.tar.gz
src-894afa87d62a8cf057b6e87336b1385c326a8221.zip
Add a new ELF type denoting GNU style hash tables.
Obtained from: elftoolchain MFC after: 1 month
Notes
Notes: svn path=/head/; revision=210331
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/libelf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libelf/libelf.h b/lib/libelf/libelf.h
index ceb0350362e9..7a707c30e547 100644
--- a/lib/libelf/libelf.h
+++ b/lib/libelf/libelf.h
@@ -75,6 +75,7 @@ typedef enum {
ELF_T_VNEED,
ELF_T_WORD,
ELF_T_XWORD,
+ ELF_T_GNUHASH, /* GNU style hash tables. */
ELF_T_NUM
} Elf_Type;