Re: Undefined reference to __bswapsi2/__bswapdi2

2020-08-21 Thread Gleb Popov
On Thu, Aug 20, 2020 at 11:53 PM Dimitry Andric wrote: > On 20 Aug 2020, at 19:52, Gleb Popov wrote: > > > > On Wed, Aug 19, 2020 at 10:15 PM Gleb Popov wrote: > > > >> Hi toolchain@ > >> > >> I'm building the latest GHC on 12.1-RELE

Re: Undefined reference to __bswapsi2/__bswapdi2

2020-08-20 Thread Gleb Popov
On Wed, Aug 19, 2020 at 10:15 PM Gleb Popov wrote: > Hi toolchain@ > > I'm building the latest GHC on 12.1-RELEASE i386 and having almost the > same problem as with atomic functions. This time the error is > > d: error: undefined symbol: __bswapsi2 > &g

Undefined reference to __bswapsi2/__bswapdi2

2020-08-19 Thread Gleb Popov
Hi toolchain@ I'm building the latest GHC on 12.1-RELEASE i386 and having almost the same problem as with atomic functions. This time the error is d: error: undefined symbol: __bswapsi2 >>> referenced by TTY.c >>> RTS.thr_p_o:(rtsSyms) in archive

Re: Undefined reference to __atomic_store_8

2020-08-13 Thread Gleb Popov
On Wed, Aug 12, 2020 at 3:42 PM Tijl Coosemans wrote: > On Wed, 12 Aug 2020 09:44:25 +0400 Gleb Popov wrote: > > On Wed, Aug 12, 2020 at 9:21 AM Gleb Popov wrote: > >> Indeed, this looks like a culprit! When compiling using first command > line > >> (the long

Re: Undefined reference to __atomic_store_8

2020-08-11 Thread Gleb Popov
On Wed, Aug 12, 2020 at 9:21 AM Gleb Popov wrote: > Indeed, this looks like a culprit! When compiling using first command line > (the long one) I get following warnings: > > /wrkdirs/usr/ports/lang/ghc/work/ghc-8.10.1/libraries/ghc-prim/cbits/atomic.c:369:10: > warning: mi

Re: Undefined reference to __atomic_store_8

2020-08-11 Thread Gleb Popov
On Wed, Aug 12, 2020 at 1:52 AM Tijl Coosemans wrote: > On Tue, 11 Aug 2020 15:56:35 +0400 Gleb Popov wrote: > > On Sun, Aug 9, 2020 at 7:43 PM Konstantin Belousov > > wrote: > > > > > I do not believe there were any change in the toolchain between p2 and &

Re: Undefined reference to __atomic_store_8

2020-08-11 Thread Gleb Popov
On Sun, Aug 9, 2020 at 4:37 PM Tijl Coosemans wrote: > On Sun, 9 Aug 2020 15:36:51 +0400 Gleb Popov wrote: > > On Sat, Aug 8, 2020 at 5:30 PM Konstantin Belousov > > wrote: > >> For code generated by gcc or clang, yes. > >> If the reference to the symbol was gen

Re: Undefined reference to __atomic_store_8

2020-08-11 Thread Gleb Popov
On Sun, Aug 9, 2020 at 7:43 PM Konstantin Belousov wrote: > I do not believe there were any change in the toolchain between p2 and p7, > this is more likely indicates some fluctuation in the build. The only > change that could be even remotely declared as possibly related is > EN-20:10.build

Re: Undefined reference to __atomic_store_8

2020-08-09 Thread Gleb Popov
On Sat, Aug 8, 2020 at 5:30 PM Konstantin Belousov wrote: > For code generated by gcc or clang, yes. > If the reference to the symbol was generated by ghc, then I do not know. > This doesn't seem to work. The code referencing __atomic_load_n() is C and GHC buildsystem already passes

Re: Undefined reference to __atomic_store_8

2020-08-08 Thread Gleb Popov
On Sat, Aug 8, 2020 at 1:29 AM Konstantin Belousov wrote: > On Fri, Aug 07, 2020 at 08:42:12PM +0400, Gleb Popov wrote: > > Hello toolchain@ > > > > I'm testing a new release of GHC (Haskell compiler) and it fails to link > to > > i386 architectures with > &g

Undefined reference to __atomic_store_8

2020-08-07 Thread Gleb Popov
Hello toolchain@ I'm testing a new release of GHC (Haskell compiler) and it fails to link to i386 architectures with /wrkdirs/usr/ports/lang/ghc/work/ghc-8.10.1/libraries/ghc-prim/dist-install/build/ libHSghc-prim-0.6.1-ghc8.10.1.so: undefined reference to `__atomic_store_8'