[runtime] Cleanup the horrible ifdef hell that is the stack bounds discovery code.
authorRodrigo Kumpera <kumpera@gmail.com>
Wed, 3 Sep 2014 19:57:39 +0000 (15:57 -0400)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 3 Sep 2014 20:30:35 +0000 (16:30 -0400)
commit748fefa1d7199f008c6e56499ba482fb17fe1583
tree5db41c6b0d4113c03cd38a8f0bcca9278280a3bf
parent4c1155f40a5fc575419594049601ba2f09915eb8
[runtime] Cleanup the horrible ifdef hell that is the stack bounds discovery code.

This split a single chunk of intractable ifdef hell into a beautiful set of per-target
files.

This will allow us to actually figure out what's going on on each target.
mono/utils/Makefile.am
mono/utils/mono-threads-freebsd.c [new file with mode: 0644]
mono/utils/mono-threads-linux.c [new file with mode: 0644]
mono/utils/mono-threads-mach.c
mono/utils/mono-threads-openbsd.c [new file with mode: 0644]
mono/utils/mono-threads-posix.c
mono/utils/mono-threads.c