[project @ 2003-03-31 12:26:07 by simonmar]
authorsimonmar <unknown>
Mon, 31 Mar 2003 12:26:07 +0000 (12:26 +0000)
committersimonmar <unknown>
Mon, 31 Mar 2003 12:26:07 +0000 (12:26 +0000)
NetBSD fixes

Submitted by: Urban Boquist <boquist@crt.se>

ghc/driver/mangler/ghc-asm.lprl

index 48f690b..4bdd0be 100644 (file)
@@ -193,7 +193,7 @@ sub init_TARGET_STUFF {
         $T_hsc_cc_PAT   = '\.string.*\)(hsc|cc) (.*)\\\\t(.*)"';
     }
 
-    $T_DOT_WORD            = '\.(long|value|byte|zero)';
+    $T_DOT_WORD            = '\.(long|value|word|byte|zero)';
     $T_DOT_GLOBAL   = '\.globl';
     $T_HDR_literal  = "\.section\t\.rodata\n"; # or just use .text??? (WDP 95/11)
     $T_HDR_misc            = "\.text\n\t\.align 4\n";