diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-10 16:27:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-10 16:27:34 +0000 |
commit | 4045fbb497184ad9529a861fc0296d8f391b3f6c (patch) | |
tree | d0ba8d758c7b3f88e7cb97bb6f6ddb121908ca29 /gas | |
parent | 6440d65c347602c31af7469e45b738371d3570b3 (diff) | |
download | gdb-4045fbb497184ad9529a861fc0296d8f391b3f6c.zip gdb-4045fbb497184ad9529a861fc0296d8f391b3f6c.tar.gz 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.c | 1 |
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} |