Update Ukranian translations for bfd, binutils, gas, gold, ld and opcodes
[deliverable/binutils-gdb.git] / include / opcode / i960.h
index dc0e78f88a1507d89423883f6b203d163fb75967..2c7193c32524d9f721497a1b8b587da77479ffb9 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic 80960 instruction formats.
 
-   Copyright 2001, 2010 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                              */
        char operand[3];/* Operand descriptors; same order as assembler instr */
 };
 
-/* Classes of 960 intructions:
+/* Classes of 960 instructions:
  *     - each instruction falls into one class.
  *     - each target architecture supports one or more classes.
  *
This page took 0.024863 seconds and 4 git commands to generate.