@@ -12,12 +12,10 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#if defined(__x86_64__) && defined(__ELF__) - .globl objc_msg_lookup .globl objc_msg_lookup_super .section .text objc_msg_lookup: @@ -66,7 +64,5 @@ .type objc_msg_lookup, @function .type objc_msg_lookup_super, @function .size objc_msg_lookup, forward-objc_msg_lookup .size objc_msg_lookup_super, ret_nil-objc_msg_lookup_super - -#endif