From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18597 invoked by alias); 11 Dec 2013 12:58:08 -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 18587 invoked by uid 89); 11 Dec 2013 12:58:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f175.google.com Received: from Unknown (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 11 Dec 2013 12:58:07 +0000 Received: by mail-ob0-f175.google.com with SMTP id uz6so6860115obc.34 for ; Wed, 11 Dec 2013 04:57:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iYyT3YVcLUahd3IeqZiVIHjwMZP+uO9T61lzlwR8oqA=; b=G16r2QnUbl3uM7q9hVtNJjAd9C2Xj6MptzbomwN9YjE3jZkmQ5fRwCDAgTL0J/xg6/ MHVAhnEqE1134E9y+JeeI8/epZte5Y+uKIxG6Y17PC6ATOUy5s9o/XjLvgKFZdrrHC5v fP44exMaRz7KKnfjrGlO4ZpBmnPJYXMWS6WMLw8eUAIVavdyBEbWYX43OeASYH7FIVKD PN66Ka+ATpFaW6z6O//+tj5Mwsjmt3b3afbCxU9riNYMGMdk7T2kTYoEUQfB0w3L24aq JzLtiqh3+unB2E8y7Uir6bkyA/KWVH40wY4jOmLv1LgTTO/0lDzeo5brjrL2iOeW5URJ cLVA== X-Gm-Message-State: ALoCoQmTBeVijQ6PaePQ5DmSDo8Z/5uf1gyQVqnbrwyPgqw4VAetnRhMBs6IYTfcWptBl442NRWT MIME-Version: 1.0 X-Received: by 10.60.116.230 with SMTP id jz6mr939458oeb.21.1386766679563; Wed, 11 Dec 2013 04:57:59 -0800 (PST) Received: by 10.60.62.140 with HTTP; Wed, 11 Dec 2013 04:57:59 -0800 (PST) In-Reply-To: <52A85A26.3060604@arm.com> References: <529F98A0.8020503@linaro.org> <52A1F8C0.70302@arm.com> <52A5A765.7000106@linaro.org> <52A63CA3.9000304@arm.com> <52A6B2D4.3080105@linaro.org> <52A6FB03.4050500@arm.com> <52A77837.9000108@linaro.org> <52A85A26.3060604@arm.com> Date: Wed, 11 Dec 2013 12:58:00 -0000 Message-ID: Subject: Re: AARCH64 configure check for gas -mabi support From: Christophe Lyon To: Marcus Shawcroft Cc: Kugan , Yufeng Zhang , "gcc-patches@gcc.gnu.org" , "patches@linaro.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg01094.txt.bz2 Committed on Kugan's behalf as rev 205891. On 11 December 2013 13:27, Marcus Shawcroft wrote: > On 10/12/13 20:23, Kugan wrote: > >> gcc/ >> >> +2013-12-11 Kugan Vivekanandarajah >> + * configure.ac: Add check for aarch64 assembler -mabi support. >> + * configure: Regenerate. >> + * config.in: Regenerate. >> + * config/aarch64/aarch64-elf.h (ASM_MABI_SPEC): New define. >> + (ASM_SPEC): Update to substitute -mabi with ASM_MABI_SPEC. >> + * config/aarch64/aarch64.h (aarch64_override_options): Issue >> error if >> + assembler does not support -mabi and option ilp32 is selected. >> + * doc/install.texi: Added note that building gcc 4.9 and after >> with pre >> + 2.24 binutils will not support -mabi=ilp32. >> + >> > > Kugan, Thanks for sorting this out. OK to commit. > > /Marcus >