arc: Don't generate dynamic relocation for non SEC_ALLOC sections
[deliverable/binutils-gdb.git] / opcodes / ns32k-dis.c
index 12df182d0a442bec0f222741126739130f7dd4c1..eac461a969269f057c7d6d23f19189639e55f30a 100644 (file)
@@ -524,9 +524,7 @@ print_insn_arg (int d,
          /* Immediate.  */
          switch (d)
            {
-           case 'I':
-           case 'Z':
-           case 'A':
+           default:
              /* I and Z are output operands and can`t be immediate
                 A is an address and we can`t have the address of
                 an immediate either. We don't know how much to increase
This page took 0.062095 seconds and 4 git commands to generate.