From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28437 invoked by alias); 1 Apr 2015 15:40:12 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 28427 invoked by uid 89); 1 Apr 2015 15:40:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Apr 2015 15:40:05 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A006A27; Wed, 1 Apr 2015 08:40:02 -0700 (PDT) Received: from e105689-lin.cambridge.arm.com (e105689-lin.cambridge.arm.com [10.2.207.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A3C893F21B; Wed, 1 Apr 2015 08:40:03 -0700 (PDT) Message-ID: <551C1151.5000504@foss.arm.com> Date: Wed, 01 Apr 2015 15:40:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Evandro Menezes , 'Binutils' Subject: Re: [PATCH] [AArch64] Add support for the Samsung Exynos M1 processor References: <04bf01d068c9$a4685300$ed38f900$@samsung.com> In-Reply-To: <04bf01d068c9$a4685300$ed38f900$@samsung.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00029.txt.bz2 On 27/03/15 20:07, Evandro Menezes wrote: > The Samsung Exynos M1 implements the ARMv8 ISA and this patch adds support > to GAS for it through the -mcpu command-line option. > > The patch was tested on aarch64-unknown-linux-gnu without new failures. > > OK for trunk? > > > 0001-AArch64-Add-support-for-the-Samsung-Exynos-M1-proces.patch > > > From b255e3f840ae2e5118fe480bc78bce4cb3e37c79 Mon Sep 17 00:00:00 2001 > From: Evandro Menezes > Date: Thu, 26 Mar 2015 15:18:08 -0500 > Subject: [PATCH] [AArch64] Add support for the Samsung Exynos M1 processor > > 2015-03-26 Evandro Menezes > > gas/ > * config/tc-aarch64.c: Add support for Exynos M1. > * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1". OK. R.