Rui Ueyama

Results 705 comments of Rui Ueyama

mold doesn't support the GNU-compatible linker script and is unlikely to gain the feature in the future. My concern is that most users of RV32 are also using some linker...

mold doesn't support `SECTIONS` and `MEMORY`, which I believe most embedded programs are using. But it supports `-Ttext=` and `-o binary`, so you can create a binary blob that can...

`.llvm_addrsig` is currently an LLVM-specific section. If we implement the support of the section to mold, we should propose the same feature to gcc and possibly send a patch to...

I filed a feature request to GCC to ask if GCC can support `.llvm_addrsig`. Let's see how it goes. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105625

@ishitatsuyuki Are you interested in adding a `.addrsig` directive support to the GNU assembler?

Nice! Then please go ahead and send a patch to GNU binutils. I'm totally unfamiliar with binutils too. Let me reopen this issue to track this feature request on our...

It's still failing on my machine. Maybe it's specific to libstdc++12?

Created a patch and sent a review request to LLVM: https://reviews.llvm.org/D125624

@tapthaker Thanks! Please be aware that I'm also actively working on mold/macOS. So you want to send me PRs frequently rather than accumulating local changes in your local tree.

It looks like each feature can be implemented in a few hours, so I'm not sure if "acquiring a lock before start working on a feature" is a good model...