Revert "L-MR1 specific fixes"

This reverts commit 1cd0c6777f.
This commit is contained in:
Dmitriy Ivanov
2014-10-02 12:49:42 -07:00
parent d4ab8f0135
commit 145372b1bc
3 changed files with 10 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ TEST(dlfcn, dlopen_noload) {
}
// ifuncs are only supported on intel and arm64 for now
#if defined(__i386__) || defined(__x86_64__)
#if defined (__aarch64__) || defined(__i386__) || defined(__x86_64__)
TEST(dlfcn, ifunc) {
typedef const char* (*fn_ptr)();