summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-23 12:51:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-23 12:51:23 +0000
commitdcc370e16963ab8e0a5dd2297d79540a5d246c62 (patch)
treeb3c733413709a685d15cd5e8de9967f91b537d9e
parent88d126bd1814e8a203c2806b18d288473e0ea52e (diff)
downloadATCD-dcc370e16963ab8e0a5dd2297d79540a5d246c62.tar.gz
ChangeLogTag: Fri Jul 23 07:49:31 1999 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--ChangeLog-99b59
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU8
2 files changed, 41 insertions, 26 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 1a6ed861b3c..36cc09d497f 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,46 +1,53 @@
+Fri Jul 23 07:49:31 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * include/makeinclude/platform_sunos5_sunc++.GNU: added
+ comment about options for producing 64-bit binaries.
+ Thanks to Jeff Franks <Jeffrey_Franks@i-o.com> for
+ raising this issue.
+
Fri Jul 23 03:10:31 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Strategies_T.cpp (find_or_create_svc_handler_i):
- * ace/Cached_Connect_Strategy_T.cpp (cached_connect):
+ * ace/Strategies_T.cpp (find_or_create_svc_handler_i):
+ * ace/Cached_Connect_Strategy_T.cpp (cached_connect):
- I had added the new_connection() method that lets go of the lock
- for the duration of the connect(), but forgot to use it in the
- above functions ;) It should be fine now.
+ I had added the new_connection() method that lets go of the lock
+ for the duration of the connect(), but forgot to use it in the
+ above functions ;) It should be fine now.
- * tests/Cached_Conn_Test.cpp (cached_connect):
- * tests/Cached_Accept_Conn_Test.cpp (cached_connect):
+ * tests/Cached_Conn_Test.cpp (cached_connect):
+ * tests/Cached_Accept_Conn_Test.cpp (cached_connect):
- Host of the remote address should be ACE_LOCALHOST instead of
- ACE_DEFAULT_SERVER_HOST.
+ Host of the remote address should be ACE_LOCALHOST instead of
+ ACE_DEFAULT_SERVER_HOST.
Thu Jul 22 23:23:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Handle_Gobbler.h (class ACE_Handle_Gobbler): Inlined
- declaration of the functions.
+ * ace/Handle_Gobbler.h (class ACE_Handle_Gobbler): Inlined
+ declaration of the functions.
Thu Jul 22 20:03:54 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Acceptor.cpp: For sanity's sake, initialize all the data
- members to 0 in the ACE_Strategy_Acceptor constructor. Thanks
- to Jody Hagins <jody@atdesk.com> for reporting this.
+ * ace/Acceptor.cpp: For sanity's sake, initialize all the data
+ members to 0 in the ACE_Strategy_Acceptor constructor. Thanks
+ to Jody Hagins <jody@atdesk.com> for reporting this.
- * ace/Acceptor.cpp: The service_port_ data member in the
- ACE_Strategy_Acceptor wasn't being initialized to 0. Thanks to
- Jody Hagins <jody@atdesk.com> for reporting this.
+ * ace/Acceptor.cpp: The service_port_ data member in the
+ ACE_Strategy_Acceptor wasn't being initialized to 0. Thanks to
+ Jody Hagins <jody@atdesk.com> for reporting this.
- * ace/Acceptor.cpp: Modified the dump() and info() methods so that
- don't do bad things if service_name_ and service_description_
- are NULL. Thanks to Jody Hagins <jody@atdesk.com> for this
- suggestion.
+ * ace/Acceptor.cpp: Modified the dump() and info() methods so that
+ don't do bad things if service_name_ and service_description_
+ are NULL. Thanks to Jody Hagins <jody@atdesk.com> for this
+ suggestion.
- * ace/Message_Queue_T.h: Clarified what the errnos get set to when
- timeouts occur or queues are deactivated. Thanks to
- John Forest <forestj@res.raytheon.com> for suggesting this.
+ * ace/Message_Queue_T.h: Clarified what the errnos get set to when
+ timeouts occur or queues are deactivated. Thanks to
+ John Forest <forestj@res.raytheon.com> for suggesting this.
Thu Jul 22 16:55:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/Stats.cpp:
- Fixed message that had a %s but no argument!
+ * ace/Stats.cpp:
+ Fixed message that had a %s but no argument!
Thu Jul 22 15:12:18 1999 David L. Levine <levine@cs.wustl.edu>
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index f551c5d9814..166b6a09f1e 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -7,6 +7,14 @@
# inlining is disabled by default with Sun C++ 5.0. If you'd like
# to try enabling it, comment out the "inline = 0" line below.
#
+# To enable compilation of 64-bit binaries with Sun CC 5.0, a
+# platform_macros.GNU file such as this can be used:
+# fast=1
+# include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU
+# CCFLAGS += -xtarget=ultra2 -xarch=v9a #### CPU specific!
+# Please note that the xtarget and xarch settings are specific to
+# the target CPU.
+#
# With slight modification, this file could be used with Sun C++ 4.1.
# However, it's likely that you won't be able to build all of ACE
# with Sun C++ 4.1.