From 2fe9c2a0c9fe3ca2f0fa94ea7219a8a4a299ac6a Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 20 Oct 2016 00:29:34 +0530 Subject: New option falkor for Qualcomm server part This adds an option for the Qualcomm falkor core, the corresponding gcc patch is here: https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00262.html This was tested with aarch64 and armhf builds and make check and also by building and running SPEC2006. * config/tc-aarch64.c (aarch64_cpus): Add falkor. * config/tc-arm.c (arm_cpus): Likewise. * doc/c-aarch64.texi: Likewise. * doc/c-arm.texi: Likewise. --- gas/doc/c-arm.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/doc/c-arm.texi') diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 0cf7390..8ea6045 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -140,6 +140,7 @@ recognized: @code{exynos-m1}, @code{marvell-pj4}, @code{marvell-whitney}, +@code{falkor}, @code{qdf24xx}, @code{xgene1}, @code{xgene2}, -- cgit v1.1