Add support to AArch64 disassembler for verifying instructions. Add verifier for...
[deliverable/binutils-gdb.git] / include / opcode / spu.h
index c6468303bc0d117f2c9bc45c3a6e3d785177a152..d51a547087398e36371873b390c1aacad1eb37e4 100644 (file)
@@ -1,6 +1,6 @@
 /* SPU ELF support for BFD.
 
-   Copyright 2006, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006-2016 Free Software Foundation, Inc.
 
    This file is part of GDB, GAS, and the GNU binutils.
 
@@ -83,7 +83,7 @@ struct spu_opcode
 {
    spu_iformat insn_type;
    unsigned int opcode;
-   char *mnemonic;
+   const char *mnemonic;
    int arg[5];
 };
 
This page took 0.025234 seconds and 4 git commands to generate.