aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2001-11-21 22:17:27 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2001-11-21 17:17:27 -0500
commit2e7d5318fc0902a682ef1a2b1e43df40f7f3de29 (patch)
tree0289b56594001088ae1c6becdbd8f48f2947e726 /gcc
parentdcc61724f1453581d64ded7c641dec62e4e3c318 (diff)
downloadgcc-2e7d5318fc0902a682ef1a2b1e43df40f7f3de29.zip
gcc-2e7d5318fc0902a682ef1a2b1e43df40f7f3de29.tar.gz
gcc-2e7d5318fc0902a682ef1a2b1e43df40f7f3de29.tar.bz2
* rs6000.md (cmptf_internal1): Replace %$ with $.
From-SVN: r47248
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/rs6000.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3e0ad01..6c62584 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-21 David Edelsohn <edelsohn@gnu.org>
+
+ * rs6000.md (cmptf_internal1): Replace %$ with $.
+
Wed Nov 21 16:44:01 2001 Douglas B. Rupp <rupp@gnat.com>
* cppfiles.c (STAT_SIZE_TOO_BIG): Define.
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 2c664ca..0af89e6 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -10241,7 +10241,7 @@
(compare:CCFP (match_operand:TF 1 "gpc_reg_operand" "f")
(match_operand:TF 2 "gpc_reg_operand" "f")))]
"DEFAULT_ABI == ABI_AIX && TARGET_HARD_FLOAT && TARGET_LONG_DOUBLE_128"
- "fcmpu %0,%1,%2\;bne %0,%$+4\;fcmpu %0,%L1,%L2"
+ "fcmpu %0,%1,%2\;bne %0,$+4\;fcmpu %0,%L1,%L2"
[(set_attr "type" "fpcompare")
(set_attr "length" "12")])