* config/tc-i386.c (md_pseudo_table): Remove "zero".
authorIan Lance Taylor <ian@airs.com>
Thu, 10 Feb 1994 16:27:34 +0000 (16:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 10 Feb 1994 16:27:34 +0000 (16:27 +0000)
* config/tc-m88k.c (md_pseudo_table): Likewise.

gas/config/tc-m88k.c

index 70b1889..ffc554f 100644 (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}