From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 103C13858D32 for ; Mon, 5 Sep 2022 08:45:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 103C13858D32 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-264-5A6CIfSDP7qmIH1imO1vBQ-1; Mon, 05 Sep 2022 04:45:08 -0400 X-MC-Unique: 5A6CIfSDP7qmIH1imO1vBQ-1 Received: by mail-wm1-f70.google.com with SMTP id b16-20020a05600c4e1000b003a5a47762c3so5078101wmq.9 for ; Mon, 05 Sep 2022 01:45:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=bz8mx2cT4Oe7sXp/JCk0Ce7QSas5Dpij4Tu72knt+hE=; b=zwXakdYdFVQMc4/zizchyDbP+SVBHq609WPYeFkM1TAQL52s/iUvqiq0/gmxS/LmRw 3u/e+gWB5x2SbMVYeQICJ1O5d5WzroBHLSNPqkkdneg42/a91+0HveLH+J2dvWDFe67E z9sUqcKXK/N7aBPTe5aXFVR6fCZY5Jp5wcl5g4n4xQ+n9rAov2Hu3SQ12Tjef/8EYv/5 8nmoE7ABEuLpBKq8ZUn+5pjoqZMTK0z7T7FsbXdPpZHY6Y/vWTi3Lo9QgmwX2l+j30Vs ZsH41P+taYSS49IOkca4GyFwo9AgSE4r3pr6ZwHhtWXyFgCHlYgNxCs/DUAli+J1Ew4j t74Q== X-Gm-Message-State: ACgBeo2MAXXqqb+OYQZP9NGNqtVL2Iz0903JxIknNRnditZEy9GEz26E f8a7eYWSXUaCfmEqacYVl8C/cpY+nXTC+riyLz8Mek5Ql3yIddumhUFDmA2gY4E440m0zeQ8cu7 711JWTjX0Yp3XBCom3bdRxg== X-Received: by 2002:a05:600c:2311:b0:3a6:84e5:bcad with SMTP id 17-20020a05600c231100b003a684e5bcadmr10138935wmo.72.1662367507572; Mon, 05 Sep 2022 01:45:07 -0700 (PDT) X-Google-Smtp-Source: AA6agR7F46NojaPg0q/3gLbditEjpxlVf8bjUsDU2htEL0vwovsKkKKpoxmZdZKl+pLEBkMs2XpYrQ== X-Received: by 2002:a05:600c:2311:b0:3a6:84e5:bcad with SMTP id 17-20020a05600c231100b003a684e5bcadmr10138920wmo.72.1662367507315; Mon, 05 Sep 2022 01:45:07 -0700 (PDT) Received: from localhost ([31.111.84.229]) by smtp.gmail.com with ESMTPSA id o5-20020a05600c510500b003a5f2cc2f1dsm19373135wms.42.2022.09.05.01.45.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Sep 2022 01:45:06 -0700 (PDT) Date: Mon, 5 Sep 2022 09:45:05 +0100 From: Andrew Burgess To: Tsukasa OI Cc: Mike Frysinger , Nelson Chu , Kito Cheng , Palmer Dabbelt , gdb-patches@sourceware.org Subject: Re: [PATCH 1/1] sim/riscv: Complete tidying up with SBREAK Message-ID: <20220905084505.GC745711@redhat.com> References: <9397aa661e0b6ba2c02c96f166088387a99c84a8.1662277499.git.research_trasio@irq.a4lg.com> <20220904170726.GB745711@redhat.com> MIME-Version: 1.0 In-Reply-To: <20220904170726.GB745711@redhat.com> X-Operating-System: Linux/5.8.18-100.fc31.x86_64 (x86_64) X-Uptime: 09:44:21 up 12 days, 22:18, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2022 08:45:11 -0000 * Andrew Burgess [2022-09-04 18:07:26 +0100]: > * Tsukasa OI [2022-09-04 07:45:06 +0000]: > > > This commit removes SBREAK-related references on the simulator as it's > > renamed to EBREAK in 2016 (the RISC-V ISA, version 2.1). > > > > sim/ChangeLog: > > > > * riscv/sim-main.c (execute_i): Use "ebreak" instead of "sbreak". > > Approved. Please go ahead and apply. As you don't have write access yet, I've pushed this for you. Thanks, Andrew