* config/tc-m88k.c (md_pseudo_table): Add ".set" so that the
authorIan Lance Taylor <ian@airs.com>
Wed, 5 Jul 1995 17:13:16 +0000 (17:13 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 5 Jul 1995 17:13:16 +0000 (17:13 +0000)
explicit pseudo-op works, while continuing to treat "set" as an
instruction.
PR 5199.

gas/ChangeLog
gas/config/tc-m88k.c

index 79b13a4ed151f17e57159db70502367fc9bfb1f9..b027b9d4e6224bea8958579bee108759ca907355 100644 (file)
@@ -1,5 +1,9 @@
 Wed Jul  5 12:01:49 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * config/tc-m88k.c (md_pseudo_table): Add ".set" so that the
+       explicit pseudo-op works, while continuing to treat "set" as an
+       instruction.
+
        * ecoff.c (ecoff_debugging_seen): New global variable.
        (ecoff_directive_def): Set ecoff_debugging_seen.
        (ecoff_stab): Likewise.
index 2ee9c3f0e9c6c0c33dc39832f36fe824092daeef..2bf225500501f60f6d838868602f14302e119689 100644 (file)
@@ -175,6 +175,7 @@ const pseudo_typeS md_pseudo_table[] =
   {"word", cons, 4},
   /* Force set to be treated as an instruction.  */
   {"set", NULL, 0},
+  {".set", s_set, 0},
   {0}
 };
 
This page took 0.035337 seconds and 4 git commands to generate.