ソースを参照

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

Paul Mundt 17 年 前
コミット
499e2c9e41
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libc/sysdeps/linux/sh/clone.S

+ 1 - 1
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