Fix build on rhES5
[deliverable/binutils-gdb.git] / gdb / nat / linux-personality.c
index 9ce345bc6de2a8c4a8fff4e1615f773bc8c51cad..27999fd19df6a67c27c4736ff95136db86d54266 100644 (file)
 
 #include <sys/personality.h>
 
+# if !HAVE_DECL_ADDR_NO_RANDOMIZE
+#  define ADDR_NO_RANDOMIZE 0x0040000
+# endif /* ! HAVE_DECL_ADDR_NO_RANDOMIZE */
+
 /* See comment on nat/linux-personality.h.  */
 
 maybe_disable_address_space_randomization::
This page took 0.026481 seconds and 4 git commands to generate.