[project @ 2001-11-12 14:09:03 by simonmar]
authorsimonmar <unknown>
Mon, 12 Nov 2001 14:09:03 +0000 (14:09 +0000)
committersimonmar <unknown>
Mon, 12 Nov 2001 14:09:03 +0000 (14:09 +0000)
comment update

ghc/driver/mangler/ghc-asm.lprl

index 9cdd983..d0763f8 100644 (file)
@@ -599,7 +599,7 @@ sub mangle_asm {
            chop($thing = $_);
            print STDERR "Funny global thing?: $_"
                unless # $KNOWN_FUNNY_THING{$thing}
-                      /^${T_US}stg_.*${T_POST_LBL}$/o          # RTS internals (now dead?)
+                      /^${T_US}stg_.*${T_POST_LBL}$/o          # RTS internals
                    || /^${T_US}__stg_.*${T_POST_LBL}$/o        # more RTS internals
                    || /^${T_US}__fexp_.*${T_POST_LBL}$/o       # foreign export
                    || /^${T_US}__stginit.*${T_POST_LBL}$/o     # __stginit<module>