[project @ 2000-06-13 15:35:29 by sof]
authorsof <unknown>
Tue, 13 Jun 2000 15:35:29 +0000 (15:35 +0000)
committersof <unknown>
Tue, 13 Jun 2000 15:35:29 +0000 (15:35 +0000)
Groks output from cygwin32-gcc

ghc/driver/mangler/ghc-asm.lprl

index f243433..caea5ea 100644 (file)
@@ -119,6 +119,7 @@ sub init_TARGET_STUFF {
     $T_MOVE_DIRVS   = '^(\s*(\.align\s+\d+(,0x90)?|\.globl\s+\S+|\.text|\.data|\.stab[^n].*|\.type\s+.*|\.size\s+.*)\n)';
     $T_COPY_DIRVS   = '\.(globl|stab)';
     $T_hsc_cc_PAT   = '\.ascii.*\)(hsc|cc) (.*)\\\\11"\n\t\.ascii\s+"(.*)\\\\0"';
+    $T_hsc_cc_PAT   = '\.ascii.*\)(hsc|cc) (.*)\\11"\n\t\.ascii\s+"(.*)\\0"' if ($TargetPlatform =~ /^.*-cygwin32/ );
     $T_DOT_WORD            = '\.long';
     $T_DOT_GLOBAL   = '\.globl';
     $T_HDR_literal  = "\.text\n\t\.align 2\n";