This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] gold/arm: define $a/$d markers in .plt
From: Ian Lance Taylor <iant@google.com>
Date: Wed, 25 Apr 2012 12:07:49 -0700
> Symbols with hidden and internal visibility are forced to STB_LOCAL in a
> final link, but not protected symbols. Gold does that because that is
> what the ELF ABI specifies should happen.
Sorry, this is indeed the case I was talking about.
While working on IFUNC I compared various test cases side by side
and the BFD linker didn't make this transformation.