aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-10 16:27:34 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-10 16:27:34 +0000
commit4045fbb497184ad9529a861fc0296d8f391b3f6c (patch)
treed0ba8d758c7b3f88e7cb97bb6f6ddb121908ca29 /gas
parent6440d65c347602c31af7469e45b738371d3570b3 (diff)
downloadfsf-binutils-gdb-4045fbb497184ad9529a861fc0296d8f391b3f6c.zip
fsf-binutils-gdb-4045fbb497184ad9529a861fc0296d8f391b3f6c.tar.gz
fsf-binutils-gdb-4045fbb497184ad9529a861fc0296d8f391b3f6c.tar.bz2
* config/tc-i386.c (md_pseudo_table): Remove "zero".
* config/tc-m88k.c (md_pseudo_table): Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/config/tc-m88k.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c
index 70b1889..ffc554f 100644
--- a/gas/config/tc-m88k.c
+++ b/gas/config/tc-m88k.c
@@ -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}