From 981ce1861f2e094db3bf6acb6c4aa56b36e8f2bc Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 20 Mar 1998 16:04:15 +0000 Subject: [PATCH] * config/tc-mips.c: Change '%' to '#' in r5900 code to avoid conflict with vr5400 support. --- gas/ChangeLog | 7 +++++++ gas/config/tc-mips.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 7f1f3a2..7774bad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-r5900 +Fri Mar 20 09:04:13 1998 Jeffrey A Law (law@cygnus.com) + + * config/tc-mips.c: Change '%' to '#' in r5900 code to avoid conflict + with vr5400 support. + +end-sanitize-r5900 Thu Mar 19 16:03:12 1998 Nick Clifton * config/tc-arm.c (md_apply_fix3): fix code to test the range of diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index ca8ac12..e5801c6 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -7203,8 +7203,8 @@ mips_ip (str, ip) as_bad ("expected vi19"); continue; - case '%': /* escape character */ - /* '%' specifies that we've got an optional suffix to this + case '#': /* escape character */ + /* '#' specifies that we've got an optional suffix to this operand that must match exactly (if it exists). */ if (*s != '\0' && *s != ',' && *s != ' ' && *s != '\t' && *s != '\n') -- 2.7.4