forked from Imagelibrary/binutils-gdb
gas d30v_insn plus other non-const pointers
d30v has a bunch of casts that are only needed due to various types missing a const. Fix that.
This commit is contained in:
@@ -279,8 +279,8 @@ extern const struct d30v_format d30v_format_table[];
|
||||
/* formats, 2 SHORT_A forms and a LONG form. */
|
||||
struct d30v_insn
|
||||
{
|
||||
struct d30v_opcode *op; /* pointer to an entry in the opcode table */
|
||||
struct d30v_format *form; /* pointer to an entry in the format table */
|
||||
const struct d30v_opcode *op; /* pointer to an entry in the opcode table */
|
||||
const struct d30v_format *form; /* pointer to an entry in the format table */
|
||||
int ecc; /* execution condition code */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user