From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 2331E3857C58 for ; Thu, 16 Jul 2020 20:35:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2331E3857C58 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: eQ6HlUmJEo5KmyOHha/UDLvZsIZ35oR4SYcep60gBLxjqR8UbBDW6OIkIJW56iPGJZqRXe7t2l tDMQ9bRZzfWFa7J0IHDUSZq3VjSRRabiGGqaKKIOkpj9acbBUNAGI2I6UQmA7nYzYT3w3PONok W64YdAMvXX0DXLIKJYT6U69OFQ5t7VUCRYrt6i0TupkNTywTAi0dSLpoBdjhvZud5wuR8o3i+m Bt3gY1HadrK0wA6OlwNvC1t/GjizQ5PnSr1VpAlyR6a9TjeFnrNmEKE91smCI/yVyV0t0JIADZ nls= X-IronPort-AV: E=Sophos;i="5.75,360,1589270400"; d="scan'208";a="53146347" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 16 Jul 2020 12:35:46 -0800 IronPort-SDR: M+cgqNO3jK1BM/U9kvWiVxfnNgI7mzmllkf7TWiJTXip00ND7l6sD50HJiagnNLmLOSaouoqNl AlGkBXf/e39U0wLlDjyx4KgyA14Y0NP/WbN/gwlCknOBm1e8KgnsyEF5hzZ7uopv/NMqjsyVlP AbduLfrIC0LDARojYOBZ0LPJ64MsKNYX/itnEf3tMJ7GRT2fkFHWCVgzbbKaPR48ZLQOOtKXAK y395fJRlTBPBPvxwymQHrwLIEyKIpS9749I4UcxBQOv9ubz3alcbxAxOtsQPet8eoZEq5ofZiN IBk= Date: Thu, 16 Jul 2020 20:35:41 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Caroline Tice CC: Eric Christopher , Simon Marchi , Tom Tromey , Caroline Tice via Gdb-patches Subject: Re: [PATCH] Update testsuite mechanism to allow object files as source files. In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3129.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham 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, 16 Jul 2020 20:35:49 -0000 On Thu, 16 Jul 2020, Caroline Tice via Gdb-patches wrote: > The command used to generate the .object file is added in the comments > of the updated testcase in the patch I attached to the first message > in this thread (in the file > gdb/testsuite/gdb.dwarf2/dw5-rnglist-test.exp. I did not include the > compiler version information in those comments, but I can certainly > update it to do so. Note that it's best for the compiler for this sort of thing to be an unmodified upstream version - not a distribution version. Cf. the issues we have with people checking in configure scripts generated by distribution version of autoconf, which are not the same as generated by upstream autoconf. -- Joseph S. Myers joseph@codesourcery.com