From e5ed711cd97ac448e8378db562515698a4961f69 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 25 Mar 2013 01:23:39 +0200 Subject: [PATCH] cspace_neon: convert to .S we'll need the preprocessor in next patch --- frontend/{cspace_neon.s => cspace_neon.S} | 2 ++ 1 file changed, 2 insertions(+) rename frontend/{cspace_neon.s => cspace_neon.S} (99%) diff --git a/frontend/cspace_neon.s b/frontend/cspace_neon.S similarity index 99% rename from frontend/cspace_neon.s rename to frontend/cspace_neon.S index b458f06a..5d1502b3 100644 --- a/frontend/cspace_neon.s +++ b/frontend/cspace_neon.S @@ -8,6 +8,8 @@ * See the COPYING file in the top-level directory. */ +#include "arm_features.h" + .text .align 2 -- 2.39.2