diff options
author | Tom Tromey <tromey@redhat.com> | 2009-09-21 16:18:42 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-09-21 16:18:42 +0000 |
commit | ce0420dced59a0e1fc114e9bee2117ded5342021 (patch) | |
tree | 1eeec572e176a97dc1a4e1af40bb5c3d2e5853d9 /gdb/ChangeLog | |
parent | 943fef64b24885fd2aa49427c639c455bf5508ee (diff) | |
download | gdb-ce0420dced59a0e1fc114e9bee2117ded5342021.zip gdb-ce0420dced59a0e1fc114e9bee2117ded5342021.tar.gz gdb-ce0420dced59a0e1fc114e9bee2117ded5342021.tar.bz2 |
2009-09-21 Jason Orendorff <jason.orendorff@gmail.com>
PR python/10666:
* python/py-function.c (fnpy_init): Use xstrdup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 14705d8..83d7376 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-09-21 Jason Orendorff <jason.orendorff@gmail.com> + + PR python/10666: + * python/py-function.c (fnpy_init): Use xstrdup. + 2009-09-21 Jie Zhang <jie.zhang@analog.com> * doc/gdb.texinfo: Escape "{" and "}". |