diff options
| author | Ulrich Müller | 2012-06-03 16:14:22 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-06-03 16:14:22 -0700 |
| commit | c71232db6e7a2dbd0cb0830829dcce8285ffa138 (patch) | |
| tree | 8f08f7d51cd276908dee9838df21e70937d1af8e /src/ChangeLog | |
| parent | 7afbaca445e5d49ece642f5b809ff0cdcbd69356 (diff) | |
| download | emacs-c71232db6e7a2dbd0cb0830829dcce8285ffa138.tar.gz emacs-c71232db6e7a2dbd0cb0830829dcce8285ffa138.zip | |
Workaround dumping problem on PaX-enabled Linux kernels
* configure.in (PAXCTL): Check for paxctl.
* src/Makefile.in (PAXCTL): Define.
(temacs$(EXEEXT)): Disable memory randomization for the temacs
binary via PaX flags if the paxctl utility is available.
(emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)):
Restore PaX flags to their default.
Fixes: debbugs:11398
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4eaf2d49f36..7f8a356eb71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-06-03 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * Makefile.in (PAXCTL): Define. | ||
| 4 | (temacs$(EXEEXT)): Disable memory randomization for the temacs | ||
| 5 | binary via PaX flags if the paxctl utility is available. | ||
| 6 | (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): | ||
| 7 | Restore PaX flags to their default. (Bug#11398) | ||
| 8 | |||
| 1 | 2012-06-03 Chong Yidong <cyd@gnu.org> | 9 | 2012-06-03 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte | 11 | * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte |