opcodes/
* s390-mkopc.c (file_header): Add const.
This commit is contained in:
parent
ccd6faef2b
commit
cdaaa29dd6
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-11-29 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* s390-mkopc.c (file_header): Add const.
|
||||
|
||||
2012-11-29 David Holsgrove <david.holsgrove@xilinx.com>
|
||||
|
||||
* microblaze-opc.h: Rename INST_TYPE_RD_R1_SPECIAL to
|
||||
|
|
|
@ -276,7 +276,7 @@ insertExpandedMnemonic (char *opcode, char *mnemonic, char *format,
|
|||
fprintf (stderr, "Malformed mnemonic: %s\n", mnemonic);
|
||||
}
|
||||
|
||||
static char file_header[] =
|
||||
static const char file_header[] =
|
||||
"/* The opcode table. This file was generated by s390-mkopc.\n\n"
|
||||
" The format of the opcode table is:\n\n"
|
||||
" NAME OPCODE MASK OPERANDS\n\n"
|
||||
|
|
Loading…
Reference in a new issue