Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 04 Sep 2014 22:56:54 +0800
From: Рысь <lynx@...server.ru>
To: musl@...ts.openwall.com
Subject: Re: libc.so segfaults on mips



4 сентября 2014 г. 22:45:43 KRAT, Szabolcs Nagy <nsz@...t70.net> пишет:
>* ???????? <lynx@...server.ru> [2014-09-04 22:03:58 +0800]:
>> 4 ???????????????? 2014 ??. 20:32:09 KRAT, Szabolcs Nagy
><nsz@...t70.net> ??????????:
>> >(openwrt kernel can be built with fpu emulation which is
>> >the default on normal mips kernels)
>> 
>> Strange, I have already fpu emulator enabled (Algorithmics/MIPS FPU
>emulator 1.5 that comes with oprnwrt kernel). Btw without it even
>static userspace faults.
>> Landley toolchain "broken" here too, but I don't know is it softfloat
>or not.
>> Static userspace now works flawlessly, so I will investigate my
>toolchain.
>
>if you already enabled fpu emu then it is not the softfloat issue
>
>btw you can tell if your toolchain is sf by
>gcc -dM -E - </dev/null |grep __mips_soft_float

#define __mips_soft_float 1

So it seems that it has sf (libgcc.a also has __addsf3 and such)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.