Rui Ueyama
Rui Ueyama
And that CASIO calculators run SH4 in big endian mode?
Let me know if the above change works for you.
Yeah, but first please test it in your environment to make sure that my change actually works for real big-endian sh4 machines.
Is that a native SPARC host? These tests pass on my x86-64 machine with qemu-sparc64 and the SPARC cross compiler. Unfortunately, all Debian SPARC machines in the GCC compiler farm...
Can you try again with the above change?
@sylvestre @glaubitz Can you pack the entire test output directory and share it with me if you can do that? I believe it's going to be a few hundred megabytes,...
@glaubitz Thanks! Some executables are missing in the directories, so maybe mold crashes for some tests on your machine? If you run one of the failing test script by hand...
I mean `mold` might have crashed on your machine, not the shared object file.
You may want to run `bsymbolic-non-weak.sh` in `test/elf` directory in the mold source directory.
You want to run the script with the build directory as the current directory. In other words, `./ld` should exist. But I can see the problem now. It looks like...