From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10858 invoked by alias); 11 Feb 2014 19:41:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10733 invoked by uid 89); 11 Feb 2014 19:41:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f54.google.com Received: from mail-oa0-f54.google.com (HELO mail-oa0-f54.google.com) (209.85.219.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 11 Feb 2014 19:41:26 +0000 Received: by mail-oa0-f54.google.com with SMTP id i4so9770791oah.13 for ; Tue, 11 Feb 2014 11:41:25 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.50.202 with SMTP id e10mr33614345oeo.39.1392147684789; Tue, 11 Feb 2014 11:41:24 -0800 (PST) Received: by 10.182.137.136 with HTTP; Tue, 11 Feb 2014 11:41:24 -0800 (PST) In-Reply-To: <20140211192802.GA26305@intel.com> References: <20140211192802.GA26305@intel.com> Date: Tue, 11 Feb 2014 19:41:00 -0000 Message-ID: Subject: Re: PATCH: PR target/60151: HAVE_AS_GOTOFF_IN_DATA is mis-detected on x86-64 From: Uros Bizjak To: "H.J. Lu" Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-02/txt/msg00706.txt.bz2 On Tue, Feb 11, 2014 at 8:28 PM, H.J. Lu wrote: > HAVE_AS_GOTOFF_IN_DATA defines a 32-bit assembler feature, we need to > pass --32 to assembler. Otherwise, we get the wrong result on x86-64. > We already pass --32 to assembler on x86. It should be OK to do it > in configure. OK for trunk? Unfortunately, .code32 didn't work as expected... So, OK. Thanks, Uros.