summaryrefslogtreecommitdiffstats
path: root/libebl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2005-08-13 03:26:06 +0000
committerRoland McGrath <[email protected]>2005-08-13 03:26:06 +0000
commitf8873cb86317d18399593eb95947e0c543bc9d72 (patch)
treea9b1d7a658bd30ef6e4ce3fc6f90cc6e985b6d44 /libebl/ChangeLog
parent653d3763e986da9f1c8a92ff9103d85c534754cd (diff)
libebl/
2005-08-12 Roland McGrath <[email protected]> * ppc_symbol.c (find_dyn_got): New function, broken out of ... (ppc_bss_plt_p): ... here. Call that. (ppc_check_special_symbol): Use find_dyn_got to fetch value to check against _GLOBAL_OFFSET_TABLE_.
Diffstat (limited to 'libebl/ChangeLog')
-rw-r--r--libebl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog
index 68ec2217..3e6c6937 100644
--- a/libebl/ChangeLog
+++ b/libebl/ChangeLog
@@ -1,5 +1,10 @@
2005-08-12 Roland McGrath <[email protected]>
+ * ppc_symbol.c (find_dyn_got): New function, broken out of ...
+ (ppc_bss_plt_p): ... here. Call that.
+ (ppc_check_special_symbol): Use find_dyn_got to fetch value to check
+ against _GLOBAL_OFFSET_TABLE_.
+
* libeblP.h (struct ebl): Add bss_plt_p hook.
* eblopenbackend.c (default_bss_plt_p): New function.
(fill_defaults): Use it.