Index: abi/include/abi/asmtool.h
===================================================================
--- abi/include/abi/asmtool.h	(revision c477c804d1208352d69c7b069a54d3e3b650ff96)
+++ abi/include/abi/asmtool.h	(revision 856be6e9924ab32fa8468d294bba044a6ba3ec3e)
@@ -56,4 +56,10 @@
 	SYMBOL_END(func)
 
+#ifdef __PIC__
+#define FUNCTION_REF(func) func@PLT
+#else
+#define FUNCTION_REF(func) func
+#endif
+
 #endif
 
