Rui Ueyama

Results 649 comments of Rui Ueyama
trafficstars

I think I need a copy of that closed-source .so file. If you can, can you upload it to some secret URL and share it with me via email? My...

Can you share your /mydirectory/libflat_combine.a with me?

You can zip that file and upload to this github issue as an attachment.

Isn't x32 effectively deprecated now? My understanding is that the interest in it was too low that Intel gave up with it.

If there's a user of x32 who wants to use mold and there's a docker image with which I can set up an x32 environment, I'll investigate the issue.

mold support big-endian sh4 as a target. As far as I know, big-endian sh4 systems are extremely rare if ever exists. sh4 is becoming a retro computer, though. Are you...

It shouldn't be too hard to support sh4eb, but the problem is there's no easy way to test it. Ubuntu provide only sh4 little endian cross toolchains, so we cannot...

I also want to point out that mold does not depend host endianness. You can for example build a big-endian sparc executable on a little-endian machine using mold. Speaking of...

As I said, supporting sh4eb itself isn't hard, but testing it is hard. We cannot support it unless we can run our unit test suite for the target.

We can support sh4be if we need to, but what device do you actually own that runs a SH4 processor in the big-endian mode? My understanding is that almost all...