diff options
author | John Gilmore <gnu@cygnus> | 1991-11-14 21:20:12 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-14 21:20:12 +0000 |
commit | 430923f3fa448bb555c0273d9d66260fb5c59308 (patch) | |
tree | f574d9676cf6e6aec7db01212f9270e090629a83 /gdb/ChangeLog | |
parent | 9dd0e793d765a1b9fcfce1a4ca462f7cd61ddee2 (diff) | |
download | gdb-430923f3fa448bb555c0273d9d66260fb5c59308.zip gdb-430923f3fa448bb555c0273d9d66260fb5c59308.tar.gz gdb-430923f3fa448bb555c0273d9d66260fb5c59308.tar.bz2 |
* m88k-tdep.c (examine_prologue): Deal with OR instructions
that shuffle parameters into other regs.
* symtab.c (decode_line_1): Fix bug introduced in Per's change
of Nov 12th.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 48662d5..a80c8e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Nov 14 13:18:25 1991 John Gilmore (gnu at cygnus.com) + + * m88k-tdep.c (examine_prologue): Deal with OR instructions + that shuffle parameters into other regs. + * symtab.c (decode_line_1): Fix bug introduced in Per's change + of Nov 12th. + Wed Nov 13 19:51:11 1991 Steve Chamberlain (sac at cygnus.com) * Makefile.in, xconfig/delta88 made it install a sysV manual page; |