From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95803 invoked by alias); 8 Jan 2019 21:03:49 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 95780 invoked by uid 89); 8 Jan 2019 21:03:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:mvmwonf, lot!, H*i:sk:mvmwonf, H*r:user X-HELO: relay.fit.cvut.cz Received: from relay.fit.cvut.cz (HELO relay.fit.cvut.cz) (147.32.232.237) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Jan 2019 21:03:45 +0000 Received: from imap.fit.cvut.cz (imap.fit.cvut.cz [147.32.232.238]) by relay.fit.cvut.cz (8.15.2/8.15.2) with ESMTPS id x08L3ZDK018164 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 8 Jan 2019 22:03:36 +0100 (CET) (envelope-from jan.vrany@fit.cvut.cz) Received: from sao (027906ee.bb.sky.com [2.121.6.238] (may be forged)) (authenticated bits=0 as user vranyj1) by imap.fit.cvut.cz (8.15.2/8.15.2) with ESMTPSA id x08L3Vpk016606 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 8 Jan 2019 22:03:32 +0100 (CET) (envelope-from jan.vrany@fit.cvut.cz) Message-ID: <70c5ab23c4edfe9dd77bee20108858ccc76cd1f2.camel@fit.cvut.cz> Subject: Re: Commit 90af06793e breaks RISC-V native target From: Jan Vrany To: Andreas Schwab Cc: "gdb@sourceware.org" , Boris Shingarov Date: Tue, 08 Jan 2019 21:03:00 -0000 In-Reply-To: References: <2cda8aec3f030f6cbf5f2176621b01d8194d1521.camel@fit.cvut.cz> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.3-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00010.txt.bz2 Ah, I see. Thanks a lot! Jan On Tue, 2019-01-08 at 12:04 +0100, Andreas Schwab wrote: > On Jan 08 2019, Jan Vrany wrote: > > > This is in Debian RISC-V using 4.15 kernel (commit c9dc587367 from [1] which > > is essentially SiFive's 4.15 kernel used on Unleashed plus few patches apparently > > needed to make GDB native target working). > > This is a kernel bug. Make sure you have commit 732e8e4130. > > Andreas. >