Add const qualifiers at various places.
[deliverable/binutils-gdb.git] / opcodes / microblaze-opc.h
index 4fbd8e22158b66123f71663d5547b0648b0eb09b..a1bc3d0558ea81b8d3a4f1441c90e1d4e36cf5c8 100644 (file)
 
 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.022704 seconds and 4 git commands to generate.