diff options
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 |