Link option -T0x400000 on AIX PS/2
authorJohn Carr <jfc@mit.edu>
Mon, 3 Jun 1991 17:03:05 +0000 (17:03 +0000)
committerJohn Carr <jfc@mit.edu>
Mon, 3 Jun 1991 17:03:05 +0000 (17:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2145 dc483132-0cff-0310-8789-dd5450dbe970

src/config/site.def

index 2c31139d950a4bd76f14b5a04aa0fc7a6961233d..f3f1d436d3356d70ab37f771a2087f33ef59b106 100644 (file)
 #endif
 
 /* The -Z flag is a special loader flag at Athena to unmap page zero on
-   some architectures that normally allow p0 references, e.g. VAX BSD. */
+   some architectures that normally allow p0 references, e.g. VAX BSD.
+
+   -T0x400000 has a similar effect on AIX 1.2
+
+   Symbolic debugging is difficult on RT and PS/2 when this option is used. */
 #ifndef UltrixArchitecture
+#if defined(AIXArchitecture) && OSMajorVersion == 1
+#define        ExtraLoadFlags -T0x400000
+#else
 #define ExtraLoadFlags -Z
 #endif
+#endif
 
 #ifndef DefaultCDebugFlags
 #if HasGcc