[project @ 2004-09-13 09:56:12 by simonmar]
authorsimonmar <unknown>
Mon, 13 Sep 2004 09:56:12 +0000 (09:56 +0000)
committersimonmar <unknown>
Mon, 13 Sep 2004 09:56:12 +0000 (09:56 +0000)
There was a missing $T_HDR_info setting for solaris2/openbsd.

ghc/driver/mangler/ghc-asm.lprl

index 91bc642..66d68ec 100644 (file)
@@ -345,6 +345,7 @@ sub init_TARGET_STUFF {
     $T_HDR_data            = "\.data\n\t\.align 8\n";
     $T_HDR_rodata   = "\.text\n\t\.align 4\n";
     $T_HDR_closure  = "\.data\n\t\.align 4\n";
+    $T_HDR_info     = "\.text\n\t\.align 4\n";
     $T_HDR_entry    = "\.text\n\t\.align 4\n";
     $T_HDR_vector   = "\.text\n\t\.align 4\n";