From c921f5e85da9f1d652b3886c485ec4fbbe4fa220 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 12 Nov 2001 14:09:03 +0000 Subject: [PATCH] [project @ 2001-11-12 14:09:03 by simonmar] comment update --- 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 9cdd983..d0763f8 100644 --- a/ghc/driver/mangler/ghc-asm.lprl +++ b/ghc/driver/mangler/ghc-asm.lprl @@ -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 -- 1.7.10.4