From patchwork Sun Aug 28 21:30:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sh.opt typo fix. Date: Sun, 28 Aug 2011 11:30:52 -0000 From: Liu X-Patchwork-Id: 111946 Message-Id: To: gcc-patches@gcc.gnu.org, aoliva@redhat.com, kkojima@gcc.gnu.org Hi all I found a typo in sh.opt and fix it. --Liu >From 16010419db714eae298f8b7c4726eb75383bed78 Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Mon, 29 Aug 2011 05:25:19 +0800 Subject: [PATCH] sh_dot_opt big endian typo fix --- gcc/ChangeLog | 4 ++++ gcc/config/sh/sh.opt | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56397af..0996e08 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-08-29 Jia Liu + + * config/sh/sh.opt (mb): Typo fix. + 2011-08-28 Mikael Pettersson PR bootstrap/50218 diff --git a/gcc/config/sh/sh.opt b/gcc/config/sh/sh.opt index e94f53a..9471596 100644 --- a/gcc/config/sh/sh.opt +++ b/gcc/config/sh/sh.opt @@ -210,7 +210,7 @@ Target Report Mask(ADJUST_UNROLL) Condition(SUPPORT_ANY_SH5) Throttle unrolling to avoid thrashing target registers unless the unroll benefit outweighs this mb -Target Report RejectNegative InverseMask(LITTLE_ENDIAN) +Target Report RejectNegative InverseMask(BIG_ENDIAN) Generate code in big endian mode mbigtable -- 1.7.4.1