]> granicus.if.org Git - gc/commitdiff
2007-06-10 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Sun, 10 Jun 2007 18:03:30 +0000 (18:03 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:40 +0000 (21:06 +0400)
* NT_X64_STATIC_THREADS_MAKEFILE: Replace obsolete -debugtype:cv.
* mark_rts.c (GC_push_roots): Fix kind type.

ChangeLog
NT_X64_STATIC_THREADS_MAKEFILE
mark_rts.c

index 477e6a5bfb6fcdfdb40150fc712083163667fc4e..5f995d4d3e49ff7f20b4fb2873203ed15d673b9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-10  Hans Boehm <Hans.Boehm@hp.com>
+
+       * NT_X64_STATIC_THREADS_MAKEFILE: Replace obsolete -debugtype:cv.
+       * mark_rts.c (GC_push_roots): Fix kind type.
+
 2007-06-06  Hans Boehm <Hans.Boehm@hp.com>
 
        * doc/README.win64: New file.
index 95c086255e07374dabfeb3da80a926d78420f425..91a0f60efc1044a1180990bc1e927ac13453426f 100644 (file)
@@ -41,7 +41,7 @@ gctest.exe: tests\test.obj gc.lib
 #  This produces a "GUI" applications that opens no windows and writes to the log file
 #  "gc.log".  This was done to make the result runnable under win32s and
 #  should be fixed.
-       $(link) -debugtype:cv $(guiflags) -stack:131072 -out:$*.exe tests\test.obj $(guilibs) gc.lib
+       $(link) $(ldebug) $(guiflags) -stack:131072 -out:$*.exe tests\test.obj $(guilibs) gc.lib
 
 cord\de_win.rbj: cord\de_win.res
        cvtres /MACHINE:$(MY_CPU) /OUT:cord\de_win.rbj cord\de_win.res
@@ -53,7 +53,7 @@ cord\de_win.res: cord\de_win.rc cord\de_win.h cord\de_cmds.h
 
 # Cord/de is a real win32 gui application.
 cord\de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj cord\de_win.rbj gc.lib
-       $(link) -debugtype:cv $(guiflags) -stack:16384 -out:cord\de.exe  cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj cord\de_win.rbj gc.lib $(guilibs)
+       $(link) $(ldebug) $(guiflags) -stack:16384 -out:cord\de.exe  cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj cord\de_win.rbj gc.lib $(guilibs)
 
 gc_cpp.obj: include\gc_cpp.h include\gc.h
 
@@ -67,7 +67,7 @@ test_cpp.cpp: tests\test_cpp.cc
 # a single numeric argument, which is the number of iterations.
 # The output appears in the file "gc.log".
 test_cpp.exe: test_cpp.obj include\gc_cpp.h include\gc.h gc.lib
-       $(link) -debugtype:cv $(guiflags) -stack:16384 -out:test_cpp.exe test_cpp.obj gc.lib $(guilibs)
+       $(link) $(ldebug) $(guiflags) -stack:16384 -out:test_cpp.exe test_cpp.obj gc.lib $(guilibs)
 
 AO_SCR_DIR:
                tar xvfz $(AO_SRC_DIR).tar.gz;
index 00401a0187c6750d68dc9df9e9f69356e7bce159..05ece1c2bf6f7a4d0b4d83560aacac9077f90a46 100644 (file)
@@ -550,7 +550,7 @@ void GC_cond_register_dynamic_libraries(void)
 void GC_push_roots(GC_bool all, ptr_t cold_gc_frame)
 {
     int i;
-    int kind;
+    unsigned kind;
 
     /*
      * Next push static data.  This must happen early on, since it's