summaryrefslogtreecommitdiffstats
path: root/libelf
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2006-08-08 22:00:11 +0000
committerUlrich Drepper <[email protected]>2006-08-08 22:00:11 +0000
commit231c590fbe9d6f3a8e22796ded9c6a378628eb09 (patch)
treec4750e82af3d55c774b447527f516d8f3dc89ea9 /libelf
parentc812a8394a9300eb050712192ff5f493a85d72c5 (diff)
Changes to fix GNU-style hash table handling.
Diffstat (limited to 'libelf')
-rw-r--r--libelf/ChangeLog5
-rw-r--r--libelf/elf.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index 77bafae3..029923c0 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-08 Ulrich Drepper <[email protected]>
+
+ * elf.h (DT_VALNUM): Update.
+ (DT_ADDRNUM): Likewise.
+
2006-07-12 Ulrich Drepper <[email protected]>
* elf32_updatefile.c: Adjust for internal_function_def removal.
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. */