From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30823 invoked by alias); 26 Nov 2014 18:00:19 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 30808 invoked by uid 89); 26 Nov 2014 18:00:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Nov 2014 18:00:17 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 0D37A29486733 for ; Wed, 26 Nov 2014 18:00:12 +0000 (GMT) Received: from KLMAIL02.kl.imgtec.org (10.40.60.222) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 26 Nov 2014 18:00:15 +0000 Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by klmail02.kl.imgtec.org (10.40.60.222) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 26 Nov 2014 18:00:15 +0000 Received: from [192.168.65.53] (192.168.65.53) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 26 Nov 2014 10:00:00 -0800 Message-ID: <1417024800.31489.277.camel@ubuntu-sellcey> Subject: Re: [PATCH,MIPS 2/3] Enable reorder for crt0.S From: Steve Ellcey Reply-To: To: "newlib@sourceware.org" Date: Wed, 26 Nov 2014 18:00:00 -0000 In-Reply-To: <6D39441BF12EF246A7ABCE6654B0235320F73501@LEMAIL01.le.imgtec.org> References: <6D39441BF12EF246A7ABCE6654B0235320F73501@LEMAIL01.le.imgtec.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-SW-Source: 2014/txt/msg00615.txt.bz2 On Tue, 2014-11-18 at 12:14 +0000, Matthew Fortune wrote: > libgloss/ > > * mips/crt0.S: Remove .set noreorder throughout. Change JAL to > JALR throughout. > (zerobss): Open code the bltu macro instruction so that the > zero-loop does not have a NOP in the branch delay slot. This looks OK to me. Steve Ellcey