sanitization fixes. typoes, missing fences, "start" instead of "end", etc.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user