From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72410 invoked by alias); 29 Oct 2018 14:20:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 72392 invoked by uid 89); 29 Oct 2018 14:20:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=Cell, ppc-linux-nat.c, ppclinuxnatc, UD:ppc-linux-nat.c X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Oct 2018 14:20:53 +0000 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w9TEFF7a135819 for ; Mon, 29 Oct 2018 10:20:51 -0400 Received: from e06smtp04.uk.ibm.com (e06smtp04.uk.ibm.com [195.75.94.100]) by mx0b-001b2d01.pphosted.com with ESMTP id 2ne0eya9y3-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 29 Oct 2018 10:20:51 -0400 Received: from localhost by e06smtp04.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Oct 2018 14:20:49 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (9.149.109.196) by e06smtp04.uk.ibm.com (192.168.101.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Mon, 29 Oct 2018 14:20:46 -0000 Received: from d06av21.portsmouth.uk.ibm.com (d06av21.portsmouth.uk.ibm.com [9.149.105.232]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w9TEKhiH4391344 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 29 Oct 2018 14:20:43 GMT Received: from d06av21.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 03E9F52057; Mon, 29 Oct 2018 14:20:43 +0000 (GMT) Received: from oc3748833570.ibm.com (unknown [9.152.213.211]) by d06av21.portsmouth.uk.ibm.com (Postfix) with ESMTP id F0F8052050; Mon, 29 Oct 2018 14:20:42 +0000 (GMT) Received: by oc3748833570.ibm.com (Postfix, from userid 1000) id D1BFBD802E4; Mon, 29 Oct 2018 15:20:42 +0100 (CET) Subject: Regression on old kernels (Re: [PATCH v5 00/12] GDB support for more powerpc registers on linux) To: pedromfc@linux.ibm.com (Pedro Franco de Carvalho) Date: Mon, 29 Oct 2018 14:20:00 -0000 From: "Ulrich Weigand" Cc: palves@redhat.com (Pedro Alves), gdb-patches@sourceware.org In-Reply-To: <87zhv020xq.fsf@linux.vnet.ibm.com> from "Pedro Franco de Carvalho" at Oct 26, 2018 12:16:17 PM MIME-Version: 1.0 x-cbid: 18102914-0016-0000-0000-0000021BAECF X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18102914-0017-0000-0000-00003273CC6C Message-Id: <20181029142042.D1BFBD802E4@oc3748833570.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-SW-Source: 2018-10/txt/msg00690.txt.bz2 Pedro Franco de Carvalho wrote: > Pedro Alves writes: > > > I'm fine with merging the patchset as is. > > Thanks a lot! I've checked these in now. Ah, I'm now seeing a regression on my Cell (RHEL5) build bot: gdb/ppc-linux-nat.c: In function 'void fetch_regset(regcache*, int, int, int, const regset*)': gdb/ppc-linux-nat.c:548:15: error: 'PTRACE_GETREGSET' was not declared in this scope There is a fallback definition for this in nat/linux-ptrace.h, but for some reason this is not actually used in ppc-linux-nat.c (which uses nat/gdb_ptrace.h) instead. This probably needs to be fixed. Bye, Ulrich -- Dr. Ulrich Weigand GNU/Linux compilers and toolchain Ulrich.Weigand@de.ibm.com