From: Alan Modra Date: Fri, 24 Nov 2006 04:32:41 +0000 (+0000) Subject: * config/tc-spu.c (md_pseudo_table): Add eqv and .eqv. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cefdba398342ac83beddc3104354446de2b20ba1;p=binutils-gdb.git * config/tc-spu.c (md_pseudo_table): Add eqv and .eqv. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 503b59d07ce..506f0fcc1df 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-11-24 Alan Modra + + * config/tc-spu.c (md_pseudo_table): Add eqv and .eqv. + 2006-11-22 Daniel Jacobowitz * config/tc-arm.h (md_cons_align): Define. diff --git a/gas/config/tc-spu.c b/gas/config/tc-spu.c index 681bc20ddce..cd4af4c0b57 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}