* INSTALL: Add some platform-specific documentation.
* src/Makefile.msft: Fix copyright notice.
+2008-11-06 Hans Boehm <Hans.Boehm@hp.com>
+ * INSTALL: Add some platform-specific documentation.
+ * src/Makefile.msft: Fix copyright notice.
+
2008-10-21 Hans Boehm <Hans.Boehm@hp.com> (really Ivan Maidanski)
* src/atomic_ops/sysdeps/aligned_atomic_load_store.h: Fix comments.
* src/atomic_ops/sysdeps/all_aligned_atomic_load_store.h: Fix comments.
- libatomic_ops_gpl.a contains some higher level facilities. This code is
currently covered by the GPL. The contents currently correspond to
the headers atomic_ops_stack.h and atomic_ops_malloc.h.
+
+Platform specific notes:
+
+Win32/64: src/Makefile.msft contains a very simple Makefile for building
+and running tests and building the gpl library. The core atomic_ops
+implementation is entirely in header files.
+
+HP-UX/PA-RISC: aCC -Ae won't work as a C compiler, since it doesn't support
+inline assembly code. Use cc.
#
-# Copyright (c) 2003-2005 Hewlett-Packard Developlment Company, L.P.
+# Copyright (c) 2003-2005 Hewlett-Packard Development Company, L.P.
#
# The really trivial win32/VC++ Makefile. Note that atomic_ops.c isn't useful.
# And we rely on a pre-built test_atomic_include.h and generalize-small.h,