Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
c921f5e8
Commit
c921f5e8
authored
Nov 12, 2001
by
simonmar
Browse files
[project @ 2001-11-12 14:09:03 by simonmar]
comment update
parent
ba7f5c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/mangler/ghc-asm.lprl
View file @
c921f5e8
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment