aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index e34ab2eb587..b436bfe74a8 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -167,7 +167,7 @@ maybe_disable_address_randomization (int argc, char **argv)
167 { 167 {
168 /* If dumping via unexec, ASLR must be disabled, as otherwise 168 /* If dumping via unexec, ASLR must be disabled, as otherwise
169 data may be scattered and undumpable as a simple executable. 169 data may be scattered and undumpable as a simple executable.
170 If pdumping, disabling ASLR makes the .pdmp file reproducible. */ 170 If pdumping, disabling ASLR lessens differences in the .pdmp file. */
171 bool disable_aslr = will_dump_p (); 171 bool disable_aslr = will_dump_p ();
172# ifdef __PPC64__ 172# ifdef __PPC64__
173 disable_aslr = true; 173 disable_aslr = true;