diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-02-27 01:24:37 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-02-27 01:24:37 +0000 |
commit | bc56c8fa67fd067d8082ec0813f18269bca434f1 (patch) | |
tree | 1780b76aa606ea7ce6d5dd5e9af4ea7e246cf0fb /sim/moxie/ChangeLog | |
parent | c3e4ae2903ff58e2a9f4efc9d0d5159839c1c1ed (diff) | |
download | gdb-bc56c8fa67fd067d8082ec0813f18269bca434f1.zip gdb-bc56c8fa67fd067d8082ec0813f18269bca434f1.tar.gz gdb-bc56c8fa67fd067d8082ec0813f18269bca434f1.tar.bz2 |
sim/moxie/
* interp.c (sim_create_inferior): Fix crashes on zero PROG_BFD or ARGV.
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r-- | sim/moxie/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index c2c1c65..043927d 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,7 @@ +2010-02-27 Jan Kratochvil <jan.kratochvil@redhat.com> + + * interp.c (sim_create_inferior): Fix crashes on zero PROG_BFD or ARGV. + 2010-02-03 Anthony Green <green@moxielogic.com> * interp.c (sim_resume): nop is 0x0f, and 0x00 is an illegal |