From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x232.google.com (mail-oi1-x232.google.com [IPv6:2607:f8b0:4864:20::232]) by sourceware.org (Postfix) with ESMTPS id B8E703858C66 for ; Mon, 25 Sep 2023 03:08:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B8E703858C66 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rivosinc.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rivosinc.com Received: by mail-oi1-x232.google.com with SMTP id 5614622812f47-3ae2ec1a222so2093799b6e.2 for ; Sun, 24 Sep 2023 20:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20230601.gappssmtp.com; s=20230601; t=1695611284; x=1696216084; darn=sourceware.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=PKPlDWIa6MMTP8rSNsQb538GR4qbH1aAMPt4mc7V3to=; b=V/2zHe7fBbryi/Yma4nVlrBRDPOLzcHaIJtaNcte8Oe7/eYTKv3IQKCkwbrbdQ8dX3 NnW5Swq31cu/V05+7m1yshK6TNrqf//1/5yHSxkMXnZlc8DG+uhPOz2R3/SdZDP3BQAz IIQqMiRxO9hFAobRoPHS1BbMecAQXbB6R/aSqf+GaKhIJ3rdP8PBKjZYSYyIGqo8PZ0Y 5YiacjuhmzYZDSKZvFxLR7TZ5Nn+VXu0xSjSpkOAzUDU7RCICaQCVguMlP40D95/Vo/V KG3t6zF2I0VJmeD+3CZSAUTugpDIFFK5LOghliZMkM9xWwfDKXonBTOzin89yOOdL5CB FhlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695611284; x=1696216084; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=PKPlDWIa6MMTP8rSNsQb538GR4qbH1aAMPt4mc7V3to=; b=p3eusF869UKxiJL3pMYQbap+7RLg6+hOp2HxBGZQ8wl3NPoHZN87S2Ktsm6FE+og2w yDhfN7XndwGdWNL/JnrNgd+BdQdXUOTa2lF8R/yqRsmylwXFrVWo+FCH5GEmjwKebdmC xI281HG4dED5UXg9JaRdvYorQ80AJ0391iNcM5a5pn/I5Otz01mRLK0wBCvDQRY5BF4X 7nnCDXV39N4CGgZEjoucOHGurNcTZFJOsztQAyuX0CM91m/GMGajlxDjnWEDZbW0Zdik DE/M4fEAcCBZ3RTXvE4k2/wHYODftMuulxwurNXAJLRgM69PwQfWaNAbkbyaO1W+L229 FRhQ== X-Gm-Message-State: AOJu0YxRos0RCcvAgZ7dhiO9R0hF589/wkGJFA34c5ccwcFg/enDtGlN pZByogzhASQiC/34MQQEfNBp5CF52L9Q8665Ti9FJA== X-Google-Smtp-Source: AGHT+IFQTODITW3nn82ULvs41lSO2AdbWgbfz3nCulN7kyutQQ5uuRM2eXlntFf0U2lgzWVpi9J82AkjmNSaiiD8F1E= X-Received: by 2002:a05:6870:9129:b0:1d0:c320:b65e with SMTP id o41-20020a056870912900b001d0c320b65emr7979415oae.23.1695611283438; Sun, 24 Sep 2023 20:08:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nelson Chu Date: Mon, 25 Sep 2023 11:07:52 +0800 Message-ID: Subject: Re: [PATCH v3 0/3] RISC-V: Add ratified 'E' base ISA support with draft ABIs To: Tsukasa OI Cc: Palmer Dabbelt , Andrew Waterman , Jim Wilson , Kito Cheng , binutils@sourceware.org, gdb-patches@sourceware.org Content-Type: multipart/alternative; boundary="0000000000003a18ef060626449e" X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000003a18ef060626449e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Sep 5, 2023 at 5:08=E2=80=AFPM Tsukasa OI wrote: > Hi, > > PATCH v1 (only Binutils): > > PATCH v2 (Binutils+GDB): > > > Changes: v1 -> v2 > - Added GDB support > > Changes: v2 -> v3 > - Rebased against the latest master > (PATCH 1/3 related merge conflict is now resolved) > > > Related Project: > PATCH 1/3: Binutils > PATCH 2/3: Binutils > Looks good to me :-) > PATCH 3/3: GDB > I cannot approve anything about gdb, so this will need gdb experts to help. Thanks Nelson --0000000000003a18ef060626449e--