RTS linker: support linking more "built-in" symbols
The RTS linker knows about some symbols (cf rtsSyms
array). It would be useful to be able to extend this list at link time.
haskell.nix has a patch to add this support. It allows the external interpreter to be built with additional built-in symbols (e.g. libc
symbols).