aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-09-22 21:14:58 +0000
committerTom Tromey <tromey@redhat.com>2009-09-22 21:14:58 +0000
commit89fa5381cbd8e13fe859f458ac0f46e13f7ea1c1 (patch)
treee1de7e4c9d099c608794976351a062774a61574d /gdb/ChangeLog
parent6a8f49fe0ad07100d352d23ff5d071b59a1a9230 (diff)
downloadgdb-89fa5381cbd8e13fe859f458ac0f46e13f7ea1c1.zip
gdb-89fa5381cbd8e13fe859f458ac0f46e13f7ea1c1.tar.gz
gdb-89fa5381cbd8e13fe859f458ac0f46e13f7ea1c1.tar.bz2
PR gdb/10583:
* python/py-value.c (valpy_int): Use PyLong_FromLongLong. (valpy_long): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 51cee9a..4b443ab 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2009-09-22 Tom Tromey <tromey@redhat.com>
+ PR gdb/10583:
+ * python/py-value.c (valpy_int): Use PyLong_FromLongLong.
+ (valpy_long): Likewise.
+
+2009-09-22 Tom Tromey <tromey@redhat.com>
+
PR python/10680:
* eval.c (evaluate_subexp_standard) <do_call_it>: Handle internal
functions in EVAL_AVOID_SIDE_EFFECTS case.