ecl/src/bdwgc/windows-untested
Daniel Kochmański ebb2373650 bdwgc: Update library to version 7.4.2.
- libatomic_ops is updated accordingly,
- new directory for garbage collector is bdwgc,
- updated MSVC Makefiles,
- obsolete directories gc and gc-unstable are removed.
2015-04-24 23:28:24 +02:00
..
vc60 bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
vc70 bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
vc71 bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
gc.def bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
gc.rc bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
gc.ver bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
README bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
stdafx.c bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00
stdafx.h bdwgc: Update library to version 7.4.2. 2015-04-24 23:28:24 +02:00

gc.def should probably be removed completely.

I removed an apparently erroneous line for GC_CreateThread.  Unfortunately
gc.def is referenced in various other places I cannot easily edit.  -HB