bfd/
[deliverable/binutils-gdb.git] / gas / config / tc-pdp11.c
index 41f51bf7af6e99ef2c45ebf49a0bb1b60d7c543e..98e241f67b7e5935038345aedb1c15fd7f7637aa 100644 (file)
@@ -501,8 +501,6 @@ parse_op_no_deferred (char *str, struct pdp11_code *operand)
       /* label, d(rn), -(rn)  */
     default:
       {
-       char *old = str;
-
        if (strncmp (str, "-(", 2) == 0)        /* -(rn) */
          {
            str = parse_reg (str + 2, operand);
@@ -527,11 +525,6 @@ parse_op_no_deferred (char *str, struct pdp11_code *operand)
 
        if (*str != '(')
          {
-           if (operand->reloc.exp.X_op != O_symbol)
-             {
-               operand->error = _("Label expected");
-               return old;
-             }
            operand->code = 067;
            operand->additional = 1;
            operand->word = 0;
This page took 0.023383 seconds and 4 git commands to generate.