https://sourceware.org/bugzilla/show_bug.cgi?id=23305

--- Comment #1 from Sebastian Huber <sebastian.hu...@embedded-brains.de> ---
One problem is that:

opcodes/riscv-opc.c:{"lla",       "I",   "d,A",  0,    (int) M_LLA, 
match_never, INSN_MACRO },

Running the test case in GDB yields:

1487          for (args = insn->args;; ++args)
(gdb) 
2120            }
(gdb) 
1489              s += strspn (s, " \t");
(gdb) 
1490              switch (*args)
(gdb) 
1929                  my_getExpression (imm_expr, s);
(gdb) 
1930                  normalize_constant_expr (imm_expr);
(gdb) 
1932                  if (imm_expr->X_op != O_symbol)
(gdb) 
2121          s = argsStart;
(gdb) 
2122          error = _("illegal operands");
(gdb) p imm_expr->X_op
$1 = O_constant

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to