summaryrefslogtreecommitdiff
path: root/windows-untested
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-08-24 13:36:53 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-08-24 13:36:53 +0400
commit6f07a014716ce7fff74a1b9ca896f2d9678f256f (patch)
tree40f5375e7e68404025fe1944a8ab9c131a10d343 /windows-untested
parent3d75c51a25468521878b08ef6e1713f3616f0bd1 (diff)
downloadbdwgc-6f07a014716ce7fff74a1b9ca896f2d9678f256f.tar.gz
Remove references to old missing gc_alloc.h and gc_local_alloc.h files.
Remove unused HPUX GC_test_and_clear implementation. * hpux_test_and_clear.s: Remove. * Makefile.am (EXTRA_DIST): Remove hpux_test_and_clear.s. * Makefile.direct (SRCS): Ditto. * Makefile.dj (SRCS): Ditto. * Makefile.dj (SRCS): Remove missing gcc_support.c, include/gc_alloc.h, include/gc_local_alloc.h. * doc/gcdescr.html: Remove information about gc_local_alloc.h. * doc/gcinterface.html: Ditto. * doc/scale.html: Ditto. * doc/gcinterface.html: Remove information about gc_alloc.h. * tests/test_cpp.cc: Don't include missing old gc_alloc.h (include new_gc_alloc.h instead); don't test __GNUC__. * tests/test_cpp.cc (main): Use gc_alloc class instead of alloc (don't test __GNUC__). * windows-untested/vc60/gc.dsp (SOURCE): Don't include missing gc_alloc.h, gc_local_alloc.h. * windows-untested/vc60/libgc.dsp (SOURCE): Ditto. * windows-untested/vc70/gc.vcproj (Header Files): Ditto. * windows-untested/vc70/libgc.vcproj (Header Files): Ditto. * windows-untested/vc71/gc.vcproj (Header Files): Ditto. * windows-untested/vc71/libgc.vcproj (Header Files): Ditto.
Diffstat (limited to 'windows-untested')
-rw-r--r--windows-untested/vc60/gc.dsp8
-rw-r--r--windows-untested/vc60/libgc.dsp8
-rw-r--r--windows-untested/vc70/gc.vcproj6
-rw-r--r--windows-untested/vc70/libgc.vcproj6
-rw-r--r--windows-untested/vc71/gc.vcproj6
-rw-r--r--windows-untested/vc71/libgc.vcproj6
6 files changed, 0 insertions, 40 deletions
diff --git a/windows-untested/vc60/gc.dsp b/windows-untested/vc60/gc.dsp
index e207fc54..b27867a8 100644
--- a/windows-untested/vc60/gc.dsp
+++ b/windows-untested/vc60/gc.dsp
@@ -213,10 +213,6 @@ SOURCE=..\..\include\gc.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\gc_alloc.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\gc_allocator.h
# End Source File
# Begin Source File
@@ -249,10 +245,6 @@ SOURCE=..\..\include\gc_inline.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\gc_local_alloc.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\private\gc_locks.h
# End Source File
# Begin Source File
diff --git a/windows-untested/vc60/libgc.dsp b/windows-untested/vc60/libgc.dsp
index 89b87732..0ceac11c 100644
--- a/windows-untested/vc60/libgc.dsp
+++ b/windows-untested/vc60/libgc.dsp
@@ -202,10 +202,6 @@ SOURCE=..\..\win32_threads.c
# PROP Default_Filter "h;hh;hpp;hxx;hm;inl"
# Begin Source File
-SOURCE=..\..\include\gc_alloc.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\gc_allocator.h
# End Source File
# Begin Source File
@@ -230,10 +226,6 @@ SOURCE=..\..\include\gc_inline.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\gc_local_alloc.h
-# End Source File
-# Begin Source File
-
SOURCE=..\..\include\gc_pthread_redirects.h
# End Source File
# Begin Source File
diff --git a/windows-untested/vc70/gc.vcproj b/windows-untested/vc70/gc.vcproj
index 3e729267..ea2b5d9e 100644
--- a/windows-untested/vc70/gc.vcproj
+++ b/windows-untested/vc70/gc.vcproj
@@ -241,9 +241,6 @@
RelativePath="..\..\include\gc.h">
</File>
<File
- RelativePath="..\..\include\gc_alloc.h">
- </File>
- <File
RelativePath="..\..\include\gc_allocator.h">
</File>
<File
@@ -268,9 +265,6 @@
RelativePath="..\..\include\gc_inline.h">
</File>
<File
- RelativePath="..\..\include\gc_local_alloc.h">
- </File>
- <File
RelativePath="..\..\include\private\gc_locks.h">
</File>
<File
diff --git a/windows-untested/vc70/libgc.vcproj b/windows-untested/vc70/libgc.vcproj
index 2379aa22..5fbf2aec 100644
--- a/windows-untested/vc70/libgc.vcproj
+++ b/windows-untested/vc70/libgc.vcproj
@@ -204,9 +204,6 @@
Name="Header Files"
Filter="h;hh;hpp;hxx;hm;inl">
<File
- RelativePath="..\..\include\gc_alloc.h">
- </File>
- <File
RelativePath="..\..\include\gc_allocator.h">
</File>
<File
@@ -225,9 +222,6 @@
RelativePath="..\..\include\gc_inline.h">
</File>
<File
- RelativePath="..\..\include\gc_local_alloc.h">
- </File>
- <File
RelativePath="..\..\include\gc_pthread_redirects.h">
</File>
<File
diff --git a/windows-untested/vc71/gc.vcproj b/windows-untested/vc71/gc.vcproj
index 804d5bbf..dc61c6e8 100644
--- a/windows-untested/vc71/gc.vcproj
+++ b/windows-untested/vc71/gc.vcproj
@@ -723,9 +723,6 @@
RelativePath="..\..\include\gc.h">
</File>
<File
- RelativePath="..\..\include\gc_alloc.h">
- </File>
- <File
RelativePath="..\..\include\gc_allocator.h">
</File>
<File
@@ -750,9 +747,6 @@
RelativePath="..\..\include\gc_inline.h">
</File>
<File
- RelativePath="..\..\include\gc_local_alloc.h">
- </File>
- <File
RelativePath="..\..\include\private\gc_locks.h">
</File>
<File
diff --git a/windows-untested/vc71/libgc.vcproj b/windows-untested/vc71/libgc.vcproj
index 3af14694..e6fe5fac 100644
--- a/windows-untested/vc71/libgc.vcproj
+++ b/windows-untested/vc71/libgc.vcproj
@@ -684,9 +684,6 @@
Name="Header Files"
Filter="h;hh;hpp;hxx;hm;inl">
<File
- RelativePath="..\..\include\gc_alloc.h">
- </File>
- <File
RelativePath="..\..\include\gc_allocator.h">
</File>
<File
@@ -705,9 +702,6 @@
RelativePath="..\..\include\gc_inline.h">
</File>
<File
- RelativePath="..\..\include\gc_local_alloc.h">
- </File>
- <File
RelativePath="..\..\include\gc_pthread_redirects.h">
</File>
<File