diff options
author | Chris Demetriou <cgd@google.com> | 2002-03-05 07:34:01 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-03-05 07:34:01 +0000 |
commit | f27477be53cffa9e15119198c88cbd04d7285c3b (patch) | |
tree | b499b32e874c8af53dfca354ba40c687b5c2cb30 /sim/mips | |
parent | fe32ba4a055405951c1b07b76241b1a34aabf8e4 (diff) | |
download | gdb-f27477be53cffa9e15119198c88cbd04d7285c3b.tar.gz |
2002-02-04 Chris Demetriou <cgd@broadcom.com>
* mips.igen: Remove gencode comment from top of file, fix
spelling in another comment.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 5 | ||||
-rw-r--r-- | sim/mips/mips.igen | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 1de211c65d9..b261dbaa1e3 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,5 +1,10 @@ 2002-02-04 Chris Demetriou <cgd@broadcom.com> + * mips.igen: Remove gencode comment from top of file, fix + spelling in another comment. + +2002-02-04 Chris Demetriou <cgd@broadcom.com> + * mips.igen (check_fmt, check_fmt_p): New functions to check whether specific floating point formats are usable. (ABS.fmt, ADD.fmt, CEIL.L.fmt, CEIL.W, DIV.fmt, FLOOR.L.fmt) diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen index e03f226e9e4..da55b8c069c 100644 --- a/sim/mips/mips.igen +++ b/sim/mips/mips.igen @@ -1,9 +1,5 @@ // -*- C -*- // -// In mips.igen, the semantics for many of the instructions were created -// using code generated by gencode. Those semantic segments could be -// greatly simplified. -// // <insn> ::= // <insn-word> { "+" <insn-word> } // ":" <format-name> @@ -274,7 +270,7 @@ // Helper: // // Check that the 64-bit instruction can currently be used, and signal -// an ReservedInstruction exception if not. +// a ReservedInstruction exception if not. // :function:::void:check_u64:instruction_word insn |