mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-28 20:34:54 +08:00
Assemble 'bad' moxie instruction
This commit is contained in:
@ -535,6 +535,13 @@ md_assemble (char *str)
|
|||||||
BFD_RELOC_MOXIE_10_PCREL);
|
BFD_RELOC_MOXIE_10_PCREL);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case MOXIE_BAD:
|
||||||
|
iword = 0;
|
||||||
|
while (ISSPACE (*op_end))
|
||||||
|
op_end++;
|
||||||
|
if (*op_end != 0)
|
||||||
|
as_warn (_("extra stuff on line ignored"));
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user