what's an ifunc?
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"
On Fri, 1 Sep 2017 at 01:37, Mark Millard wrote:
> [I show some of the target/ppc/translate.c source code
> and related material this time. Not that I know enough
> to patch it correctly.]
This is still an issue, correct?
I tried to create a powerpc poudriere jail on 11.2 earlier today, with
the
On 2018-Nov-4, at 1:06 AM, Thomas Zander wrote:
> On Fri, 1 Sep 2017 at 01:37, Mark Millard wrote:
>
>> [I show some of the target/ppc/translate.c source code
>> and related material this time. Not that I know enough
>> to patch it correctly.]
>
> This is still an issue, correct?
> I tried to
On 4 Nov 2018, at 08:43, Julian Elischer wrote:
>
> what's an ifunc?
This is a GNU extension, an "indirect function". It allows you to
provide multiple different implementations of the same function, for
instance optimized for specific CPU types, and choose between them at
dynamic link time (e.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232911
Gerald Pfeifer changed:
What|Removed |Added
CC||ger...@freebsd.org
Assi
On Sun, Nov 04, 2018 at 12:43:34AM -0700, Julian Elischer wrote:
> what's an ifunc?
>
A special kind of relocation, controlled by the user code.
___
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
T