Rui Ueyama

Results 705 comments of Rui Ueyama

I can reproduce the issue, but I don't know why the LTO plugin refused to claim the ownership of an IR file. When I tried the same thing on my...

I'm using `i686-linux-gnu-gcc-10` which is included in the `gcc-10-i686-linux-gnu` package.

Do you think this is a duplicate of https://github.com/rui314/mold/issues/483?

It looks like most if not all Unix-like systems assume that the C extension is supported, so we may not have to detect if C.JAL is allowed. Instead, we may...

It's for both 32 and 64 bits. I think we can still use GOT to access global variables, and to call a function, we can make a change to the...

It is indeed a crash bug. I'll fix. Thanks!

[Fixed in 24bf92c27c86e2aced404dc897058daab9d93276.](https://github.com/rui314/mold/commit/24bf92c27c86e2aced404dc897058daab9d93276)

@koobs mold forks itself at the beginning, so the stacktrace does not cointain the real location of the crash. Can you re-run mold with `--no-fork` to suppress that behavior?

How important are 32-bit hosts? mold supports i586 and ARM32 as targets, but I think it is not as important as that to support them as hosts.

They are supported as targets, but I didn't test them as hosts.