From 3b29a5147d0da1e107a91a4e216693f719ab25c2 Mon Sep 17 00:00:00 2001 From: hboehm Date: Thu, 7 Jun 2007 04:35:18 +0000 Subject: [PATCH] 2007-06-06 Hans Boehm * doc/README.win64: New file. * doc/doc.am, Makefile.direct: Add README.win64. * Makefile.in: Regenerate. --- ChangeLog | 6 ++++++ Makefile.direct | 2 +- Makefile.in | 1 + doc/README.win64 | 17 +++++++++++++++++ doc/doc.am | 1 + 5 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 doc/README.win64 diff --git a/ChangeLog b/ChangeLog index 1734f17f..477e6a5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-06 Hans Boehm + + * doc/README.win64: New file. + * doc/doc.am, Makefile.direct: Add README.win64. + * Makefile.in: Regenerate. + 2007-06-06 Hans Boehm * Makefile.am, Makefile.direct: Add NT_X64_STATIC_THREADS_MAKEFILE. diff --git a/Makefile.direct b/Makefile.direct index 778b344a..64f26f61 100644 --- a/Makefile.direct +++ b/Makefile.direct @@ -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 diff --git a/Makefile.in b/Makefile.in index bcea07c2..ff03b065 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 index 00000000..9db0e78c --- /dev/null +++ b/doc/README.win64 @@ -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. diff --git a/doc/doc.am b/doc/doc.am index d95fa172..8d5f67d3 100644 --- a/doc/doc.am +++ b/doc/doc.am @@ -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 \ -- 2.40.0