From: simonmar Date: Tue, 10 Jun 2003 13:21:26 +0000 (+0000) Subject: [project @ 2003-06-10 13:21:26 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~786 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e3d6a95f468365f25ccb6bc30cdc53c128d671e8;p=ghc-hetmet.git [project @ 2003-06-10 13:21:26 by simonmar] Add some more optional space to a pattern for compatibility with GCC 3.3. --- 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/ ) {