diff options
| author | Ulrich Drepper <[email protected]> | 2006-08-08 22:00:11 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-08-08 22:00:11 +0000 |
| commit | 231c590fbe9d6f3a8e22796ded9c6a378628eb09 (patch) | |
| tree | c4750e82af3d55c774b447527f516d8f3dc89ea9 /libelf/elf.h | |
| parent | c812a8394a9300eb050712192ff5f493a85d72c5 (diff) | |
Changes to fix GNU-style hash table handling.
Diffstat (limited to 'libelf/elf.h')
| -rw-r--r-- | libelf/elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libelf/elf.h b/libelf/elf.h index 57b099e2..dcadd60f 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -692,7 +692,7 @@ typedef struct #define DT_SYMINENT 0x6ffffdff /* Entry size of syminfo */ #define DT_VALRNGHI 0x6ffffdff #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */ -#define DT_VALNUM 12 +#define DT_VALNUM 11 /* DT_* entries which fall between DT_ADDRRNGHI & DT_ADDRRNGLO use the Dyn.d_un.d_ptr field of the Elf*_Dyn structure. @@ -713,7 +713,7 @@ typedef struct #define DT_SYMINFO 0x6ffffeff /* Syminfo table. */ #define DT_ADDRRNGHI 0x6ffffeff #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */ -#define DT_ADDRNUM 10 +#define DT_ADDRNUM 11 /* The versioning entry types. The next are defined as part of the GNU extension. */ |
