svn commit: trunk/uClibc/libc/sysdeps/linux/sh

lethal at uclibc.org lethal at uclibc.org
Wed Mar 7 09:46:23 UTC 2007


Author: lethal
Date: 2007-03-07 01:46:22 -0800 (Wed, 07 Mar 2007)
New Revision: 18021

Log:
Fix PLTJMP() token pasting build error, patch from
Carmelo Amoroso <carmelo73 at gmail.com>.



Modified:
   trunk/uClibc/libc/sysdeps/linux/sh/clone.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/sh/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sh/clone.S	2007-03-07 09:35:43 UTC (rev 18020)
+++ trunk/uClibc/libc/sysdeps/linux/sh/clone.S	2007-03-07 09:46:22 UTC (rev 18021)
@@ -27,7 +27,7 @@
 
 
 #ifdef __HAVE_SHARED__ 
-#define PLTJMP(_x)	_x##@PLT
+#define PLTJMP(_x)	_x at PLT
 #else
 #define PLTJMP(_x)	_x
 #endif




More information about the uClibc-cvs mailing list