aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-04-23 11:23:28 -0700
committerPaul Eggert2014-04-23 11:23:28 -0700
commit417c9bcba10006e773e24cbed1ddb9b16712ceb0 (patch)
treef318ad687dc4c7ab3f47ec06ea6cbff765cb3134 /src/ChangeLog
parentddc13efd7096bf8cb745cd7b03b6f064747680bc (diff)
downloademacs-417c9bcba10006e773e24cbed1ddb9b16712ceb0.tar.gz
emacs-417c9bcba10006e773e24cbed1ddb9b16712ceb0.zip
* conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0
and to clang 3.4, which have fixed the bug. This should let us run a bit faster on these platforms when address sanitization is in effect.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fdbf922173b..1a4c29f2580 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12014-04-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 * conf_post.h (ADDRESS_SANITIZER_WORKAROUND): Port to GCC 4.9.0
4 and to clang 3.4, which have fixed the bug. This should let us
5 run a bit faster on these platforms when address sanitization is
6 in effect.
7
12014-04-22 Paul Eggert <eggert@cs.ucla.edu> 82014-04-22 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Port to GCC 4.9.0 with --enable-gcc-warnings. 10 Port to GCC 4.9.0 with --enable-gcc-warnings.