]> granicus.if.org Git - libatomic_ops/commitdiff
2008-11-06 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Fri, 7 Nov 2008 00:56:24 +0000 (00:56 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:24 +0000 (16:03 +0400)
* INSTALL: Add some platform-specific documentation.
* src/Makefile.msft: Fix copyright notice.

ChangeLog
INSTALL
src/Makefile.msft

index 3589234ca113a121cf3e1fc9e96fc00df18a1cce..6914709e1df3b0cf398d49f925af3656050f82c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/INSTALL b/INSTALL
index ab8c872bab8fed6231f03afcc1d49cf3ea7c5346..2e2cea963cfc57edbcfff8c4cecd39a09ebab8b6 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,3 +12,12 @@ However two small libraries are built and installed:
 - 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.
index 5b93d27d72ed7545aed23e0031872d5c0e263f66..ae96702f00040126cabe712c719ea57a513ba6d4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# 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,