svn commit: r190904 - head/sys/sys

Kai Wang kaiw at FreeBSD.org
Fri Apr 10 21:24:19 UTC 2009


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 */


More information about the svn-src-head mailing list