diff options
author | Felix Lee <flee@cygnus> | 1997-09-18 06:03:52 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-18 06:03:52 +0000 |
commit | 3e906c081acc98069ea4b47a7b43face23b158dd (patch) | |
tree | bd4538a540541a97e93c21b9aa8d2686a3ca2c29 /sim/v850 | |
parent | 88770c1c90ea03dc207040da395623121a16fa14 (diff) | |
download | gdb-3e906c081acc98069ea4b47a7b43face23b158dd.zip gdb-3e906c081acc98069ea4b47a7b43face23b158dd.tar.gz gdb-3e906c081acc98069ea4b47a7b43face23b158dd.tar.bz2 |
sanitization fixes. typoes, missing fences, "start" instead of "end", etc.
Diffstat (limited to 'sim/v850')
-rw-r--r-- | sim/v850/ChangeLog | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 47ae556..8787007 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -94,7 +94,7 @@ Mon Sep 15 18:44:05 1997 Jim Wilson <wilson@cygnus.com> * simops.c (Multiply64): Don't store into register zero. -start-sanitize-v850e +end-sanitize-v850e Tue Sep 16 09:02:00 1997 Andrew Cagney <cagney@b1.cygnus.com> * Makefile.in (semantics.o): Add dependency. @@ -439,7 +439,7 @@ Mon Aug 18 10:59:02 1997 Nick Clifton <nickc@cygnus.com> * simops.c (OP_300, OP_400, OP_60, OP_70): Support variant opcodes with US bit set in the PSW. -start-sanitize-v850eq +end-sanitize-v850eq Wed Aug 13 19:06:55 1997 Nick Clifton <nickc@cygnus.com> @@ -461,15 +461,9 @@ start-sanitize-v850e * simops.c: Add support for v850e instructions. - * .Sanitize (Do-first, Do-last): Add support for keep-v850e - command line option. - end-sanitize-v850e start-sanitize-v850eq - * .Sanitize (Do-first, Do-last): Add support for keep-v850eq - command line option. - * simops.c: Add support for v850eq instructions. end-sanitize-v850eq |