about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/librarian/librarian.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librarian/librarian.c b/src/librarian/librarian.c
index 08ca9c1e..4ee3a485 100755
--- a/src/librarian/librarian.c
+++ b/src/librarian/librarian.c
@@ -409,6 +409,7 @@ int GetNoSelfSymbolStartEnd(lib_t *maplib, const char* name, uintptr_t* start, u
     // loop done, weak symbol found
     if(weak && *start)
         return 1;
+    #if 0
     // if self defined, give it another chance with self...
     defver = GetDefaultVersion(my_context->weakdefver, name);
     if(self) {
@@ -428,6 +429,7 @@ int GetNoSelfSymbolStartEnd(lib_t *maplib, const char* name, uintptr_t* start, u
                         return 1;
         }
     }
+    #endif
     // nope, not found
     return 0;
 }