From: Chris Metcalf Date: Wed, 7 Aug 2013 18:07:03 +0000 (-0400) Subject: tile: support simulator notification for ET_DYN objects X-Git-Tag: v3.12-rc1~120^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c1d1917c547c8e787fb58e20e2de577453c980c;p=pandora-kernel.git tile: support simulator notification for ET_DYN objects The tile code notifies the simulator of new ET_EXEC objects starting to execute so that tracing code can properly annotate the objects. However, we didn't support ET_DYN executables like ld.so, so we didn't properly load symbols, etc. This change enables that support; we use a variant of the SIM_CONTROL_DLOPEN simulator notification that newer simulators will recognize and use to set the base address for the next SIM_CONTROL_OS_EXEC notification. Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed