1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Added DT_GNU_HASH entry for GNU-style hash table.

This commit is contained in:
Kai Wang 2009-04-10 21:24:18 +00:00
parent 8623f9fd7a
commit a08bed8c7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190904

View File

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