Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2009 21:24:18 +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: r190904 - head/sys/sys
Message-ID:  <200904102124.n3ALOIoa063022@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kaiw
Date: Fri Apr 10 21:24:18 2009
New Revision: 190904
URL: http://svn.freebsd.org/changeset/base/190904

Log:
  Added DT_GNU_HASH entry for GNU-style hash table.

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Fri Apr 10 19:16:14 2009	(r190903)
+++ head/sys/sys/elf_common.h	Fri Apr 10 21:24:18 2009	(r190904)
@@ -427,6 +427,7 @@ typedef struct {
  * built, these entries will need to be adjusted.
  */
 #define	DT_ADDRRNGLO	0x6ffffe00
+#define	DT_GNU_HASH	0x6ffffef5	/* GNU-style hash table */
 #define	DT_CONFIG	0x6ffffefa	/* configuration information */
 #define	DT_DEPAUDIT	0x6ffffefb	/* dependency auditing */
 #define	DT_AUDIT	0x6ffffefc	/* object auditing */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904102124.n3ALOIoa063022>