diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2012-10-24 14:05:39 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2012-10-24 14:05:39 +0200 |
commit | 5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16 (patch) | |
tree | 5fddaa57054271fb123e993f782ec6cebb63c33c /firmware/asm | |
parent | c975de1534f4b4092ad75f85353eec32a9a31b92 (diff) |
Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets"
This was commited by accident, sorry.
Diffstat (limited to 'firmware/asm')
-rw-r--r-- | firmware/asm/sh/thread.c | 1 |
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) { /* r8 = context */ asm volatile ( - ".global _start_thread \n" "_start_thread: \n" /* Start here - no naked attribute */ "mov.l @(4, r8), r0 \n" /* Fetch thread function pointer */ "mov.l @(28, r8), r15 \n" /* Set initial sp */ |