[Git][ghc/ghc][wip/angerman/more-rtsSymbols] Fix (1)

Moritz Angermann gitlab at gitlab.haskell.org
Mon Jul 6 12:19:21 UTC 2020



Moritz Angermann pushed to branch wip/angerman/more-rtsSymbols at Glasgow Haskell Compiler / GHC


Commits:
efa72a2c by Moritz Angermann at 2020-07-06T20:19:04+08:00
Fix (1)

- - - - -


1 changed file:

- rts/RtsSymbols.c


Changes:

=====================================
rts/RtsSymbols.c
=====================================
@@ -1143,7 +1143,7 @@
       SymI_NeedsProto(__floatunsitf)
 
 #if defined(__GNUC__) && SIZEOF_VOID_P <= 4 && !defined(_ABIN32)
-#define RTS_LIBGCC_SYMBOLS LIBGCC_SYMBOLS_32
+#define RTS_LIBGCC_SYMBOLS RTS_LIBGCC_SYMBOLS_32
 #elif defined(__GNUC__) && SIZEOF_VOID_P == 8 && defined(aarch64_HOST_OS)
 #define RTS_LIBGCC_SYMBOLS \
       RTS_LIBGCC_SYMBOLS_64 \



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/efa72a2cc69ecef3087d9893ce6746bd2c41fc08

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/efa72a2cc69ecef3087d9893ce6746bd2c41fc08
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200706/0f67803d/attachment-0001.html>


More information about the ghc-commits mailing list