projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4402133
)
x32-use-native-x86_64-insn
author
Debian Haskell Group
<pkg-haskell-maintainers@lists.alioth.debian.org>
Sun, 8 Apr 2018 20:24:00 +0000
(21:24 +0100)
committer
Clint Adams
<clint@debian.org>
Sun, 8 Apr 2018 20:24:00 +0000
(21:24 +0100)
Gbp-Pq: Name x32-use-native-x86_64-insn.patch
rts/RtsSymbols.c
patch
|
blob
|
history
diff --git
a/rts/RtsSymbols.c
b/rts/RtsSymbols.c
index 7db5a27cf1e3812939ca08762d61a122db5304ec..e74b18672dba3fa1ea35f1169ece876c2b0ece9c 100644
(file)
--- a/
rts/RtsSymbols.c
+++ b/
rts/RtsSymbols.c
@@
-917,7
+917,7
@@
// 64-bit support functions in libgcc.a
-#if defined(__GNUC__) && SIZEOF_VOID_P <= 4 && !defined(_ABIN32)
+#if defined(__GNUC__) && SIZEOF_VOID_P <= 4 && !defined(_ABIN32)
&& !(defined(__x86_64__) && defined(__ILP32__))
#define RTS_LIBGCC_SYMBOLS \
SymI_NeedsProto(__divdi3) \
SymI_NeedsProto(__udivdi3) \