From: sof Date: Tue, 21 Jan 1997 08:16:10 +0000 (+0000) Subject: [project @ 1997-01-21 08:16:10 by sof] X-Git-Tag: Approximately_1000_patches_recorded~846 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=de898c2863bbe81ab284e151afa4add513375a44;p=ghc-hetmet.git [project @ 1997-01-21 08:16:10 by sof] Fixed consist pattern for cygwin32 --- diff --git a/ghc/driver/ghc-asm.lprl b/ghc/driver/ghc-asm.lprl index caea5ea..f243433 100644 --- a/ghc/driver/ghc-asm.lprl +++ b/ghc/driver/ghc-asm.lprl @@ -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";