]> git.alrj.org Git - bold.git/blobdiff - bold
First support for .gnu.hash/DT_GNU_HASH.
[bold.git] / bold
diff --git a/bold b/bold
index 74428bdcb49f8f089d267d3ca8c73d44ddb3a21e..d4f96503fb451b765f4191beacc5e7872eea821e 100755 (executable)
--- a/bold
+++ b/bold
@@ -11,7 +11,7 @@
 # either version 3 of the License or (at your option) any later version.
 
 __author__ = "Amand Tihon <amand.tihon@alrj.org>"
-__version__ = "0.1.0"
+__version__ = "0.2.0"
 
 
 from Bold.linker import BoldLinker
@@ -121,6 +121,9 @@ def main():
 
   try:
     linker.build_symbols_tables()
+
+    linker.check_external()
+
     linker.build_external(with_jump=options.ccall, align_jump=options.align)
 
     linker.link()