summaryrefslogtreecommitdiffstats
path: root/libelf/libelf.h
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2006-07-12 05:22:32 +0000
committerUlrich Drepper <[email protected]>2006-07-12 05:22:32 +0000
commit8ae5814209558f51c93b583c9ae6fdd482f0cbb2 (patch)
tree23f4d8f5670ab48d07c71e49d9cf11f05bf2246e /libelf/libelf.h
parentc87b6e76285a0f6da401a5de2aa7b096b9ec731a (diff)
Adjust for final version of GNU-style hash table format.
Diffstat (limited to 'libelf/libelf.h')
-rw-r--r--libelf/libelf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libelf/libelf.h b/libelf/libelf.h
index d8d8487c..2f58e4c4 100644
--- a/libelf/libelf.h
+++ b/libelf/libelf.h
@@ -82,6 +82,7 @@ typedef enum
ELF_T_SYMINFO, /* Elf32_Syminfo, Elf64_Syminfo, ... */
ELF_T_MOVE, /* Elf32_Move, Elf64_Move, ... */
ELF_T_LIB, /* Elf32_Lib, Elf64_Lib, ... */
+ ELF_T_GNUHASH, /* GNU-style hash section. */
/* Keep this the last entry. */
ELF_T_NUM
} Elf_Type;