diff options
author | John Gilmore <gnu@cygnus> | 1991-12-20 18:56:37 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-20 18:56:37 +0000 |
commit | 859eb781d87c440545828bf39d8c1808c7107a2b (patch) | |
tree | e2be8e24289cea9b9e2211b71b9f4f4fb9d03eb4 /gdb/ChangeLog | |
parent | c2bb024d9792900bd7cb4c95472f00e94e81f5e5 (diff) | |
download | gdb-859eb781d87c440545828bf39d8c1808c7107a2b.zip gdb-859eb781d87c440545828bf39d8c1808c7107a2b.tar.gz gdb-859eb781d87c440545828bf39d8c1808c7107a2b.tar.bz2 |
Bugfix rfe and stbrx instrucionts.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9fbf153..caeea1d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 20 10:55:36 1991 John Gilmore (gnu at cygnus.com) + + * rs6k-opcode.h: Bugfix sfe and stbrx. By Al Kossow. + Wed Dec 18 17:09:06 1991 Stu Grossman (grossman at cygnus.com) * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c, @@ -50,7 +54,7 @@ Fri Dec 13 20:11:26 1991 John Gilmore (gnu at cygnus.com) (eb_create_inferior): New fn, from eb_start and nindy_create_inferior. (eb_close): Only use log_file if nonzero. - (eb_xfer_memory): If not writing, then read! + (eb_xfer_inferior_memory): If not writing, then read! (eb_read_inferior_memory, eb_write_inferior_memory): Return length. (eb_kill): A new no-op. (eb_mourn_inferior): Remove breakpoints, then generically weep. |