From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11609 invoked by alias); 12 May 2018 07:15:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 11595 invoked by uid 89); 12 May 2018 07:15:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=nds32 X-HELO: mx1.redhat.com Subject: Re: [PATCH 02/11] nds32: ABI Implementation To: vincentc , libc-alpha@sourceware.org Cc: deanbo422@gmail.com, cnoize@andestech.com References: <1525617685-32083-1-git-send-email-vincentc@andestech.com> <1525617685-32083-3-git-send-email-vincentc@andestech.com> From: Florian Weimer Message-ID: Date: Sat, 12 May 2018 07:15:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <1525617685-32083-3-git-send-email-vincentc@andestech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-05/txt/msg00531.txt.bz2 On 05/06/2018 04:41 PM, vincentc wrote: > + $r26 - $r27 are temp registers for OS - no need to save. Shouldn't you save them in case you decide to use them for a thread pointer eventually or something like that? Thanks, Florian