[project @ 1997-01-21 08:16:10 by sof]
authorsof <unknown>
Tue, 21 Jan 1997 08:16:10 +0000 (08:16 +0000)
committersof <unknown>
Tue, 21 Jan 1997 08:16:10 +0000 (08:16 +0000)
Fixed consist pattern for cygwin32

ghc/driver/ghc-asm.lprl

index caea5ea..f243433 100644 (file)
@@ -119,7 +119,6 @@ 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";