[project @ 2002-06-09 13:39:14 by matthewc]
authormatthewc <unknown>
Sun, 9 Jun 2002 13:39:14 +0000 (13:39 +0000)
committermatthewc <unknown>
Sun, 9 Jun 2002 13:39:14 +0000 (13:39 +0000)
Recognise .subsection directive (IA64).

ghc/driver/mangler/ghc-asm.lprl

index 4dc5b49..3c6b2b4 100644 (file)
@@ -221,7 +221,7 @@ sub init_TARGET_STUFF {
     $T_CONST_LBL    = '^\.LC(\d+):$'; # regexp for what such a lbl looks like
     $T_POST_LBL     = ':';
 
-    $T_MOVE_DIRVS   = '^(\s*\.(global|proc|pred\.safe_across_calls|text|data|section|align|size|type|ident)\s+.*\n)';
+    $T_MOVE_DIRVS   = '^(\s*\.(global|proc|pred\.safe_across_calls|text|data|section|subsection|align|size|type|ident)\s+.*\n)';
     $T_COPY_DIRVS   = '\.(global|proc)';
 
     $T_hsc_cc_PAT   = '\.string.*\)(hsc|cc) (.*)\\\\t(.*)"';