浏览代码

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