diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-10-30 14:16:18 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-10-30 14:16:18 -0400 |
commit | 47cc1490e0a610bd74a31c6699a3859a823da9b3 (patch) | |
tree | 11ae0f161ebcae7547f3914a08259b0e513ef903 /ports/ChangeLog.tile | |
parent | 017678433caae358b1782a2438b10e1ed510a8ad (diff) | |
download | glibc-47cc1490e0a610bd74a31c6699a3859a823da9b3.tar.gz glibc-47cc1490e0a610bd74a31c6699a3859a823da9b3.tar.xz glibc-47cc1490e0a610bd74a31c6699a3859a823da9b3.zip |
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 'ports/ChangeLog.tile')
-rw-r--r-- | ports/ChangeLog.tile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index 63ca021a5c..1f04349bc6 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,5 +1,10 @@ 2012-10-30 Chris Metcalf <cmetcalf@tilera.com> + * sysdeps/tile/dl-machine.h: Use new DL_AFTER_LOAD macro + and rename _dl_arch_map_object to _dl_after_load. + * sysdeps/tile/dl-runtime.c: Rename _dl_arch_map_object + to _dl_after_load and remove spurious DL_UNMAP definition. + * sysdeps/unix/sysv/linux/tile/init-first.c: Use better #include. * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Use gettimeofday aliases that match existing tile ABI. |