Date: Wed, 21 Jul 2010 09:51:25 +0000 (UTC) From: Kai Wang <kaiw@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r210331 - head/lib/libelf Message-ID: <201007210951.o6L9pPG8080185@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kaiw Date: Wed Jul 21 09:51:24 2010 New Revision: 210331 URL: http://svn.freebsd.org/changeset/base/210331 Log: Add a new ELF type denoting GNU style hash tables. Obtained from: elftoolchain MFC after: 1 month Modified: head/lib/libelf/libelf.h Modified: head/lib/libelf/libelf.h ============================================================================== --- head/lib/libelf/libelf.h Wed Jul 21 09:47:14 2010 (r210330) +++ head/lib/libelf/libelf.h Wed Jul 21 09:51:24 2010 (r210331) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007210951.o6L9pPG8080185>