FIX #2615 (linker scripts in .so files)
authorhoward_b_golden@yahoo.com <unknown>
Wed, 16 Dec 2009 18:51:55 +0000 (18:51 +0000)
committerhoward_b_golden@yahoo.com <unknown>
Wed, 16 Dec 2009 18:51:55 +0000 (18:51 +0000)
commite020e387b3da272ef9750bad5f585119cbaf3871
tree5a618e148435749b2ca48743e977e84e3095101f
parent85f969a6585c06168645114d9524e7169dbc6e32
FIX #2615 (linker scripts in .so files)
This patch does not apply to Windows. It only applies to systems with
ELF binaries.

This is a patch to rts/Linker.c to recognize linker scripts in .so
files and find the real target .so shared library for loading.
rts/Linker.c
rts/LinkerInternals.h
rts/RtsStartup.c