aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorUlrich Müller2012-06-03 16:14:22 -0700
committerGlenn Morris2012-06-03 16:14:22 -0700
commitc71232db6e7a2dbd0cb0830829dcce8285ffa138 (patch)
tree8f08f7d51cd276908dee9838df21e70937d1af8e /src/ChangeLog
parent7afbaca445e5d49ece642f5b809ff0cdcbd69356 (diff)
downloademacs-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/ChangeLog8
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 @@
12012-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
12012-06-03 Chong Yidong <cyd@gnu.org> 92012-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