Don't run personality syscall at configure time; don't check it at all
[deliverable/binutils-gdb.git] / gdbserver / linux-low.cc
index ca3d25943df74e40d7db7d86492fb6d06b578a4a..9debe894eeb2b95dbf5b7f86b4f9188920a68a01 100644 (file)
@@ -6224,11 +6224,7 @@ linux_process_target::core_of_thread (ptid_t ptid)
 bool
 linux_process_target::supports_disable_randomization ()
 {
-#ifdef HAVE_PERSONALITY
   return true;
-#else
-  return false;
-#endif
 }
 
 bool
This page took 0.043561 seconds and 4 git commands to generate.