Date: Fri, 18 Apr 2025 09:00:17 -0700
From: Jason Thorpe <thorpej%me.com@localhost>
Looks good to me. I do have concerns about the performance
implications of large programs that end up with multiple GOTs, but
that's an issue with the format, not with the change itself.
Thanks! I split it up into two commits to make it easier to pull them
up separately if we want: one to add support to ld.elf_so, the other
to remove our local hack disabling secureplt by default in binutils
(and we could always put -Wl,--no-secureplt in bsd.*.mk in a third
commit, of course).
How is the multiple-GOT issue different from other architectures?