From 5dec7af1ecf5c0d483d13c8ad9cc0a13868a7c16 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Wed, 24 Oct 2012 14:05:39 +0200 Subject: Revert "SH gcc 4.6.3 with link-time optimization, for Archos targets" This was commited by accident, sorry. --- firmware/asm/sh/thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/asm/sh') 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 */ -- cgit v1.2.3