summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-04 00:01:40 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-02-04 00:01:40 +0000
commitf35a13eb12ac2d000f9b00a5da77eda080a8e851 (patch)
tree40ed914399c5170ead7818a1a8a4983a5e7ec220
parent9e9b74c383ecb2df8d52d4bcc0407a0da31d2b3d (diff)
downloadATCD-f35a13eb12ac2d000f9b00a5da77eda080a8e851.tar.gz
Sun Feb 3 17:59:36 2002 Krishnakumar B <kitty@cs.wustl.edu>
-rw-r--r--ChangeLog15
-rw-r--r--ChangeLogs/ChangeLog-02a15
-rw-r--r--ChangeLogs/ChangeLog-03a15
-rw-r--r--ace/config-sunos5.5.h3
4 files changed, 39 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 185928204ae..560047e2b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sun Feb 3 17:59:36 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION):
+
+ Explicitly defined the above macro as this is needed for SunOS
+ gcc to work. This was inside a __SUNPRO_CC #ifdef. I missed that
+ in my previous change. This should fix the builds under SunOS
+ gcc.
+
Sun Feb 3 18:32:29 2002 Craig Rodrigues <crodrigu@bbn.com>
* tests/TP_Reactor_Test.cpp: Use size_t instead of long
@@ -11,13 +20,13 @@ Sun Feb 3 09:20:04 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Sun Feb 3 08:22:28 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * tests/Makefile:
+ * tests/Makefile:
Regenerated makefile to create dependencies for TP_Reactor_Test.
Sun Feb 3 08:05:12 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * tests/TP_Reactor_Test.dsp (RSC):
- Regenerated the file in MSVC++.
+ * tests/TP_Reactor_Test.dsp (RSC):
+ Regenerated the file in MSVC++.
Sun Feb 3 11:16:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 185928204ae..560047e2b03 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Sun Feb 3 17:59:36 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION):
+
+ Explicitly defined the above macro as this is needed for SunOS
+ gcc to work. This was inside a __SUNPRO_CC #ifdef. I missed that
+ in my previous change. This should fix the builds under SunOS
+ gcc.
+
Sun Feb 3 18:32:29 2002 Craig Rodrigues <crodrigu@bbn.com>
* tests/TP_Reactor_Test.cpp: Use size_t instead of long
@@ -11,13 +20,13 @@ Sun Feb 3 09:20:04 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Sun Feb 3 08:22:28 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * tests/Makefile:
+ * tests/Makefile:
Regenerated makefile to create dependencies for TP_Reactor_Test.
Sun Feb 3 08:05:12 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * tests/TP_Reactor_Test.dsp (RSC):
- Regenerated the file in MSVC++.
+ * tests/TP_Reactor_Test.dsp (RSC):
+ Regenerated the file in MSVC++.
Sun Feb 3 11:16:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 185928204ae..560047e2b03 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Sun Feb 3 17:59:36 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION):
+
+ Explicitly defined the above macro as this is needed for SunOS
+ gcc to work. This was inside a __SUNPRO_CC #ifdef. I missed that
+ in my previous change. This should fix the builds under SunOS
+ gcc.
+
Sun Feb 3 18:32:29 2002 Craig Rodrigues <crodrigu@bbn.com>
* tests/TP_Reactor_Test.cpp: Use size_t instead of long
@@ -11,13 +20,13 @@ Sun Feb 3 09:20:04 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Sun Feb 3 08:22:28 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * tests/Makefile:
+ * tests/Makefile:
Regenerated makefile to create dependencies for TP_Reactor_Test.
Sun Feb 3 08:05:12 2002 Venkita Subramonian <venkita@cs.wustl.edu>
- * tests/TP_Reactor_Test.dsp (RSC):
- Regenerated the file in MSVC++.
+ * tests/TP_Reactor_Test.dsp (RSC):
+ Regenerated the file in MSVC++.
Sun Feb 3 11:16:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index 21b6463f773..a10bd2c2539 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -91,6 +91,9 @@
// this must appear before its #include.
# define ACE_HAS_STRING_CLASS
# include "ace/config-g++-common.h"
+// Need to define this explicitly as SunOS doesn't ship with the latest
+// binutils needed for implicit template instantiation
+# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
# define ACE_HAS_HI_RES_TIMER
// Denotes that GNU has cstring.h as standard, to redefine memchr().
# define ACE_HAS_GNU_CSTRING_H