]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 70b188917c066ded8e5828ef7ea0b5e07ac74bc4..ffc554f75857da89f40f2a1ecbdffae7448f3124 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}