From 2e7d5318fc0902a682ef1a2b1e43df40f7f3de29 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 21 Nov 2001 22:17:27 +0000 Subject: [PATCH] * rs6000.md (cmptf_internal1): Replace %$ with $. From-SVN: r47248 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e0ad011f51..6c625845cb4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-21 David Edelsohn + + * rs6000.md (cmptf_internal1): Replace %$ with $. + Wed Nov 21 16:44:01 2001 Douglas B. Rupp * cppfiles.c (STAT_SIZE_TOO_BIG): Define. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 2c664cad624..0af89e663b1 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")]) -- 2.30.2