X-Git-Url: https://git.alrj.org/?p=bold.git;a=blobdiff_plain;f=bold;h=d4f96503fb451b765f4191beacc5e7872eea821e;hp=74428bdcb49f8f089d267d3ca8c73d44ddb3a21e;hb=HEAD;hpb=11e867f1fbccaa1d55e0406ba6c970492f22e56a diff --git a/bold b/bold index 74428bd..d4f9650 100755 --- a/bold +++ b/bold @@ -11,7 +11,7 @@ # either version 3 of the License or (at your option) any later version. __author__ = "Amand Tihon " -__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()