]> sourceware.org Git - glibc.git/commit
Invoke DL_AFTER_LOAD if defined
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 30 Oct 2012 18:16:18 +0000 (14:16 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 30 Oct 2012 18:16:18 +0000 (14:16 -0400)
commit47cc1490e0a610bd74a31c6699a3859a823da9b3
tree11ae0f161ebcae7547f3914a08259b0e513ef903
parent017678433caae358b1782a2438b10e1ed510a8ad
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
ChangeLog
elf/dl-load.c
ports/ChangeLog.tile
ports/sysdeps/tile/dl-machine.h
ports/sysdeps/tile/dl-runtime.c
This page took 0.044447 seconds and 5 git commands to generate.