From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30621 invoked by alias); 15 Oct 2009 13:31:51 -0000 Received: (qmail 30613 invoked by uid 22791); 15 Oct 2009 13:31:50 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from oarmail.oarcorp.com (HELO OARmail.OARCORP.com) (67.63.146.244) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Oct 2009 13:31:40 +0000 Received: from iceland.oarcorp.com (192.168.1.154) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.1.393.1; Thu, 15 Oct 2009 08:31:38 -0500 Message-ID: <4AD7243A.9020401@oarcorp.com> Date: Thu, 15 Oct 2009 13:33:00 -0000 From: Joel Sherrill User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Subject: magnitude spelled wrong in sim Content-Type: multipart/mixed; boundary="------------060309060101040503080805" X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00267.txt.bz2 --------------060309060101040503080805 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 450 Hi, As a side-effect of looking at the sparc comments, I spotted a couple of times magnitude was spelled incorrectly. Diffs and ChangeLog entries attached. mag1 is in sim/common. mag2 is in sim/ppc. Thanks. -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherrill@OARcorp.com On-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805 Support Available (256) 722-9985 --------------060309060101040503080805 Content-Type: text/plain; name="mag1.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mag1.ChangeLog" Content-length: 93 2009-10-15 Joel Sherrill * sim-inline.h: Fix spelling error. --------------060309060101040503080805 Content-Type: text/plain; name="mag1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mag1.diff" Content-length: 683 Index: sim-inline.h =================================================================== RCS file: /cvs/src/src/sim/common/sim-inline.h,v retrieving revision 1.6 diff -u -r1.6 sim-inline.h --- sim-inline.h 14 Jan 2009 10:53:06 -0000 1.6 +++ sim-inline.h 15 Oct 2009 13:28:50 -0000 @@ -33,7 +33,7 @@ eliminate the overhead of function calls and (as a consequence) also eliminate further dead code. - On a CISC (x86) I've found that I can achieve an order of magintude + On a CISC (x86) I've found that I can achieve an order of magnitude speed improvement (x3-x5). In the case of RISC (sparc) while the performance gain isn't as great it is still significant. --------------060309060101040503080805 Content-Type: text/plain; name="mag2.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mag2.ChangeLog" Content-length: 93 2009-10-15 Joel Sherrill * std-config.h: Fix spelling error. --------------060309060101040503080805 Content-Type: text/plain; name="mag2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mag2.diff" Content-length: 690 Index: std-config.h =================================================================== RCS file: /cvs/src/src/sim/ppc/std-config.h,v retrieving revision 1.3 diff -u -r1.3 std-config.h --- std-config.h 25 Feb 2002 02:13:10 -0000 1.3 +++ std-config.h 15 Oct 2009 13:29:38 -0000 @@ -313,7 +313,7 @@ to both eliminate the overhead of function calls and (as a consequence) also eliminate further dead code. - On a CISC (x86) I've found that I can achieve an order of magintude + On a CISC (x86) I've found that I can achieve an order of magnitude speed improvement (x3-x5). In the case of RISC (sparc) while the performance gain isn't as great it is still significant. --------------060309060101040503080805--