From 499e2c9e41da676ad2280de9b03c3ed4871093c9 Mon Sep 17 00:00:00 2001
From: Paul Mundt <lethal@linux-sh.org>
Date: Wed, 7 Mar 2007 09:46:22 +0000
Subject: Fix PLTJMP() token pasting build error, patch from Carmelo Amoroso
 <carmelo73@gmail.com>.

---
 libc/sysdeps/linux/sh/clone.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libc/sysdeps/linux/sh/clone.S b/libc/sysdeps/linux/sh/clone.S
index f9141eb0c..386b4ceb1 100644
--- a/libc/sysdeps/linux/sh/clone.S
+++ b/libc/sysdeps/linux/sh/clone.S
@@ -27,7 +27,7 @@
 
 
 #ifdef __HAVE_SHARED__ 
-#define PLTJMP(_x)	_x##@PLT
+#define PLTJMP(_x)	_x@PLT
 #else
 #define PLTJMP(_x)	_x
 #endif
-- 
cgit v1.2.3