diff options
-rw-r--r-- | gas/ChangeLog | 8 | ||||
-rw-r--r-- | gas/config/tc-mips.c | 6 | ||||
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
3 files changed, 18 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4a9ebfb..a75a967 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,10 +1,16 @@ +start-sanitize-r5900 +Wed Apr 15 10:35:59 1998 Frank Ch. Eigler <fche@cygnus.com> + + * config/tc-mips.c (mips_ip): Specs changed for + VCALLMSR instruction. + +end-sanitize-vr5900 start-sanitize-vr5400 Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com> * config/tc-mips.c (hilo_interlocks): Remove VR5400. end-sanitize-vr5400 - Wed Apr 15 07:06:04 1998 Catherine Moore <clm@cygnus.com> * config/tc-mips.c (hilo_interlocks): Remove 4300. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 3476db9..d96e062 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -7232,11 +7232,11 @@ mips_ip (str, ip) s = expr_end; continue; - case '9': /* vi19 for vcallmsr */ - if (strncmp (s, "vi19", 4) == 0) + case '9': /* vi27 for vcallmsr */ + if (strncmp (s, "vi27", 4) == 0) s += 4; else - as_bad ("expected vi19"); + as_bad ("expected vi27"); continue; case '#': /* escape character */ diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index caca3e0..66d3a94 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +start-sanitize-r5900 +Wed Apr 15 13:08:30 1998 Frank Ch. Eigler <fche.cygnus.com> + + * gas/mips/vu0.s: Updated test case for changed specs of + VCALLMSR instruction. + * gas/mips/vu0.d: Corresponding change. + +end-sanitize-r5900 Wed Apr 8 18:45:17 1998 Jeffrey A Law (law@cygnus.com) * gas/testsuite/all/gas.exp: No longer expect failures for |