aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-24 10:36:27 +0300
committerEli Zaretskii2010-04-24 10:36:27 +0300
commit2d4018aa48efa359bcc5cce63d9335204ce53ff9 (patch)
treeb6c21c1442d0244aa50144cbdc5987caf9ecd586 /src/ChangeLog
parentcbcfee6ef444ccb578b31417a836e9de98d566ba (diff)
downloademacs-2d4018aa48efa359bcc5cce63d9335204ce53ff9.tar.gz
emacs-2d4018aa48efa359bcc5cce63d9335204ce53ff9.zip
Fix GDB startup with src/.gdbinit.
.gdbinit: Add a "set Fmake_symbol" line to force GDB load the definition of "struct Lisp_Symbol".
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 e1b07d50a3b..033a32a0a58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-04-24 Eli Zaretskii <eliz@gnu.org>
2
3 * .gdbinit: Add a "set Fmake_symbol" line to force GDB load the
4 definition of "struct Lisp_Symbol".
5
12010-04-24 Glenn Morris <rgm@gnu.org> 62010-04-24 Glenn Morris <rgm@gnu.org>
2 7
3 * Makefile.in (CRT_DIR): New variable, set by configure. 8 * Makefile.in (CRT_DIR): New variable, set by configure.