From cf897ce253ab6d0b0d584af1811c32e9cfaa06a3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 23 Jul 1993 02:55:25 +0000 Subject: * read.c (read_a_source_file): In NO_PSEUDO_DOT case, if we find a pseudo-op with a poc_handler field of NULL, ignore it and treat it as an instruction instead. * config/tc-m88k.c (md_pseudo_table): Add "set" with a NULL poc_handler field. --- gas/config/tc-m88k.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/config') diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c index 76f7fa5..ea5635f 100644 --- a/gas/config/tc-m88k.c +++ b/gas/config/tc-m88k.c @@ -168,6 +168,8 @@ const pseudo_typeS md_pseudo_table[] = {"string", stringer, 0}, {"word", cons, 4}, {"zero", s_space, 0}, + /* Force set to be treated as an instruction. */ + {"set", NULL, 0}, {0} }; -- cgit v1.1