mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Assemble 'bad' moxie instruction
This commit is contained in:
@ -535,6 +535,13 @@ md_assemble (char *str)
|
||||
BFD_RELOC_MOXIE_10_PCREL);
|
||||
}
|
||||
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:
|
||||
abort ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user