Module Name: src Committed By: pooka Date: Wed Feb 23 15:23:16 UTC 2011
Modified Files: src/lib/librumphijack: Makefile hijack.c Added Files: src/lib/librumphijack: hijackdlsym.c Log Message: Put the dlsym-from-this-object trampoline into a separate source module which is compiled -fno-optimize-sibling-calls instead of trying to fool the optimizer in various ways in the trampoline. thanks to yamt for the tip To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/librumphijack/Makefile cvs rdiff -u -r1.63 -r1.64 src/lib/librumphijack/hijack.c cvs rdiff -u -r0 -r1.1 src/lib/librumphijack/hijackdlsym.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.