Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/samsung Add .arch_extension sec to fix build. (...



details:   https://anonhg.NetBSD.org/src/rev/33a915e484be
branches:  trunk
changeset: 335135:33a915e484be
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 27 15:52:42 2014 +0000

description:
Add .arch_extension sec to fix build. (v7a on it's own complains)

diffstat:

 sys/arch/arm/samsung/exynos_smc.S |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ff0aff524f7c -r 33a915e484be sys/arch/arm/samsung/exynos_smc.S
--- a/sys/arch/arm/samsung/exynos_smc.S Sat Dec 27 12:36:48 2014 +0000
+++ b/sys/arch/arm/samsung/exynos_smc.S Sat Dec 27 15:52:42 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos_smc.S,v 1.2 2014/09/05 08:01:05 skrll Exp $     */
+/*     $NetBSD: exynos_smc.S,v 1.3 2014/12/27 15:52:42 skrll Exp $     */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -33,8 +33,10 @@
 #include <arm/asm.h>
 #include <arm/armreg.h>
 
-RCSID("$NetBSD: exynos_smc.S,v 1.2 2014/09/05 08:01:05 skrll Exp $")
+RCSID("$NetBSD: exynos_smc.S,v 1.3 2014/12/27 15:52:42 skrll Exp $")
 
+       .arch armv7-a
+       .arch_extension sec
 /*
  * void
  * exynos_smc(uint32_t cmd, uint32_t arg1, uint32_t arg2, uint32_t arg3)



Home | Main Index | Thread Index | Old Index