Renames functions and constructors to fit their new ability for dynamic linking
authorClemens Fruhwirth <clemens@endorphin.org>
Wed, 27 Jun 2007 09:01:00 +0000 (09:01 +0000)
committerClemens Fruhwirth <clemens@endorphin.org>
Wed, 27 Jun 2007 09:01:00 +0000 (09:01 +0000)
commitb562cbe381d54e08dcafa11339e9a82e781ad557
tree869bf504043ec84366b5d77d8095ebf5af656944
parent9c69ef13811c41a498ef96ce7908245318bf8679
Renames functions and constructors to fit their new ability for dynamic linking
function: staticLink -> linkBinary (will link non static binaries too)
function: doMkDLL -> linkDynLib (as we can link on ELF too where DLL is an inappropriate term)
constructor: MkDLL -> LinkDynLib
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs