* config/tc-i386.c (md_pseudo_table): Remove "zero".

* config/tc-m88k.c (md_pseudo_table): Likewise.
This commit is contained in:
Ian Lance Taylor
1994-02-10 16:27:34 +00:00
parent 6440d65c34
commit 4045fbb497

View File

@ -173,7 +173,6 @@ const pseudo_typeS md_pseudo_table[] =
{"bss", s_lcomm, 1},
{"string", stringer, 0},
{"word", cons, 4},
{"zero", s_space, 0},
/* Force set to be treated as an instruction. */
{"set", NULL, 0},
{0}