From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125720 invoked by alias); 29 Jan 2020 18:10:15 -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 125709 invoked by uid 89); 29 Jan 2020 18:10:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:633 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; Wed, 29 Jan 2020 18:10:14 +0000 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 00TI6it3025451; Wed, 29 Jan 2020 13:10:12 -0500 Received: from ppma02dal.us.ibm.com (a.bd.3ea9.ip4.static.sl-reverse.com [169.62.189.10]) by mx0b-001b2d01.pphosted.com with ESMTP id 2xtmmxjxhe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 29 Jan 2020 13:10:12 -0500 Received: from pps.filterd (ppma02dal.us.ibm.com [127.0.0.1]) by ppma02dal.us.ibm.com (8.16.0.27/8.16.0.27) with SMTP id 00TI53FD025245; Wed, 29 Jan 2020 18:10:11 GMT Received: from b03cxnp08027.gho.boulder.ibm.com (b03cxnp08027.gho.boulder.ibm.com [9.17.130.19]) by ppma02dal.us.ibm.com with ESMTP id 2xrda6w2cg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 29 Jan 2020 18:10:11 +0000 Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp08027.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 00TIA8Wh31916542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 29 Jan 2020 18:10:08 GMT Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5745EBE05B; Wed, 29 Jan 2020 18:10:08 +0000 (GMT) Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 1AEC1BE056; Wed, 29 Jan 2020 18:10:07 +0000 (GMT) Received: from pedro.localdomain (unknown [9.80.232.23]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP; Wed, 29 Jan 2020 18:10:07 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 52E333C01A5; Wed, 29 Jan 2020 15:10:03 -0300 (-03) From: Pedro Franco de Carvalho To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, ulrich.weigand@de.ibm.com, rcardoso@linux.ibm.com Subject: Re: [OB PATCH] Fix configure.srv error for Linux on PowerPC In-Reply-To: References: <20200129175401.19143-1-pedromfc@linux.ibm.com> Date: Wed, 29 Jan 2020 18:13:00 -0000 Message-ID: <87sgjyqglh.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2020-01/txt/msg00944.txt.bz2 "Maciej W. Rozycki" writes: > On Wed, 29 Jan 2020, Pedro Franco de Carvalho wrote: > >> An error in commit 42cd72aa0279520384327a1f6d0ebd2eb2200645 caused >> srv_tgtobj to be overwritten and linux-ppc-low.o to be missed when >> linking gdbserver for Linux on PowerPC. This patch fixes the error. > > Ouch, sorry for the paste thinko and thanks for the fix! > > Maciej No worries! I also noticed that the line in configure.srv for i[34567]86-*-mingw*) is missing a line break, but I don't have a mingw setup to test a fix and send it. Thanks! -- Pedro