mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 05:44:41 +08:00
* config/tc-i386.c (md_pseudo_table): Remove "zero".
* config/tc-m88k.c (md_pseudo_table): Likewise.
This commit is contained in:
@ -173,7 +173,6 @@ const pseudo_typeS md_pseudo_table[] =
|
|||||||
{"bss", s_lcomm, 1},
|
{"bss", s_lcomm, 1},
|
||||||
{"string", stringer, 0},
|
{"string", stringer, 0},
|
||||||
{"word", cons, 4},
|
{"word", cons, 4},
|
||||||
{"zero", s_space, 0},
|
|
||||||
/* Force set to be treated as an instruction. */
|
/* Force set to be treated as an instruction. */
|
||||||
{"set", NULL, 0},
|
{"set", NULL, 0},
|
||||||
{0}
|
{0}
|
||||||
|
Reference in New Issue
Block a user