From: David Daney Date: Tue, 18 Dec 2007 16:46:16 +0000 (+0000) Subject: mips.md (clear_hazard): Use PRINT_OPERAND punctuation instead of .set push and .set... X-Git-Tag: releases/gcc-4.3.0~909 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0f690c5daed0f448979e4de55d3150d8a4f2ad;p=thirdparty%2Fgcc.git mips.md (clear_hazard): Use PRINT_OPERAND punctuation instead of .set push and .set pop. 2007-12-18 David Daney * config/mips/mips.md (clear_hazard): Use PRINT_OPERAND punctuation instead of .set push and .set pop. From-SVN: r131038 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56d1305c980f..d799e02db5f1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-12-18 David Daney + + * config/mips/mips.md (clear_hazard): Use PRINT_OPERAND punctuation + instead of .set push and .set pop. + 2007-12-18 Rask Ingemann Lambertsen PR target/33474 diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index f1225f61386c..b4177ff824e9 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -4398,15 +4398,11 @@ (clobber (reg:SI 31))] "ISA_HAS_SYNCI" { - return ".set\tpush\n" - "\t.set\tnoreorder\n" - "\t.set\tnomacro\n" - "\tbal\t1f\n" + return "%(%%)"; } [(set_attr "length" "20")])