From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by sourceware.org (Postfix) with ESMTPS id CF1133858D34 for ; Thu, 18 Jun 2020 20:54:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CF1133858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andrew.burgess@embecosm.com Received: by mail-wr1-x441.google.com with SMTP id t13so5115195wrs.2 for ; Thu, 18 Jun 2020 13:54:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Ah4lZI96G56zbyHQUdb7lyDgg5Iec7Se6dh23+uV/KQ=; b=ENStjhPmixTVUBJAiiTjMZxpMjeuIuKFDBIO2n7nUBpJzyKkvsd+PqMqnYBMAdtj4g HrALKuYNQ34I/6B1caV5iUMrBREhO/y22sqKVog93gsup7zjYtWYGV8nY654MG2znmq8 a+ms+vRscDpTaE0op11YnhIkwtQK1Z6LJhkuTYBk1HFvfEDJRNb9MBqIfyiwl74WDeth ggCJntaQRDkCiU40buBqunPKASW6O+9kUrjhJe7Kqd0ZuxuWHa+6gy4gtlCc2D90FyQq 4OjQfcUfpmSbaOE7LZFUW7gwasKwcWKnMxpnMHCgMxaexhLi/5OttR8l4XgsZKbn35/k ebAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Ah4lZI96G56zbyHQUdb7lyDgg5Iec7Se6dh23+uV/KQ=; b=kZpyp4hsZ5/jm+LZQbCyLlsxobo711ggtI05U49wzsOW+95HT+oHLHWJPRtcvEiMAP Qrzl2u8LrCKE5BZJR76l34gfPYJjyJD+hifXoMFwC6hTyJqYr6OJ+iuOv6OXRBqy31Rp kRWVnHaXolQfRn1NQ3Xo6Vj7oqStNlrhUz5HB6CVUoS+lK/2NYoDF9Vy/G6UA7mGCXB6 Q2iJr/kndZAZA27rzuoAO7adE5GOSxac738rM0KYeZw1W8j1jXDHKQ7XyGI1H119gu1A 13lAvmSPLKTUtoN9MPhXY4oixjvl5KMUml4UftRRIe8JVKV8HLkAcNoRP3XEnVGHm+oM wuOQ== X-Gm-Message-State: AOAM533YiyM2hQouyhqEJuKRSmNrAYV1QqZAk7X1cO+v/NGG4MseSFEW dAMkd0wGFDouQtkO5jg6pM1NT5m45Cs= X-Google-Smtp-Source: ABdhPJy1T8dhPxe8QPD4ihUXbiWuEh72DYixQjnBGMiMXG4qzNE4HHSEK12H7wWCWqsw0zQYhxWbuQ== X-Received: by 2002:adf:f889:: with SMTP id u9mr372021wrp.149.1592513671919; Thu, 18 Jun 2020 13:54:31 -0700 (PDT) Received: from localhost (host86-128-12-16.range86-128.btcentralplus.com. [86.128.12.16]) by smtp.gmail.com with ESMTPSA id b201sm4845056wmb.36.2020.06.18.13.54.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Jun 2020 13:54:31 -0700 (PDT) Date: Thu, 18 Jun 2020 21:54:30 +0100 From: Andrew Burgess To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/8] RISC-V target description and register handling fixes Message-ID: <20200618205430.GG2737@embecosm.com> References: <874kr814sr.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <874kr814sr.fsf@tromey.com> X-Operating-System: Linux/5.6.15-200.fc31.x86_64 (x86_64) X-Uptime: 21:53:03 up 10 days, 10:59, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 18 Jun 2020 20:54:34 -0000 * Tom Tromey [2020-06-18 14:45:40 -0600]: > >>>>> "Andrew" == Andrew Burgess writes: > > Andrew> This series includes a mixed bag of changes around RISC-V's target > Andrew> description and general register handling. This includes a fix for an > Andrew> issue Tom reported here: > > Andrew> https://sourceware.org/pipermail/gdb-patches/2020-June/169323.html > > Andrew> Though most of the changes are RISC-V only, patch #6 does make a > Andrew> change to the generic target description handling code so is probably > Andrew> worth additional review. > > Thank you for doing this. > > I read through this and sent a nit. Seeing as it mostly touches RISC-V > code, I didn't have much more to add. I think it all seems fine. Thanks for your feedback. I'll fix the nit before merging some time next week - I want to make sure any other RISC-V folk have had a chance to comment if they wish. Thanks, Andrew