* config/tc-spu.c (md_pseudo_table): Add eqv and .eqv.

This commit is contained in:
Alan Modra 2006-11-24 04:32:41 +00:00
parent 4c11e4dee2
commit cefdba3983
2 changed files with 7 additions and 0 deletions

View 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.

View 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}