Update Ukranian translations for bfd, binutils, gas, gold, ld and opcodes
[deliverable/binutils-gdb.git] / include / opcode / i960.h
index e651f09fc519fb478eb2b3d018644eb071cdb080..2c7193c32524d9f721497a1b8b587da77479ffb9 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic 80960 instruction formats.
 
-   Copyright (C) 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001-2018 Free Software Foundation, Inc.
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 /* Description of a single i80960 instruction */
 struct i960_opcode {
        long opcode;    /* 32 bits, constant fields filled in, rest zeroed */
-       char *name;     /* Assembler mnemonic                              */
+       const char *name;       /* Assembler mnemonic                              */
        short iclass;   /* Class: see #defines below                       */
        char format;    /* REG, COBR, CTRL, MEMn, COJ, FBRA, or CALLJ      */
        char num_ops;   /* Number of operands                              */
This page took 0.023897 seconds and 4 git commands to generate.