Remove misleading arm/arm64 PIC_SYM.

Bug: 16823325
Change-Id: Ic8ff3a628bb4cd71361e3a1c2cfde4b3d39c50b1
This commit is contained in:
Elliott Hughes
2014-08-07 11:52:38 -07:00
parent d994622ebf
commit 651a0683ca
9 changed files with 20 additions and 32 deletions

View File

@@ -45,10 +45,4 @@
#undef __bionic_asm_function_type
#define __bionic_asm_function_type %function
#if defined(__ELF__) && defined(PIC)
#define PIC_SYM(x,y) x ## ( ## y ## )
#else
#define PIC_SYM(x,y) x
#endif
#endif /* _AARCH64_ASM_H_ */