summaryrefslogtreecommitdiffstats
path: root/libebl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-08-13 17:50:47 +0000
committerUlrich Drepper <[email protected]>2005-08-13 17:50:47 +0000
commitc5c33a6a2ce5ea400ac5d06b3c2f15808f68b803 (patch)
tree766e4fa596159c98baa73efde0730ea49f266d8e /libebl/ChangeLog
parentad11217601d90e4bb79e4305541e7ecd9ec13182 (diff)
Minor cleanups of last changes to elflint and libebl to support
clean ppc/ppc64 handling.
Diffstat (limited to 'libebl/ChangeLog')
-rw-r--r--libebl/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog
index 3e6c6937..eb4cdae6 100644
--- a/libebl/ChangeLog
+++ b/libebl/ChangeLog
@@ -1,3 +1,20 @@
+2005-08-13 Ulrich Drepper <[email protected]>
+
+ * libebl.h: Add ehdr parameter to ebl_bss_plt_p and
+ ebl_check_special_symbol.
+ * libeblP.h (struct ebl): Adjust callback functions.
+ * eblopenbackend.c: Adjust dummy functions.
+ * ebl_check_special_symbol.c: Add parameter and pass it on.
+ * eblbsspltp.c: Likewise.
+ * ppc_symbol.c (find_dyn_got): With ehdr passed, simplify search for
+ the dynamic section entry.
+ (ppc_check_special_symbol): Add ehdr parameter.
+ (ppc_bss_plt_p): Likewise.
+ * libebl_ppc.h: Adjust prototypes.
+ * ppc64_symbol.c (ppc_check_special_symbol): Add ehdr parameter.
+ (ppc_bss_plt_p): Likewise.
+ * libebl_ppc64.h: Adjust prototypes.
+
2005-08-12 Roland McGrath <[email protected]>
* ppc_symbol.c (find_dyn_got): New function, broken out of ...