From 1554415ee88eb0811cc606235678502a4bf866d2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Apr 2018 14:54:27 +0200 Subject: bsp/sparc64: Move asm.S to bsps and rename This patch is a part of the BSP source reorganization. Update #3285. --- bsps/sparc64/shared/start/halt.S | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bsps/sparc64/shared/start/halt.S (limited to 'bsps') diff --git a/bsps/sparc64/shared/start/halt.S b/bsps/sparc64/shared/start/halt.S new file mode 100644 index 0000000000..41a5c38afb --- /dev/null +++ b/bsps/sparc64/shared/start/halt.S @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2010. Gedare Bloom. + * + * The license and distribution terms for this file may be + * found in the file LICENSE in this distribution or at + * http://www.rtems.org/license/LICENSE. + */ + +#include + +.text + +PUBLIC(halt) + .global halt + SYM(halt): + b halt + nop -- cgit v1.2.3