diff options
author | Jeff Law <law@redhat.com> | 1996-07-10 04:44:23 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-07-10 04:44:23 +0000 |
commit | 4679717d34c0fa27ffa5fbaf6cd655a6b683d9ae (patch) | |
tree | c188d6423a8e66e4bfea65fb1498fc927b4ebd5b /gdb/ChangeLog | |
parent | 3128726ccd0720b9dc13a7ebababe7d8a77d4ce5 (diff) | |
download | gdb-4679717d34c0fa27ffa5fbaf6cd655a6b683d9ae.zip gdb-4679717d34c0fa27ffa5fbaf6cd655a6b683d9ae.tar.gz gdb-4679717d34c0fa27ffa5fbaf6cd655a6b683d9ae.tar.bz2 |
* h8300-tdep.c: Remove some outdated comments.
(h8300_skip_prologue): Rework to be more correct for the H8/300H.
Handle stm.l insns for the H8/S.
(examine_prologue): Likewise.
HMSE stuff.
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 0f2e9eb..0b80a47 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 9 22:41:12 1996 Jeffrey A Law (law@cygnus.com) + + * h8300-tdep.c: Remove some outdated comments. + (h8300_skip_prologue): Rework to be more correct for the H8/300H. + Handle stm.l insns for the H8/S. + (examine_prologue): Likewise. + Tue Jul 9 16:48:55 1996 Raymond Jou <rjou@mexican.cygnus.com> * ser-mac.c (mac_close): Change a typo SetSetBuf to SerSetBuf. |