summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2019-09-13 17:55:31 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-17 19:24:20 -0400
commitc77fc3b20e93ba3215791d8d087a096853c4dd67 (patch)
tree20e9a500dace9446c33bc1aa125fb55ec4e3a3b1 /rts
parent1c3af277582be677a11b1f292acb8c88ca3368b1 (diff)
downloadhaskell-c77fc3b20e93ba3215791d8d087a096853c4dd67.tar.gz
Deduplicate `HaskellMachRegs.h` and `RtsMachRegs.h` headers
Until 0472f0f6a92395d478e9644c0dbd12948518099f there was a meaningful host vs target distinction (though it wasn't used right, in genapply). After that, they did not differ in meaningful ways, so it's best to just only keep one.
Diffstat (limited to 'rts')
-rw-r--r--rts/rts.cabal.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/rts/rts.cabal.in b/rts/rts.cabal.in
index a3f74bebac..7ce3c7f5aa 100644
--- a/rts/rts.cabal.in
+++ b/rts/rts.cabal.in
@@ -168,12 +168,11 @@ library
rts/storage/MBlock.h
rts/storage/TSO.h
stg/DLL.h
- stg/HaskellMachRegs.h
stg/MachRegs.h
+ stg/MachRegsForHost.h
stg/MiscClosures.h
stg/Prim.h
stg/Regs.h
- stg/RtsMachRegs.h
stg/SMP.h
stg/Ticky.h
stg/Types.h