* config/tc-spu.c (md_pseudo_table): Add eqv and .eqv.
authorAlan Modra <amodra@gmail.com>
Fri, 24 Nov 2006 04:32:41 +0000 (04:32 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 24 Nov 2006 04:32:41 +0000 (04:32 +0000)
gas/ChangeLog
gas/config/tc-spu.c

index 503b59d07ce954388f229cd3913f88255f30e50d..506f0fcc1df564916c435a036bf0c77f2f2df32a 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-spu.c (md_pseudo_table): Add eqv and .eqv.
+
 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * config/tc-arm.h (md_cons_align): Define.
index 681bc20ddced6b9837fbb3d1046fa5232d20d07d..cd4af4c0b576d105d71911f954b2724f282783b8 100644 (file)
@@ -94,6 +94,9 @@ const pseudo_typeS md_pseudo_table[] =
   /* Force set to be treated as an instruction.  */
   {"set", NULL, 0},
   {".set", s_set, 0},
+  /* Likewise for eqv.  */
+  {"eqv", NULL, 0},
+  {".eqv", s_set, -1},
   {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, 
   {"loc", dwarf2_directive_loc, 0}, 
   {0,0,0}
This page took 0.027579 seconds and 4 git commands to generate.