From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by sourceware.org (Postfix) with ESMTPS id 0EE2C3858C27 for ; Tue, 4 Jan 2022 00:29:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0EE2C3858C27 Received: by mail-pl1-x62c.google.com with SMTP id l15so11107557pls.7 for ; Mon, 03 Jan 2022 16:29:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=qgNjmz5FgRr5BaLMO2sZcQBn8DRU0EvAq8MDkNJHWnk=; b=gHWrDqv1utspgQ4gWI0FFv2PBauBUmdTayBDTP5YcDzHKKM2kWNWGlqMW8B6hhGiuu CQSlhnuaozkEnzAxwR3IOKOKM9hFYOSW8/N0y3fW7sm45Ed98cCEF+ec09Qv+kMg5/Zy YWOezE9XS009+AtVnsZnR5B/M97GXFcSzgbIoHSGzju/DL8NrOecPKlpxEj9KEaqDuAp s28lqbw7OjCZ+ofEpECqvWv7nCiUQPEB3/w3O40w81M2Zbp0sKKU259i8R+09NNuxSS3 jgU/p/SFR0a27pn7jQ7rfTBm9Vbsgf3zgMrW22G9NWH+tAggciQn4Ny7fOcdpI/RNePR cHYg== X-Gm-Message-State: AOAM532CZn2ypAcRswOke6/DYMl2D/jrt7MqJ33HI0L0rwBoHwXr3suP 4jZ00oiKIl+zSj3VtebD3ZQV0go2S0Y= X-Google-Smtp-Source: ABdhPJxaz7Hnx07fv4jlvLwmiOscv6hgqtqEvK6OKeT5L6rVaMRPdTn9p++LdhOu5eJ5qf9voAKRzQ== X-Received: by 2002:a17:902:7681:b0:149:bb15:c53f with SMTP id m1-20020a170902768100b00149bb15c53fmr8834920pll.159.1641256172214; Mon, 03 Jan 2022 16:29:32 -0800 (PST) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id lk10sm42456374pjb.20.2022.01.03.16.29.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 16:29:31 -0800 (PST) Date: Tue, 4 Jan 2022 09:29:29 +0900 From: Stafford Horne To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v4 03/13] or1k: ABI Implementation Message-ID: References: <20211229044251.2203653-1-shorne@gmail.com> <20211229044251.2203653-4-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2022 00:29:34 -0000 On Mon, Jan 03, 2022 at 03:10:10PM -0300, Adhemerval Zanella via Libc-alpha wrote: > > > On 29/12/2021 01:42, Stafford Horne via Libc-alpha wrote: > > This code deals with the OpenRISC ABI. > > LGTM, although I am not well versed in or1k assembly to actually check > if the routines are fully ok. > > Reviewed-by: Adhemerval Zanella Thank you.