Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
232e7212
Commit
232e7212
authored
Feb 06, 2009
by
Ian Lynagh
Browse files
Fix the build on amd64/Linux
parent
497302c4
Changes
6
Hide whitespace changes
Inline
Side-by-side
compiler/codeGen/CgHpc.hs
View file @
232e7212
...
...
@@ -21,9 +21,7 @@ import FastString
import
HscTypes
import
Panic
import
Char
import
StaticFlags
import
BasicTypes
import
PackageConfig
import
Data.Word
...
...
compiler/codeGen/StgCmmForeign.hs
View file @
232e7212
...
...
@@ -37,6 +37,7 @@ import StaticFlags
import
Maybes
import
Outputable
import
ZipCfgCmmRep
import
BasicTypes
import
Control.Monad
...
...
compiler/codeGen/StgCmmHpc.hs
View file @
232e7212
...
...
@@ -21,6 +21,7 @@ import FastString
import
HscTypes
import
Char
import
StaticFlags
import
BasicTypes
mkTickBox
::
Module
->
Int
->
CmmAGraph
mkTickBox
mod
n
...
...
compiler/nativeGen/PositionIndependentCode.hs
View file @
232e7212
...
...
@@ -70,6 +70,7 @@ import Instrs
import
NCGMonad
(
NatM
,
getNewRegNat
,
getNewLabelNat
)
import
StaticFlags
(
opt_PIC
,
opt_Static
)
import
BasicTypes
import
Pretty
import
qualified
Outputable
...
...
compiler/nativeGen/PprMach.hs
View file @
232e7212
...
...
@@ -30,6 +30,7 @@ import BlockId
import
Cmm
import
Regs
-- may differ per-platform
import
Instrs
import
Regs
import
CLabel
(
CLabel
,
pprCLabel
,
externallyVisibleCLabel
,
labelDynamic
,
mkAsmTempLabel
,
entryLblToInfoLbl
)
...
...
compiler/nativeGen/Regs.hs
View file @
232e7212
...
...
@@ -61,7 +61,7 @@ module Regs (
freg
,
sp
,
r3
,
r4
,
r27
,
r28
,
f1
,
f20
,
f21
,
#
elif
i386_TARGET_ARCH
||
i3
86_64_TARGET_ARCH
#
elif
i386_TARGET_ARCH
||
x
86_64_TARGET_ARCH
EABase
(
..
),
EAIndex
(
..
),
addrModeRegs
,
eax
,
ebx
,
ecx
,
edx
,
esi
,
edi
,
ebp
,
esp
,
...
...
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