Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
afd0d0bc
Commit
afd0d0bc
authored
Nov 08, 1998
by
sof
Browse files
[project @ 1998-11-08 11:14:37 by sof]
Tweaked __fexp regexps
parent
83c008fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/ghc-asm.lprl
View file @
afd0d0bc
...
...
@@ -404,7 +404,7 @@ sub mangle_asm {
# we use global variables to pass arguments from C to STG land.
# These declarations live in the .hc file and not in the generated C
# stub file, so we let them pass through here.
} elsif ( /^\t\.comm\t__fexp_.*$/ ) {
} elsif ( /^
[
\t
]?
\.comm
[
\t
]+${TUS}
__fexp_.*$/ ) {
$chk[++$i] = $_;
$chkcat[$i] = 'data';
$chksymb[$i] = '';
...
...
@@ -532,7 +532,7 @@ sub mangle_asm {
# we use global variables to pass arguments from C to STG land.
# These declarations live in the .hc file and not in the generated C
# stub file, so we let them pass through here.
} elsif ( /^[\t ]
+
\.comm[\t ]+__fexp_.*$/ ) {
} elsif ( /^[\t ]
*
\.comm[\t ]+
${TUS}
__fexp_.*$/ ) {
$chk[++$i] = $_;
$chkcat[$i] = 'data';
$chksymb[$i] = '';
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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