From e3d6a95f468365f25ccb6bc30cdc53c128d671e8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 10 Jun 2003 13:21:26 +0000 Subject: [PATCH] [project @ 2003-06-10 13:21:26 by simonmar] Add some more optional space to a pattern for compatibility with GCC 3.3. --- ghc/driver/mangler/ghc-asm.lprl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/mangler/ghc-asm.lprl b/ghc/driver/mangler/ghc-asm.lprl index dfac276..dd2465c 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -184,7 +184,7 @@ sub init_TARGET_STUFF { $T_X86_PRE_LLBL = '.L'; $T_X86_BADJMP = '^\tjmp\s+[^\.\*]'; - $T_MOVE_DIRVS = '^(\s*(\.(p2)?align\s+\d+(,\s*0x90)?|\.globl\s+\S+|\.text|\.data|\.section\s+.*|\.type\s+.*|\.size\s+\S+,\d+|\.ident.*)\n)'; + $T_MOVE_DIRVS = '^(\s*(\.(p2)?align\s+\d+(,\s*0x90)?|\.globl\s+\S+|\.text|\.data|\.section\s+.*|\.type\s+.*|\.size\s+\S+\s*,\s*\d+|\.ident.*)\n)'; $T_COPY_DIRVS = '^\s*\.(globl|type|size)'; if ( $TargetPlatform =~ /freebsd|netbsd/ ) { -- 1.7.10.4