[utils] Cleanup the dynamic loading code and split the platform specific code into...
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 27 Jan 2015 22:58:19 +0000 (17:58 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 27 Jan 2015 22:59:33 +0000 (17:59 -0500)
commit8b10cef3442563ce07523ccab151826d057de2d2
tree549dfff77698ee0b75ed13558688608a90e374e7
parent69dc4238a29d608de61760f5b3a7e93c21959b82
[utils] Cleanup the dynamic loading code and split the platform specific code into multiple files.

This makes the actual code much simpler to read and work with as we can clearly see what's done on each
target.
mono/utils/Makefile.am
mono/utils/mono-dl-darwin.c [new file with mode: 0644]
mono/utils/mono-dl-posix.c [new file with mode: 0644]
mono/utils/mono-dl-windows.c [new file with mode: 0644]
mono/utils/mono-dl.c
mono/utils/mono-dl.h