summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-24 17:46:17 +0000
committerSteve Huston <shuston@riverace.com>2002-07-24 17:46:17 +0000
commitbdf1d691ca93420e5da55a76398a1cea29899db6 (patch)
tree182248d3e29b70c336595b43a42d5101dbae24fb
parentd96b3a0a4dd422f836bf2589c84beb8439d73a6f (diff)
downloadATCD-bdf1d691ca93420e5da55a76398a1cea29899db6.tar.gz
ChangeLogTag:Wed Jul 24 13:42:37 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/OS.cpp4
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94859e61409..453e0c43a98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jul 24 13:42:37 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.cpp (uname): Added case for PROCESSOR_ARCHITECTURE_IA64
+ when decoding processor type.
+
Wed Jul 24 10:58:22 2002 Steve Huston <shuston@riverace.com>
* ace/Acceptor.cpp (ACE_Acceptor::handle_input): When calling select(),
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 94859e61409..453e0c43a98 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Wed Jul 24 13:42:37 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/OS.cpp (uname): Added case for PROCESSOR_ARCHITECTURE_IA64
+ when decoding processor type.
+
Wed Jul 24 10:58:22 2002 Steve Huston <shuston@riverace.com>
* ace/Acceptor.cpp (ACE_Acceptor::handle_input): When calling select(),
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 506924f81b6..b87cf0babfc 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -550,6 +550,10 @@ ACE_OS::uname (ACE_utsname *name)
else if (sinfo.wProcessorLevel == 20)
ACE_OS::strcpy (subtype, ACE_LIB_TEXT ("620"));
break;
+ case PROCESSOR_ARCHITECTURE_IA64:
+ ACE_OS_String::strcpy (processor, ACE_LIB_TEXT ("Itanium"));
+ ACE_OS::sprintf (subtype, ACE_LIB_TEXT ("%d"), sinfo.wProcessorLevel);
+ break;
case PROCESSOR_ARCHITECTURE_UNKNOWN:
default:
// @@ We could provide WinCE specific info here. But let's