diff options
author | Alan Modra <amodra@gmail.com> | 2006-11-24 04:32:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-11-24 04:32:41 +0000 |
commit | cefdba398342ac83beddc3104354446de2b20ba1 (patch) | |
tree | d99d40e4009100dc08251accb04df0f73b92a610 /gas/config/tc-spu.c | |
parent | 4c11e4dee28ec369bba6daba18edcbf6f5908486 (diff) | |
download | gdb-cefdba398342ac83beddc3104354446de2b20ba1.zip gdb-cefdba398342ac83beddc3104354446de2b20ba1.tar.gz gdb-cefdba398342ac83beddc3104354446de2b20ba1.tar.bz2 |
* config/tc-spu.c (md_pseudo_table): Add eqv and .eqv.
Diffstat (limited to 'gas/config/tc-spu.c')
-rw-r--r-- | gas/config/tc-spu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-spu.c b/gas/config/tc-spu.c index 681bc20..cd4af4c 100644 --- a/gas/config/tc-spu.c +++ b/gas/config/tc-spu.c @@ -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} |