summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 14:54:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 07:17:57 +0200
commit1554415ee88eb0811cc606235678502a4bf866d2 (patch)
tree67f0ac466d90d9a0efed0ec43a81f513b0302600 /bsps
parentbsps/mips: Move liblnk to bsps (diff)
downloadrtems-1554415ee88eb0811cc606235678502a4bf866d2.tar.bz2
bsp/sparc64: Move asm.S to bsps and rename
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/sparc64/shared/start/halt.S17
1 files changed, 17 insertions, 0 deletions
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 <rtems/asm.h>
+
+.text
+
+PUBLIC(halt)
+ .global halt
+ SYM(halt):
+ b halt
+ nop