summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 18:28:26 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-28 18:28:26 +0000
commit068d45528ef6f21c87a5a82b703acbadf968c4f9 (patch)
tree8ac22d26d78738ae3307d7a73c45729042712ad7
parent6c749206788911875b1a8e19fb7370dea93b8117 (diff)
downloadATCD-068d45528ef6f21c87a5a82b703acbadf968c4f9.tar.gz
ChangeLogTag: Wed Jul 28 13:26:36 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ACE-INSTALL.html9
-rw-r--r--ChangeLog-99b6
2 files changed, 11 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 765bd408156..10e75406803 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -556,8 +556,8 @@ make: *** [libACE.so] Error 8
In addition, as noted <A HREF="#g++">below</A> following the
discussion of the g++ -fno-implicit-templates option,
- -fno-implicit-templates is broken. And, -O2 is not supported on
- some targets.<P>
+ -fno-implicit-templates is broken for x86 targets. And, -O2
+ is not supported on some targets.<P>
Please note that ACE uses one of the spare fields in the Wind
River task control block, spare4, for thread- specific storage.
@@ -760,8 +760,9 @@ If you use the GNU GCC g++ compiler please note the following:
helping to find and implement these solutions.<P>
<LI>On VxWorks only, g++ (thru version 2.7.2, distributed
- with Tornado 1.0.1/VxWorks 5.3.1), -fno-implicit-templates is
- broken. In addition, -O2 is not supported on some targets.<P>
+ with Tornado 1.0.1/VxWorks 5.3.1), for x86 targets,
+ -fno-implicit-templates is broken. In addition, -O2
+ is not supported on some targets.<P>
</UL>
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 1751a1eb9c0..bd14d7416c9 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,9 @@
+Wed Jul 28 13:26:36 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html: for VxWorks (thru Tornado 1.0.1),
+ -fno-implicit-templates is broken for x86 targets,
+ not all targets.
+
Wed Jul 28 13:09:26 1999 David L. Levine <levine@cs.wustl.edu>
* docs/ACE-subsets.html: updated libACE size breakdown.