aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-02-20 16:07:53 -0800
committerPaul Eggert2012-02-20 16:07:53 -0800
commitcb3a28cc909e79244a477dcc357e38da658a8992 (patch)
treef782cc1941a9aa4fde43789f81ec0ba00b9ad3c4 /src/ChangeLog
parent2d2f6581283113ad4c806e7f176724e7d3013172 (diff)
downloademacs-cb3a28cc909e79244a477dcc357e38da658a8992.tar.gz
emacs-cb3a28cc909e79244a477dcc357e38da658a8992.zip
In GDB scripts, don't assume that EMACS_INT fits in long.
* etc/emacs-buffer.gdb ($valmask): Don't assume EMACS_INT fits in 'long'. * src/.gdbinit (xreload): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 911799b2bd2..bd376e9b855 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-02-20 Paul Eggert <eggert@cs.ucla.edu> 12012-02-20 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * .gdbinit (xreload): Don't assume EMACS_INT fits in 'long'
4 when computing $valmask.
5
3 Fix crash due to non-contiguous EMACS_INT (Bug#10780). 6 Fix crash due to non-contiguous EMACS_INT (Bug#10780).
4 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it. 7 * lisp.h (VALBITS): Move definition up, so that USE_LSB_TAG can use it.
5 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0. 8 (USE_LSB_TAG): Do not define if UINTPTR_MAX >> VALBITS == 0.