]> granicus.if.org Git - gc/commitdiff
2007-06-06 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Thu, 7 Jun 2007 04:35:18 +0000 (04:35 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:40 +0000 (21:06 +0400)
* doc/README.win64: New file.
* doc/doc.am, Makefile.direct: Add README.win64.
* Makefile.in: Regenerate.

ChangeLog
Makefile.direct
Makefile.in
doc/README.win64 [new file with mode: 0644]
doc/doc.am

index 1734f17f01d6910d61b02e745d072bb55a1036b9..477e6a5bfb6fcdfdb40150fc712083163667fc4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-06  Hans Boehm <Hans.Boehm@hp.com>
+
+       * doc/README.win64: New file.
+       * doc/doc.am, Makefile.direct: Add README.win64.
+       * Makefile.in: Regenerate.
+
 2007-06-06  Hans Boehm <Hans.Boehm@hp.com>
 
        * Makefile.am, Makefile.direct: Add NT_X64_STATIC_THREADS_MAKEFILE.
index 778b344a8c77624c7f7bdea8cdfbe3904d6a665b..64f26f618f6cd755c3738ed286d1b670983d9994 100644 (file)
@@ -368,7 +368,7 @@ DOC_FILES= README.QUICK doc/README.Mac doc/README.MacOSX doc/README.OS2 \
        doc/README.autoconf doc/README.macros doc/README.ews4800 \
        doc/README.DGUX386 doc/README.arm.cross doc/leak.html \
        doc/scale.html doc/gcinterface.html doc/README.darwin \
-       doc/simple_example.html
+       doc/simple_example.html doc/README.win64
 
 TESTS= tests/test.c tests/test_cpp.cc tests/trace_test.c \
        tests/leak_test.c tests/thread_leak_test.c tests/middle.c
index bcea07c2672690fb97a9eeec1c8d39fe981fbfcb..ff03b06573373b723587fb1491c20c4c47131b06 100644 (file)
@@ -590,6 +590,7 @@ dist_pkgdata_DATA = \
        doc/README.solaris2 \
        doc/README.uts \
        doc/README.win32 \
+       doc/README.win64 \
        doc/overview.html \
        doc/tree.html \
        doc/leak.html \
diff --git a/doc/README.win64 b/doc/README.win64
new file mode 100644 (file)
index 0000000..9db0e78
--- /dev/null
@@ -0,0 +1,17 @@
+64-bit Windows on AMD64/Intel EM64T is somewhat supported in the 7.0
+release.  A collector can be built with Microsoft Visual C++ 2005.
+The resulting test programs have been known to work at least once.
+More testing would clearly be helpful.
+
+Currently only NT_X64_STATIC_THREADS_MAKEFILE has been used in
+this environment.  Copy this file to MAKEFILE, and then type "nmake"
+in a Visual C++ command line window to build the static library
+and the usual test programs.  To verify that the colllector is
+at least somewhat functional, run gctest.exe.  This should create
+gctest.exe.log after a few seconds.
+
+This process is completely analogous to NT_STATIC_THREADS_MAKEFILE
+for the 32-bit version.
+
+Note that currently a few warnings are still generated by default,
+and a number of others have been explicitly turned off in the makefile.
index d95fa172542ab8597db1c7b7168ac1575f30c822..8d5f67d3338521b39d93711d2c50c1503fd61b3c 100644 (file)
@@ -43,6 +43,7 @@ dist_pkgdata_DATA = \
        doc/README.solaris2 \
        doc/README.uts \
        doc/README.win32 \
+       doc/README.win64 \
        doc/overview.html \
        doc/tree.html \
        doc/leak.html \