diff options
| author | Paul Eggert | 2014-04-23 11:23:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-04-23 11:23:28 -0700 |
| commit | 417c9bcba10006e773e24cbed1ddb9b16712ceb0 (patch) | |
| tree | f318ad687dc4c7ab3f47ec06ea6cbff765cb3134 /src/ChangeLog | |
| parent | ddc13efd7096bf8cb745cd7b03b6f064747680bc (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-04-22 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2014-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. |