* src/sysdep.c: Improve comment wording.
This commit is contained in:
parent
c928f41330
commit
9ca40c4e70
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ maybe_disable_address_randomization (int argc, char **argv)
|
|||
{
|
||||
/* If dumping via unexec, ASLR must be disabled, as otherwise
|
||||
data may be scattered and undumpable as a simple executable.
|
||||
If pdumping, disabling ASLR makes the .pdmp file reproducible. */
|
||||
If pdumping, disabling ASLR lessens differences in the .pdmp file. */
|
||||
bool disable_aslr = will_dump_p ();
|
||||
# ifdef __PPC64__
|
||||
disable_aslr = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue