This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] [AArch64] Add support for the Samsung Exynos M1 processor
- From: Richard Earnshaw <Richard dot Earnshaw at foss dot arm dot com>
- To: Evandro Menezes <e dot menezes at samsung dot com>, 'Binutils' <binutils at sourceware dot org>
- Date: Wed, 01 Apr 2015 16:40:01 +0100
- Subject: Re: [PATCH] [AArch64] Add support for the Samsung Exynos M1 processor
- Authentication-results: sourceware.org; auth=none
- References: <04bf01d068c9$a4685300$ed38f900$ at samsung dot com>
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 <emenezes@osdn.samsung.com>
> 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 <e.menezes@samsung.com>
>
> gas/
> * config/tc-aarch64.c: Add support for Exynos M1.
> * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
OK.
R.