From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) by sourceware.org (Postfix) with ESMTPS id C00853857811 for ; Fri, 4 Sep 2020 17:14:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C00853857811 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=acm.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=casner@acm.org Received: from auge (75-25-121-24.lightspeed.snvaca.sbcglobal.net [75.25.121.24]) (authenticated bits=0) by d.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id 084HEHWh021486 (version=TLSv1.2 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 4 Sep 2020 10:14:18 -0700 Date: Fri, 4 Sep 2020 10:16:13 -0700 (PDT) From: Stephen Casner To: Alan Modra cc: binutils@sourceware.org Subject: Re: pdp11 gas/testsuite FAILs: *ABS* vs. .text In-Reply-To: <20200904075743.GT15695@bubble.grove.modra.org> Message-ID: References: <20200904075743.GT15695@bubble.grove.modra.org> User-Agent: Alpine 2.21.9999 (OSX 301 2018-08-15) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Sonic-CAuth: UmFuZG9tSVbfpO8mWe2PTf9jIWIn5MbA4kLcb0/vPgQ2i00Q93tQay8y7kyxBnEltZMK1qQ1dYLCKoSW9UETLS6Ck6N83hVD X-Sonic-ID: C;WvijENLu6hGuuLFOqzpn/A== M;Lt7aENLu6hGuuLFOqzpn/A== X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_SOFTFAIL, 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 17:14:22 -0000 On Fri, 4 Sep 2020, Alan Modra wrote: > That's curious. I don't see any such fails, both on master and 2.35 > branch. How are you configuring binutils? I apologize for taking you guys' time. The difference results from my source tree not being clean, but I didn't realize it. I believe that .text rather than *ABS* in this instance is correct, reflecting a bug in the pdp11 code that needs to be fixed. -- Steve