aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-10-16 20:08:59 -0700
committerPaul Eggert2013-10-16 20:08:59 -0700
commitbb9937df2db9129cdc248532a93f406221a2f65c (patch)
tree2f667dad6e953d2d5f49c5ed886c61b8ac2d7a30 /src/ChangeLog
parentf2752e013d24133b645d60b226579f8ae9f1587d (diff)
downloademacs-bb9937df2db9129cdc248532a93f406221a2f65c.tar.gz
emacs-bb9937df2db9129cdc248532a93f406221a2f65c.zip
Make VALMASK visible to GDB even if clang is used.
* emacs.c (MAIN_PROGRAM): New macro. * lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END): New macros. (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them. Fixes: debbugs:15574
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e175a723dc..f95ee3384bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12013-10-17 Paul Eggert <eggert@cs.ucla.edu> 12013-10-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Make VALMASK visible to GDB even if clang is used (Bug#15574).
4 * emacs.c (MAIN_PROGRAM): New macro.
5 * lisp.h (DEFINE_GDB_SYMBOL_BEGIN, DEFINE_GDB_SYMBOL_END): New macros.
6 (ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them.
7
3 bool vector int width fixes 8 bool vector int width fixes
4 * data.c (bool_vector_spare_mask, Fbool_vector_count_matches) 9 * data.c (bool_vector_spare_mask, Fbool_vector_count_matches)
5 (Fbool_vector_count_matches_at): 10 (Fbool_vector_count_matches_at):