Make the objfile constructor private
[deliverable/binutils-gdb.git] / opcodes / microblaze-opc.h
index 4fbd8e22158b66123f71663d5547b0648b0eb09b..62ee3c9a4d1a0f3a89efc94c40d6d0ee10c9bc2f 100644 (file)
@@ -1,6 +1,6 @@
 /* microblaze-opc.h -- MicroBlaze Opcodes
 
-   Copyright (C) 2009-2016 Free Software Foundation, Inc.
+   Copyright (C) 2009-2019 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
 
 struct op_code_struct
 {
-  char * name;
+  const char * name;
   short inst_type;            /* Registers and immediate values involved.  */
   short inst_offset_type;     /* Immediate vals offset from PC? (= 1 for branches).  */
   short delay_slots;          /* Info about delay slots needed after this instr. */
This page took 0.031579 seconds and 4 git commands to generate.