summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 17:28:00 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-03 17:28:00 +0000
commitc709cc1b6fb7090b8f926744feaa5efad317bc70 (patch)
tree311daed121286ccb1f3c4fcfc685e852c10dfbe0
parent577f0ec8a7af8e359ee8655bfa67c78eae8ff7d5 (diff)
downloadATCD-c709cc1b6fb7090b8f926744feaa5efad317bc70.tar.gz
set an ACE_DEFAULT_BASE_ADDR, on Alpha for now. This might
be necessary on Intel as well.
-rw-r--r--ace/config-linux-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h
index cf37204c830..1d966fbed2c 100644
--- a/ace/config-linux-common.h
+++ b/ace/config-linux-common.h
@@ -11,6 +11,9 @@
#if defined (__alpha__)
# define ACE_HAS_64BIT_LONGS
+// The following might be necessary on Intel as well as Alpha.
+#define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
+
// The following might only be necessary on Alpha?
# define ACE_HAS_DLFCN_H_BROKEN_EXTERN_C
# define ACE_HAS_SIGWAIT