Hi, addressed all your objections. On Thu, 26 Jun 2008 16:41:50 +0200, Daniel Jacobowitz wrote: > I think it would be better to register the command unconditionally, > but only call personality if it is available. I'd like to keep > conditionally compiled code to a minimum. It still has some #ifdef-s for complaints when the feature is not available. > This test will only pass if the system supports address randomization > and has it enabled. There are now two detections: + untested "No randomization supported by this GDB" + untested "No randomization detected on this system" Thanks, Jan