aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-10-30 14:16:18 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-10-30 14:16:18 -0400
commit47cc1490e0a610bd74a31c6699a3859a823da9b3 (patch)
tree11ae0f161ebcae7547f3914a08259b0e513ef903 /ChangeLog
parent017678433caae358b1782a2438b10e1ed510a8ad (diff)
downloadglibc-47cc1490e0a610bd74a31c6699a3859a823da9b3.zip
glibc-47cc1490e0a610bd74a31c6699a3859a823da9b3.tar.gz
glibc-47cc1490e0a610bd74a31c6699a3859a823da9b3.tar.bz2
Invoke DL_AFTER_LOAD if defined
This hook is useful for any arch-specific functionality that should be done on loaded objects. For the tile architecture, the hook is already provided (though we switch to using the new macro name with this commit) and implements a simulator notifier so that the simulator can load Elf symbols to match the object and generate better error messages for PC's. Also, remove a spurious definition of DL_UNMAP in dl-runtime.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e65ea23..e9a2794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
+ * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
+ if defined.
+
* nss/nsswitch.h (nss_interface_function): Provide new
macro for use with NSS functions.
* grp/initgroups.c: Use new macro.