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

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