summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorkaiw <kaiw@FreeBSD.org>2010-07-21 09:51:24 +0000
committerkaiw <kaiw@FreeBSD.org>2010-07-21 09:51:24 +0000
commit090a9c2514dfe752abb7a13d7755ecfe29e3861d (patch)
tree4704e0406a62d5e5c3154169f1533851dcf17a8a /lib/libelf
parent57795d0388546ee51a052ad6d144abc3288508f5 (diff)
downloadFreeBSD-src-090a9c2514dfe752abb7a13d7755ecfe29e3861d.zip
FreeBSD-src-090a9c2514dfe752abb7a13d7755ecfe29e3861d.tar.gz
Add a new ELF type denoting GNU style hash tables.
Obtained from: elftoolchain MFC after: 1 month
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 ceb0350..7a707c3 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;
OpenPOWER on IntegriCloud