From: hboehm Date: Sun, 10 Jun 2007 18:03:30 +0000 (+0000) Subject: 2007-06-10 Hans Boehm X-Git-Tag: gc7_0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=166b7abd04e5827cf282a73ffdbe025340fd0235;p=gc 2007-06-10 Hans Boehm * NT_X64_STATIC_THREADS_MAKEFILE: Replace obsolete -debugtype:cv. * mark_rts.c (GC_push_roots): Fix kind type. --- diff --git a/ChangeLog b/ChangeLog index 477e6a5b..5f995d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-10 Hans Boehm + + * NT_X64_STATIC_THREADS_MAKEFILE: Replace obsolete -debugtype:cv. + * mark_rts.c (GC_push_roots): Fix kind type. + 2007-06-06 Hans Boehm * doc/README.win64: New file. diff --git a/NT_X64_STATIC_THREADS_MAKEFILE b/NT_X64_STATIC_THREADS_MAKEFILE index 95c08625..91a0f60e 100644 --- a/NT_X64_STATIC_THREADS_MAKEFILE +++ b/NT_X64_STATIC_THREADS_MAKEFILE @@ -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; diff --git a/mark_rts.c b/mark_rts.c index 00401a01..05ece1c2 100644 --- a/mark_rts.c +++ b/mark_rts.c @@ -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