aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2012-08-19 12:50:03 +0200
committerAndreas Schwab2012-08-19 12:50:03 +0200
commit6b1319cec2cc1753ca527533f78fe45069342dfa (patch)
treec8247374d64250b9d7873c24daaecbc826532434 /src/ChangeLog
parent9e677988f40fcbcd0a2283cbc7f8b7b087427fae (diff)
downloademacs-6b1319cec2cc1753ca527533f78fe45069342dfa.tar.gz
emacs-6b1319cec2cc1753ca527533f78fe45069342dfa.zip
* .gdbinit: Use call instead of set when calling a function in the
inferior.
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 84271438a81..a287474ec06 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12012-08-19 Andreas Schwab <schwab@linux-m68k.org> 12012-08-19 Andreas Schwab <schwab@linux-m68k.org>
2 2
3 * .gdbinit: Use call instead of set when calling a function in the
4 inferior.
5
3 * data.c (set_internal): Don't use set_blv_found. 6 * data.c (set_internal): Don't use set_blv_found.
4 (Fkill_local_variable): Likewise. 7 (Fkill_local_variable): Likewise.
5 8