diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4b9e07..84f410f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com> + + * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca + with xmalloc/cleanup. + * mt-tdep.c (mt_push_dummy_call): Likewise. + * tilegx-tdep.c (tilegx_push_dummy_call): Likewise. + * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise. + 2012-08-24 Yao Qi <yao@codesourcery.com> * jv-exp.y (push_expression_name): Add "." at the end of error |