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 /include | |
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 'include')
-rw-r--r-- | include/opcode/ChangeLog | 10 | ||||
-rw-r--r-- | include/opcode/v850.h | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e1363fa..3b39a18 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -64,16 +64,6 @@ Mon Aug 18 11:05:58 1997 Nick Clifton <nickc@cygnus.com> Wed Aug 13 18:45:48 1997 Nick Clifton <nickc@cygnus.com> -start-sanitize-v850e - * .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 options. -end-sanitize-v850eq - * v850.h (struct v850_opcode): Add flags field. (struct v850_operand): Extend meaning of 'bits' and 'shift' fields. diff --git a/include/opcode/v850.h b/include/opcode/v850.h index c2205e0..02dd17a 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -62,7 +62,7 @@ struct v850_opcode /* end-sanitize-v850e */ /* start-sanitize-v850eq */ #define PROCESSOR_V850EQ (1 << 2) /* Just the V850EQ. */ -/* start-sanitize-v850eq */ +/* end-sanitize-v850eq */ /* The table itself is sorted by major opcode number, and is otherwise in the order in which the disassembler should consider |