summaryrefslogtreecommitdiff
path: root/firmware/asm/sh/thread.c
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-10-24 14:05:39 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2012-10-24 14:05:39 +0200
commit5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16 (patch)
tree5fddaa57054271fb123e993f782ec6cebb63c33c /firmware/asm/sh/thread.c
parentc975de1534f4b4092ad75f85353eec32a9a31b92 (diff)
downloadrockbox-5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16.tar.gz
rockbox-5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16.zip
Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"
This was commited by accident, sorry.
Diffstat (limited to 'firmware/asm/sh/thread.c')
-rw-r--r--firmware/asm/sh/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/asm/sh/thread.c b/firmware/asm/sh/thread.c
index c0e0ceb549..e63470c4a1 100644
--- a/firmware/asm/sh/thread.c
+++ b/firmware/asm/sh/thread.c
@@ -30,7 +30,6 @@ static void USED_ATTR __start_thread(void)
30{ 30{
31 /* r8 = context */ 31 /* r8 = context */
32 asm volatile ( 32 asm volatile (
33 ".global _start_thread \n"
34 "_start_thread: \n" /* Start here - no naked attribute */ 33 "_start_thread: \n" /* Start here - no naked attribute */
35 "mov.l @(4, r8), r0 \n" /* Fetch thread function pointer */ 34 "mov.l @(4, r8), r0 \n" /* Fetch thread function pointer */
36 "mov.l @(28, r8), r15 \n" /* Set initial sp */ 35 "mov.l @(28, r8), r15 \n" /* Set initial sp */