]> git.alrj.org Git - bold.git/commitdiff
Correct stupid bugs.
authorAmand Tihon <amand.tihon@alrj.org>
Sat, 8 Aug 2009 17:46:06 +0000 (19:46 +0200)
committerAmand Tihon <amand.tihon@alrj.org>
Sat, 8 Aug 2009 17:46:06 +0000 (19:46 +0200)
bold
runtime/bold_ibh-x86_64.asm

diff --git a/bold b/bold
index cbeeac549583abaf52b5dca45b30bc51d1295ca2..74428bdcb49f8f089d267d3ca8c73d44ddb3a21e 100755 (executable)
--- a/bold
+++ b/bold
@@ -80,13 +80,13 @@ def main():
     options.raw = False
 
   if not options.raw:
-    for d in ['.', 'data', '/usr/lib/bold/', '/usr/local/lib/bold']:
+    for d in ['.', 'runtime', '/usr/lib/bold/', '/usr/local/lib/bold']:
       f = os.path.join(d, 'bold_ibh-x86_64.o')
       if os.path.isfile(f):
         objects.append(f)
         break
     else:
-      print >>sys.stderr, "Could not find boldsymres-x86_64.o."
+      print >>sys.stderr, "Could not find bold_ibh-x86_64.o."
       return 1
 
 
index 033620075238860bf1d30504a47e8bf2714ae5c8..69d4610d693046ffeed0a3cfffa75f29facd6d02 100644 (file)
@@ -26,7 +26,7 @@
 BITS 64
 CPU X64
 
-global _bold__ibh
+global _bold__ibh_start
 global exit
 
 extern _dt_debug                        ; defined by bold linker