implemented Setup.hs to build boehm cpp libs and install them; master
authorHarald Steinlechner <haraldsteinlechner@gmail.com>
Thu, 23 Aug 2012 15:42:47 +0000 (17:42 +0200)
committerHarald Steinlechner <haraldsteinlechner@gmail.com>
Thu, 23 Aug 2012 15:42:47 +0000 (17:42 +0200)
commit324587ba93dc77f37406d41fd2a20d0e0d94fb1d
tree22d81d546faa2d26e97c85977044d511497a579d
parent2a4ea609491b225a1ceb06da70396e93916f137a
implemented Setup.hs to build boehm cpp libs and install them;
library paths etc are configured in Setup.hs also;
added version 7.2 of boehm source (maybe include head of git version?)
546 files changed:
.gitignore
Setup.hs [new file with mode: 0644]
Setup.lhs [deleted file]
gc-7.2/.deps/allchblk.Plo [new file with mode: 0644]
gc-7.2/.deps/alloc.Plo [new file with mode: 0644]
gc-7.2/.deps/alpha_mach_dep.Plo [new file with mode: 0644]
gc-7.2/.deps/atomic_ops.Plo [new file with mode: 0644]
gc-7.2/.deps/atomic_ops_sysdeps.Plo [new file with mode: 0644]
gc-7.2/.deps/backgraph.Plo [new file with mode: 0644]
gc-7.2/.deps/blacklst.Plo [new file with mode: 0644]
gc-7.2/.deps/checksums.Plo [new file with mode: 0644]
gc-7.2/.deps/cordbscs.Plo [new file with mode: 0644]
gc-7.2/.deps/cordprnt.Plo [new file with mode: 0644]
gc-7.2/.deps/cordtest.Plo [new file with mode: 0644]
gc-7.2/.deps/cordxtra.Plo [new file with mode: 0644]
gc-7.2/.deps/darwin_stop_world.Plo [new file with mode: 0644]
gc-7.2/.deps/dbg_mlc.Plo [new file with mode: 0644]
gc-7.2/.deps/dyn_load.Plo [new file with mode: 0644]
gc-7.2/.deps/finalize.Plo [new file with mode: 0644]
gc-7.2/.deps/gc_cpp.Plo [new file with mode: 0644]
gc-7.2/.deps/gc_dlopen.Plo [new file with mode: 0644]
gc-7.2/.deps/gcj_mlc.Plo [new file with mode: 0644]
gc-7.2/.deps/headers.Plo [new file with mode: 0644]
gc-7.2/.deps/huge_test.Po [new file with mode: 0644]
gc-7.2/.deps/initsecondarythread.Po [new file with mode: 0644]
gc-7.2/.deps/leak_test.Po [new file with mode: 0644]
gc-7.2/.deps/mach_dep.Plo [new file with mode: 0644]
gc-7.2/.deps/malloc.Plo [new file with mode: 0644]
gc-7.2/.deps/mallocx.Plo [new file with mode: 0644]
gc-7.2/.deps/mark.Plo [new file with mode: 0644]
gc-7.2/.deps/mark_rts.Plo [new file with mode: 0644]
gc-7.2/.deps/middle.Po [new file with mode: 0644]
gc-7.2/.deps/misc.Plo [new file with mode: 0644]
gc-7.2/.deps/new_hblk.Plo [new file with mode: 0644]
gc-7.2/.deps/obj_map.Plo [new file with mode: 0644]
gc-7.2/.deps/os_dep.Plo [new file with mode: 0644]
gc-7.2/.deps/pcr_interface.Plo [new file with mode: 0644]
gc-7.2/.deps/pthread_start.Plo [new file with mode: 0644]
gc-7.2/.deps/pthread_stop_world.Plo [new file with mode: 0644]
gc-7.2/.deps/pthread_support.Plo [new file with mode: 0644]
gc-7.2/.deps/ptr_chck.Plo [new file with mode: 0644]
gc-7.2/.deps/real_malloc.Plo [new file with mode: 0644]
gc-7.2/.deps/realloc_test.Po [new file with mode: 0644]
gc-7.2/.deps/reclaim.Plo [new file with mode: 0644]
gc-7.2/.deps/smash_test.Po [new file with mode: 0644]
gc-7.2/.deps/sparc_mach_dep.Plo [new file with mode: 0644]
gc-7.2/.deps/specific.Plo [new file with mode: 0644]
gc-7.2/.deps/staticrootslib.Plo [new file with mode: 0644]
gc-7.2/.deps/staticrootstest.Po [new file with mode: 0644]
gc-7.2/.deps/stubborn.Plo [new file with mode: 0644]
gc-7.2/.deps/test.Po [new file with mode: 0644]
gc-7.2/.deps/test_cpp.Po [new file with mode: 0644]
gc-7.2/.deps/thread_leak_test.Po [new file with mode: 0644]
gc-7.2/.deps/thread_local_alloc.Plo [new file with mode: 0644]
gc-7.2/.deps/threadkey_test.Po [new file with mode: 0644]
gc-7.2/.deps/trace_test.Po [new file with mode: 0644]
gc-7.2/.deps/typd_mlc.Plo [new file with mode: 0644]
gc-7.2/.deps/win32_threads.Plo [new file with mode: 0644]
gc-7.2/.libs/allchblk.o [new file with mode: 0644]
gc-7.2/.libs/alloc.o [new file with mode: 0644]
gc-7.2/.libs/backgraph.o [new file with mode: 0644]
gc-7.2/.libs/blacklst.o [new file with mode: 0644]
gc-7.2/.libs/checksums.o [new file with mode: 0644]
gc-7.2/.libs/cordbscs.o [new file with mode: 0644]
gc-7.2/.libs/cordprnt.o [new file with mode: 0644]
gc-7.2/.libs/cordtest.o [new file with mode: 0644]
gc-7.2/.libs/cordxtra.o [new file with mode: 0644]
gc-7.2/.libs/dbg_mlc.o [new file with mode: 0644]
gc-7.2/.libs/dyn_load.o [new file with mode: 0644]
gc-7.2/.libs/finalize.o [new file with mode: 0644]
gc-7.2/.libs/gc_dlopen.o [new file with mode: 0644]
gc-7.2/.libs/gcj_mlc.o [new file with mode: 0644]
gc-7.2/.libs/gctest [new file with mode: 0755]
gc-7.2/.libs/headers.o [new file with mode: 0644]
gc-7.2/.libs/hugetest [new file with mode: 0755]
gc-7.2/.libs/leaktest [new file with mode: 0755]
gc-7.2/.libs/libcord.a [new file with mode: 0644]
gc-7.2/.libs/libcord.la [new symlink]
gc-7.2/.libs/libcord.lai [new file with mode: 0644]
gc-7.2/.libs/libcord.so [new symlink]
gc-7.2/.libs/libcord.so.1 [new symlink]
gc-7.2/.libs/libcord.so.1.0.3 [new file with mode: 0755]
gc-7.2/.libs/libcord.so.1.0.3T [new file with mode: 0755]
gc-7.2/.libs/libgc.a [new file with mode: 0644]
gc-7.2/.libs/libgc.la [new symlink]
gc-7.2/.libs/libgc.lai [new file with mode: 0644]
gc-7.2/.libs/libgc.so [new symlink]
gc-7.2/.libs/libgc.so.1 [new symlink]
gc-7.2/.libs/libgc.so.1.0.3 [new file with mode: 0755]
gc-7.2/.libs/libstaticrootslib.a [new file with mode: 0644]
gc-7.2/.libs/libstaticrootslib.la [new symlink]
gc-7.2/.libs/libstaticrootslib.lai [new file with mode: 0644]
gc-7.2/.libs/libstaticrootslib.so [new symlink]
gc-7.2/.libs/libstaticrootslib.so.1 [new symlink]
gc-7.2/.libs/libstaticrootslib.so.1.0.3 [new file with mode: 0755]
gc-7.2/.libs/lt-gctest [new file with mode: 0755]
gc-7.2/.libs/lt-hugetest [new file with mode: 0755]
gc-7.2/.libs/lt-leaktest [new file with mode: 0755]
gc-7.2/.libs/lt-middletest [new file with mode: 0755]
gc-7.2/.libs/lt-realloc_test [new file with mode: 0755]
gc-7.2/.libs/lt-smashtest [new file with mode: 0755]
gc-7.2/.libs/lt-staticrootstest [new file with mode: 0755]
gc-7.2/.libs/mach_dep.o [new file with mode: 0644]
gc-7.2/.libs/malloc.o [new file with mode: 0644]
gc-7.2/.libs/mallocx.o [new file with mode: 0644]
gc-7.2/.libs/mark.o [new file with mode: 0644]
gc-7.2/.libs/mark_rts.o [new file with mode: 0644]
gc-7.2/.libs/middletest [new file with mode: 0755]
gc-7.2/.libs/misc.o [new file with mode: 0644]
gc-7.2/.libs/new_hblk.o [new file with mode: 0644]
gc-7.2/.libs/obj_map.o [new file with mode: 0644]
gc-7.2/.libs/os_dep.o [new file with mode: 0644]
gc-7.2/.libs/pcr_interface.o [new file with mode: 0644]
gc-7.2/.libs/ptr_chck.o [new file with mode: 0644]
gc-7.2/.libs/real_malloc.o [new file with mode: 0644]
gc-7.2/.libs/realloc_test [new file with mode: 0755]
gc-7.2/.libs/reclaim.o [new file with mode: 0644]
gc-7.2/.libs/smashtest [new file with mode: 0755]
gc-7.2/.libs/specific.o [new file with mode: 0644]
gc-7.2/.libs/staticrootslib.o [new file with mode: 0644]
gc-7.2/.libs/staticrootstest [new file with mode: 0755]
gc-7.2/.libs/stubborn.o [new file with mode: 0644]
gc-7.2/.libs/thread_local_alloc.o [new file with mode: 0644]
gc-7.2/.libs/typd_mlc.o [new file with mode: 0644]
gc-7.2/BCC_MAKEFILE [new file with mode: 0644]
gc-7.2/CMakeLists.txt [new file with mode: 0644]
gc-7.2/ChangeLog [new file with mode: 0644]
gc-7.2/EMX_MAKEFILE [new file with mode: 0644]
gc-7.2/MacProjects.sit.hqx [new file with mode: 0644]
gc-7.2/Mac_files/MacOS_Test_config.h [new file with mode: 0644]
gc-7.2/Mac_files/MacOS_config.h [new file with mode: 0644]
gc-7.2/Mac_files/dataend.c [new file with mode: 0644]
gc-7.2/Mac_files/datastart.c [new file with mode: 0644]
gc-7.2/Makefile [new file with mode: 0644]
gc-7.2/Makefile.DLLs [new file with mode: 0644]
gc-7.2/Makefile.am [new file with mode: 0644]
gc-7.2/Makefile.direct [new file with mode: 0644]
gc-7.2/Makefile.dj [new file with mode: 0644]
gc-7.2/Makefile.in [new file with mode: 0644]
gc-7.2/NT_MAKEFILE [new file with mode: 0644]
gc-7.2/NT_STATIC_THREADS_MAKEFILE [new file with mode: 0644]
gc-7.2/NT_X64_STATIC_THREADS_MAKEFILE [new file with mode: 0644]
gc-7.2/NT_X64_THREADS_MAKEFILE [new file with mode: 0644]
gc-7.2/OS2_MAKEFILE [new file with mode: 0644]
gc-7.2/PCR-Makefile [new file with mode: 0644]
gc-7.2/README.QUICK [new file with mode: 0644]
gc-7.2/SMakefile.amiga [new file with mode: 0644]
gc-7.2/WCC_MAKEFILE [new file with mode: 0644]
gc-7.2/aclocal.m4 [new file with mode: 0644]
gc-7.2/allchblk.c [new file with mode: 0644]
gc-7.2/allchblk.lo [new file with mode: 0644]
gc-7.2/allchblk.o [new file with mode: 0644]
gc-7.2/alloc.c [new file with mode: 0644]
gc-7.2/alloc.lo [new file with mode: 0644]
gc-7.2/alloc.o [new file with mode: 0644]
gc-7.2/alpha_mach_dep.S [new file with mode: 0644]
gc-7.2/autogen.sh [new file with mode: 0755]
gc-7.2/backgraph.c [new file with mode: 0644]
gc-7.2/backgraph.lo [new file with mode: 0644]
gc-7.2/backgraph.o [new file with mode: 0644]
gc-7.2/bdw-gc.pc [new file with mode: 0644]
gc-7.2/bdw-gc.pc.in [new file with mode: 0644]
gc-7.2/blacklst.c [new file with mode: 0644]
gc-7.2/blacklst.lo [new file with mode: 0644]
gc-7.2/blacklst.o [new file with mode: 0644]
gc-7.2/build_atomic_ops.sh [new file with mode: 0755]
gc-7.2/build_atomic_ops.sh.cygwin [new file with mode: 0755]
gc-7.2/callprocs [new file with mode: 0755]
gc-7.2/checksums.c [new file with mode: 0644]
gc-7.2/checksums.lo [new file with mode: 0644]
gc-7.2/checksums.o [new file with mode: 0644]
gc-7.2/compile [new file with mode: 0755]
gc-7.2/config.guess [new file with mode: 0755]
gc-7.2/config.log [new file with mode: 0644]
gc-7.2/config.status [new file with mode: 0755]
gc-7.2/config.sub [new file with mode: 0755]
gc-7.2/configure [new file with mode: 0755]
gc-7.2/configure.ac [new file with mode: 0644]
gc-7.2/configure.host [new file with mode: 0644]
gc-7.2/cord/cord.am [new file with mode: 0644]
gc-7.2/cord/cordbscs.c [new file with mode: 0644]
gc-7.2/cord/cordprnt.c [new file with mode: 0644]
gc-7.2/cord/cordtest.c [new file with mode: 0644]
gc-7.2/cord/cordxtra.c [new file with mode: 0644]
gc-7.2/cord/de.c [new file with mode: 0644]
gc-7.2/cord/de_cmds.h [new file with mode: 0644]
gc-7.2/cord/de_win.ICO [new file with mode: 0644]
gc-7.2/cord/de_win.RC [new file with mode: 0644]
gc-7.2/cord/de_win.c [new file with mode: 0644]
gc-7.2/cord/de_win.h [new file with mode: 0644]
gc-7.2/cordbscs.lo [new file with mode: 0644]
gc-7.2/cordbscs.o [new file with mode: 0644]
gc-7.2/cordprnt.lo [new file with mode: 0644]
gc-7.2/cordprnt.o [new file with mode: 0644]
gc-7.2/cordtest.lo [new file with mode: 0644]
gc-7.2/cordtest.o [new file with mode: 0644]
gc-7.2/cordxtra.lo [new file with mode: 0644]
gc-7.2/cordxtra.o [new file with mode: 0644]
gc-7.2/darwin_stop_world.c [new file with mode: 0644]
gc-7.2/dbg_mlc.c [new file with mode: 0644]
gc-7.2/dbg_mlc.lo [new file with mode: 0644]
gc-7.2/dbg_mlc.o [new file with mode: 0644]
gc-7.2/depcomp [new file with mode: 0755]
gc-7.2/digimars.mak [new file with mode: 0644]
gc-7.2/doc/README [new file with mode: 0644]
gc-7.2/doc/README.DGUX386 [new file with mode: 0644]
gc-7.2/doc/README.Mac [new file with mode: 0644]
gc-7.2/doc/README.MacOSX [new file with mode: 0644]
gc-7.2/doc/README.OS2 [new file with mode: 0644]
gc-7.2/doc/README.amiga [new file with mode: 0644]
gc-7.2/doc/README.arm.cross [new file with mode: 0644]
gc-7.2/doc/README.autoconf [new file with mode: 0644]
gc-7.2/doc/README.changes [new file with mode: 0644]
gc-7.2/doc/README.cmake [new file with mode: 0644]
gc-7.2/doc/README.contributors [new file with mode: 0644]
gc-7.2/doc/README.cords [new file with mode: 0644]
gc-7.2/doc/README.darwin [new file with mode: 0644]
gc-7.2/doc/README.dj [new file with mode: 0644]
gc-7.2/doc/README.environment [new file with mode: 0644]
gc-7.2/doc/README.ews4800 [new file with mode: 0644]
gc-7.2/doc/README.hp [new file with mode: 0644]
gc-7.2/doc/README.linux [new file with mode: 0644]
gc-7.2/doc/README.macros [new file with mode: 0644]
gc-7.2/doc/README.rs6000 [new file with mode: 0644]
gc-7.2/doc/README.sgi [new file with mode: 0644]
gc-7.2/doc/README.solaris2 [new file with mode: 0644]
gc-7.2/doc/README.uts [new file with mode: 0644]
gc-7.2/doc/README.win32 [new file with mode: 0644]
gc-7.2/doc/README.win64 [new file with mode: 0644]
gc-7.2/doc/barrett_diagram [new file with mode: 0644]
gc-7.2/doc/debugging.html [new file with mode: 0644]
gc-7.2/doc/doc.am [new file with mode: 0644]
gc-7.2/doc/gc.man [new file with mode: 0644]
gc-7.2/doc/gcdescr.html [new file with mode: 0644]
gc-7.2/doc/gcinterface.html [new file with mode: 0644]
gc-7.2/doc/leak.html [new file with mode: 0644]
gc-7.2/doc/overview.html [new file with mode: 0644]
gc-7.2/doc/porting.html [new file with mode: 0644]
gc-7.2/doc/scale.html [new file with mode: 0644]
gc-7.2/doc/simple_example.html [new file with mode: 0644]
gc-7.2/doc/tree.html [new file with mode: 0644]
gc-7.2/dyn_load.c [new file with mode: 0644]
gc-7.2/dyn_load.lo [new file with mode: 0644]
gc-7.2/dyn_load.o [new file with mode: 0644]
gc-7.2/extra/AmigaOS.c [new file with mode: 0644]
gc-7.2/extra/MacOS.c [new file with mode: 0644]
gc-7.2/extra/add_gc_prefix.c [new file with mode: 0644]
gc-7.2/extra/gc.c [new file with mode: 0644]
gc-7.2/extra/gcname.c [new file with mode: 0644]
gc-7.2/extra/if_mach.c [new file with mode: 0644]
gc-7.2/extra/if_not_there.c [new file with mode: 0644]
gc-7.2/extra/msvc_dbg.c [new file with mode: 0644]
gc-7.2/extra/setjmp_t.c [new file with mode: 0644]
gc-7.2/extra/threadlibs.c [new file with mode: 0644]
gc-7.2/finalize.c [new file with mode: 0644]
gc-7.2/finalize.lo [new file with mode: 0644]
gc-7.2/finalize.o [new file with mode: 0644]
gc-7.2/gc.mak [new file with mode: 0644]
gc-7.2/gc_cpp.cc [new file with mode: 0644]
gc-7.2/gc_cpp.cpp [new file with mode: 0644]
gc-7.2/gc_dlopen.c [new file with mode: 0644]
gc-7.2/gc_dlopen.lo [new file with mode: 0644]
gc-7.2/gc_dlopen.o [new file with mode: 0644]
gc-7.2/gcj_mlc.c [new file with mode: 0644]
gc-7.2/gcj_mlc.lo [new file with mode: 0644]
gc-7.2/gcj_mlc.o [new file with mode: 0644]
gc-7.2/gctest [new file with mode: 0755]
gc-7.2/headers.c [new file with mode: 0644]
gc-7.2/headers.lo [new file with mode: 0644]
gc-7.2/headers.o [new file with mode: 0644]
gc-7.2/huge_test.o [new file with mode: 0644]
gc-7.2/hugetest [new file with mode: 0755]
gc-7.2/ia64_save_regs_in_stack.s [new file with mode: 0644]
gc-7.2/include/cord.h [new file with mode: 0644]
gc-7.2/include/ec.h [new file with mode: 0644]
gc-7.2/include/extra/gc.h [new file with mode: 0644]
gc-7.2/include/extra/gc_cpp.h [new file with mode: 0644]
gc-7.2/include/gc.h [new file with mode: 0644]
gc-7.2/include/gc_allocator.h [new file with mode: 0644]
gc-7.2/include/gc_amiga_redirects.h [new file with mode: 0644]
gc-7.2/include/gc_backptr.h [new file with mode: 0644]
gc-7.2/include/gc_config_macros.h [new file with mode: 0644]
gc-7.2/include/gc_cpp.h [new file with mode: 0644]
gc-7.2/include/gc_gcj.h [new file with mode: 0644]
gc-7.2/include/gc_inline.h [new file with mode: 0644]
gc-7.2/include/gc_mark.h [new file with mode: 0644]
gc-7.2/include/gc_pthread_redirects.h [new file with mode: 0644]
gc-7.2/include/gc_tiny_fl.h [new file with mode: 0644]
gc-7.2/include/gc_typed.h [new file with mode: 0644]
gc-7.2/include/gc_version.h [new file with mode: 0644]
gc-7.2/include/include.am [new file with mode: 0644]
gc-7.2/include/javaxfc.h [new file with mode: 0644]
gc-7.2/include/leak_detector.h [new file with mode: 0644]
gc-7.2/include/new_gc_alloc.h [new file with mode: 0644]
gc-7.2/include/private/config.h [new file with mode: 0644]
gc-7.2/include/private/config.h.in [new file with mode: 0644]
gc-7.2/include/private/cord_pos.h [new file with mode: 0644]
gc-7.2/include/private/darwin_semaphore.h [new file with mode: 0644]
gc-7.2/include/private/darwin_stop_world.h [new file with mode: 0644]
gc-7.2/include/private/dbg_mlc.h [new file with mode: 0644]
gc-7.2/include/private/gc_hdrs.h [new file with mode: 0644]
gc-7.2/include/private/gc_locks.h [new file with mode: 0644]
gc-7.2/include/private/gc_pmark.h [new file with mode: 0644]
gc-7.2/include/private/gc_priv.h [new file with mode: 0644]
gc-7.2/include/private/gcconfig.h [new file with mode: 0644]
gc-7.2/include/private/msvc_dbg.h [new file with mode: 0644]
gc-7.2/include/private/pthread_stop_world.h [new file with mode: 0644]
gc-7.2/include/private/pthread_support.h [new file with mode: 0644]
gc-7.2/include/private/specific.h [new file with mode: 0644]
gc-7.2/include/private/stamp-h1 [new file with mode: 0644]
gc-7.2/include/private/thread_local_alloc.h [new file with mode: 0644]
gc-7.2/include/weakpointer.h [new file with mode: 0644]
gc-7.2/install-sh [new file with mode: 0755]
gc-7.2/leak_test.o [new file with mode: 0644]
gc-7.2/leaktest [new file with mode: 0755]
gc-7.2/libatomic_ops/AUTHORS [new file with mode: 0644]
gc-7.2/libatomic_ops/COPYING [new file with mode: 0644]
gc-7.2/libatomic_ops/ChangeLog [new file with mode: 0644]
gc-7.2/libatomic_ops/INSTALL [new file with mode: 0644]
gc-7.2/libatomic_ops/Makefile [new file with mode: 0644]
gc-7.2/libatomic_ops/Makefile.am [new file with mode: 0644]
gc-7.2/libatomic_ops/Makefile.in [new file with mode: 0644]
gc-7.2/libatomic_ops/NEWS [new file with mode: 0644]
gc-7.2/libatomic_ops/README [new file with mode: 0644]
gc-7.2/libatomic_ops/aclocal.m4 [new file with mode: 0644]
gc-7.2/libatomic_ops/compile [new file with mode: 0755]
gc-7.2/libatomic_ops/config.guess [new file with mode: 0755]
gc-7.2/libatomic_ops/config.log [new file with mode: 0644]
gc-7.2/libatomic_ops/config.status [new file with mode: 0755]
gc-7.2/libatomic_ops/config.sub [new file with mode: 0755]
gc-7.2/libatomic_ops/configure [new file with mode: 0755]
gc-7.2/libatomic_ops/configure.ac [new file with mode: 0644]
gc-7.2/libatomic_ops/depcomp [new file with mode: 0755]
gc-7.2/libatomic_ops/doc/COPYING [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/LICENSING.txt [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/Makefile [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/Makefile.am [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/Makefile.in [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/README.txt [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/README_malloc.txt [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/README_stack.txt [new file with mode: 0644]
gc-7.2/libatomic_ops/doc/README_win32.txt [new file with mode: 0644]
gc-7.2/libatomic_ops/install-sh [new file with mode: 0755]
gc-7.2/libatomic_ops/missing [new file with mode: 0755]
gc-7.2/libatomic_ops/mkinstalldirs [new file with mode: 0755]
gc-7.2/libatomic_ops/pkgconfig/atomic_ops-uninstalled.pc [new file with mode: 0644]
gc-7.2/libatomic_ops/pkgconfig/atomic_ops-uninstalled.pc.in [new file with mode: 0644]
gc-7.2/libatomic_ops/pkgconfig/atomic_ops.pc [new file with mode: 0644]
gc-7.2/libatomic_ops/pkgconfig/atomic_ops.pc.in [new file with mode: 0644]
gc-7.2/libatomic_ops/src/.deps/atomic_ops.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/src/.deps/atomic_ops_malloc.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/src/.deps/atomic_ops_stack.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/src/.deps/atomic_ops_sysdeps.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/src/Makefile [new file with mode: 0644]
gc-7.2/libatomic_ops/src/Makefile.am [new file with mode: 0644]
gc-7.2/libatomic_ops/src/Makefile.in [new file with mode: 0644]
gc-7.2/libatomic_ops/src/Makefile.msft [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops.c [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/Makefile [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/Makefile.am [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/Makefile.in [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/generalize-small.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/generalize-small.template [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/generalize.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/Makefile [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/Makefile.am [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/Makefile.in [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/README [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/acquire_release_volatile.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/aligned_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/all_acquire_release_volatile.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/all_aligned_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/all_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ao_t_is_int.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/armcc/arm_v6.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/char_acquire_release_volatile.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/char_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/emul_cas.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/alpha.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/arm.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/avr32.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/cris.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/hexagon.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/hppa.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/ia64.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/m68k.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/mips.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/powerpc.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/s390.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/sh.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/sparc.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/x86.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/gcc/x86_64.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/generic_pthread.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/hpc/hppa.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/hpc/ia64.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ibmc/powerpc.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/icc/ia64.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/int_acquire_release_volatile.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/int_aligned_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/int_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/arm.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/common32_defs.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/x86.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/msftc/x86_64.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ordered.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/ordered_except_wr.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/read_ordered.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/short_acquire_release_volatile.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/short_aligned_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/short_atomic_load_store.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/standard_ao_double_t.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/sparc.S [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/sparc.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/x86.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/sunc/x86_64.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/test_and_set_t_is_ao_t.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops/sysdeps/test_and_set_t_is_char.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops_malloc.c [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops_malloc.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops_stack.c [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops_stack.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/atomic_ops_sysdeps.S [new file with mode: 0644]
gc-7.2/libatomic_ops/src/config.h [new file with mode: 0644]
gc-7.2/libatomic_ops/src/config.h.in [new file with mode: 0644]
gc-7.2/libatomic_ops/src/stamp-h1 [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/.deps/test_atomic.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/.deps/test_atomic_pthreads-test_atomic.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/.deps/test_malloc.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/.deps/test_stack.Po [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/Makefile [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/Makefile.am [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/Makefile.in [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/list_atomic.c [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/list_atomic.template [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/run_parallel.inc [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/test_atomic.c [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/test_atomic.template [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/test_atomic_include.h [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/test_malloc.c [new file with mode: 0644]
gc-7.2/libatomic_ops/tests/test_stack.c [new file with mode: 0644]
gc-7.2/libcord.la [new file with mode: 0644]
gc-7.2/libgc.la [new file with mode: 0644]
gc-7.2/libstaticrootslib.la [new file with mode: 0644]
gc-7.2/libtool [new file with mode: 0755]
gc-7.2/ltmain.sh [new file with mode: 0755]
gc-7.2/m4/gc_set_version.m4 [new file with mode: 0644]
gc-7.2/m4/libtool.m4 [new file with mode: 0644]
gc-7.2/m4/ltoptions.m4 [new file with mode: 0644]
gc-7.2/m4/ltsugar.m4 [new file with mode: 0644]
gc-7.2/m4/ltversion.m4 [new file with mode: 0644]
gc-7.2/m4/lt~obsolete.m4 [new file with mode: 0644]
gc-7.2/mach_dep.c [new file with mode: 0644]
gc-7.2/mach_dep.lo [new file with mode: 0644]
gc-7.2/mach_dep.o [new file with mode: 0644]
gc-7.2/malloc.c [new file with mode: 0644]
gc-7.2/malloc.lo [new file with mode: 0644]
gc-7.2/malloc.o [new file with mode: 0644]
gc-7.2/mallocx.c [new file with mode: 0644]
gc-7.2/mallocx.lo [new file with mode: 0644]
gc-7.2/mallocx.o [new file with mode: 0644]
gc-7.2/mark.c [new file with mode: 0644]
gc-7.2/mark.lo [new file with mode: 0644]
gc-7.2/mark.o [new file with mode: 0644]
gc-7.2/mark_rts.c [new file with mode: 0644]
gc-7.2/mark_rts.lo [new file with mode: 0644]
gc-7.2/mark_rts.o [new file with mode: 0644]
gc-7.2/middle.o [new file with mode: 0644]
gc-7.2/middletest [new file with mode: 0755]
gc-7.2/mips_sgi_mach_dep.s [new file with mode: 0644]
gc-7.2/mips_ultrix_mach_dep.s [new file with mode: 0644]
gc-7.2/misc.c [new file with mode: 0644]
gc-7.2/misc.lo [new file with mode: 0644]
gc-7.2/misc.o [new file with mode: 0644]
gc-7.2/missing [new file with mode: 0755]
gc-7.2/mkinstalldirs [new file with mode: 0755]
gc-7.2/new_hblk.c [new file with mode: 0644]
gc-7.2/new_hblk.lo [new file with mode: 0644]
gc-7.2/new_hblk.o [new file with mode: 0644]
gc-7.2/obj_map.c [new file with mode: 0644]
gc-7.2/obj_map.lo [new file with mode: 0644]
gc-7.2/obj_map.o [new file with mode: 0644]
gc-7.2/os_dep.c [new file with mode: 0644]
gc-7.2/os_dep.lo [new file with mode: 0644]
gc-7.2/os_dep.o [new file with mode: 0644]
gc-7.2/pcr_interface.c [new file with mode: 0644]
gc-7.2/pcr_interface.lo [new file with mode: 0644]
gc-7.2/pcr_interface.o [new file with mode: 0644]
gc-7.2/pthread_start.c [new file with mode: 0644]
gc-7.2/pthread_stop_world.c [new file with mode: 0644]
gc-7.2/pthread_support.c [new file with mode: 0644]
gc-7.2/ptr_chck.c [new file with mode: 0644]
gc-7.2/ptr_chck.lo [new file with mode: 0644]
gc-7.2/ptr_chck.o [new file with mode: 0644]
gc-7.2/real_malloc.c [new file with mode: 0644]
gc-7.2/real_malloc.lo [new file with mode: 0644]
gc-7.2/real_malloc.o [new file with mode: 0644]
gc-7.2/realloc_test [new file with mode: 0755]
gc-7.2/realloc_test.o [new file with mode: 0644]
gc-7.2/reclaim.c [new file with mode: 0644]
gc-7.2/reclaim.lo [new file with mode: 0644]
gc-7.2/reclaim.o [new file with mode: 0644]
gc-7.2/rs6000_mach_dep.s [new file with mode: 0644]
gc-7.2/smash_test.o [new file with mode: 0644]
gc-7.2/smashtest [new file with mode: 0755]
gc-7.2/sparc_mach_dep.S [new file with mode: 0644]
gc-7.2/sparc_netbsd_mach_dep.s [new file with mode: 0644]
gc-7.2/sparc_sunos4_mach_dep.s [new file with mode: 0644]
gc-7.2/specific.c [new file with mode: 0644]
gc-7.2/specific.lo [new file with mode: 0644]
gc-7.2/specific.o [new file with mode: 0644]
gc-7.2/staticrootslib.lo [new file with mode: 0644]
gc-7.2/staticrootslib.o [new file with mode: 0644]
gc-7.2/staticrootstest [new file with mode: 0755]
gc-7.2/staticrootstest.o [new file with mode: 0644]
gc-7.2/stubborn.c [new file with mode: 0644]
gc-7.2/stubborn.lo [new file with mode: 0644]
gc-7.2/stubborn.o [new file with mode: 0644]
gc-7.2/test.o [new file with mode: 0644]
gc-7.2/tests/CMakeLists.txt [new file with mode: 0644]
gc-7.2/tests/huge_test.c [new file with mode: 0644]
gc-7.2/tests/initsecondarythread.c [new file with mode: 0644]
gc-7.2/tests/leak_test.c [new file with mode: 0644]
gc-7.2/tests/middle.c [new file with mode: 0644]
gc-7.2/tests/realloc_test.c [new file with mode: 0644]
gc-7.2/tests/smash_test.c [new file with mode: 0644]
gc-7.2/tests/staticrootslib.c [new file with mode: 0644]
gc-7.2/tests/staticrootstest.c [new file with mode: 0644]
gc-7.2/tests/test.c [new file with mode: 0644]
gc-7.2/tests/test_cpp.cc [new file with mode: 0644]
gc-7.2/tests/tests.am [new file with mode: 0644]
gc-7.2/tests/thread_leak_test.c [new file with mode: 0644]
gc-7.2/tests/threadkey_test.c [new file with mode: 0644]
gc-7.2/tests/trace_test.c [new file with mode: 0644]
gc-7.2/thread_local_alloc.c [new file with mode: 0644]
gc-7.2/thread_local_alloc.lo [new file with mode: 0644]
gc-7.2/thread_local_alloc.o [new file with mode: 0644]
gc-7.2/typd_mlc.c [new file with mode: 0644]
gc-7.2/typd_mlc.lo [new file with mode: 0644]
gc-7.2/typd_mlc.o [new file with mode: 0644]
gc-7.2/win32_threads.c [new file with mode: 0644]
hs-boehmgc.cabal
makeboehm.sh [new file with mode: 0755]
src/Mate/GC/Boehm.hs