Skip to content
  • Sergei Trofimovich's avatar
    fix rts exported symbols base_GHCziIOziException_allocationLimitExceeded_closure · 54b31f74
    Sergei Trofimovich authored and Herbert Valerio Riedel's avatar Herbert Valerio Riedel committed
    Commit  b0534f78
    
     added new exported rts symbols,
    but slightly misspelled them.
    
    Observer on first compiled program:
    > Linking dist/build/haskell-updater/haskell-updater ...
    > /usr/lib64/ghc-7.9.20140503/rts-1.0/libHSrts.a(Schedule.o): In function `scheduleWaitThread':
    > (.text+0xc4c): undefined reference to `base_GHCziIOziException_allocationLimitExceeded_closure'
    > /usr/lib64/ghc-7.9.20140503/rts-1.0/libHSrts.a(RtsStartup.o): In function `hs_init_ghc':
    > (.text+0x2fa): undefined reference to `base_GHCziIOziException_allocationLimitExceeded_closure'
    > collect2: error: ld returned 1 exit status
    
    CC: Simon Marlow <marlowsd@gmail.com>
    Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
    54b31f74