projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01379cd
)
[project @ 2000-06-29 13:18:38 by simonmar]
author
simonmar
<unknown>
Thu, 29 Jun 2000 13:18:38 +0000
(13:18 +0000)
committer
simonmar
<unknown>
Thu, 29 Jun 2000 13:18:38 +0000
(13:18 +0000)
sparc needs the TMOVEDIRVS hack too
ghc/driver/mangler/ghc-asm.lprl
patch
|
blob
|
history
diff --git
a/ghc/driver/mangler/ghc-asm.lprl
b/ghc/driver/mangler/ghc-asm.lprl
index
29a6894
..
b5db622
100644
(file)
--- a/
ghc/driver/mangler/ghc-asm.lprl
+++ b/
ghc/driver/mangler/ghc-asm.lprl
@@
-815,7
+815,7
@@
sub mangle_asm {
# blah_closure:
# ...
#
- if ( $TargetPlatform =~ /^i386/ && $to_move =~ /$TCOPYDIRVS/ ) {
+ if ( $TargetPlatform =~ /^(i386|sparc)/ && $to_move =~ /$TCOPYDIRVS/ ) {
$j = $i + 1;
while ( $j < $numchks && $chk[$j] =~ /$T_CONST_LBL/) {
$j++;