From: Ulrich Drepper Date: Wed, 17 Mar 2010 09:43:12 +0000 (-0700) Subject: A few more archs have IFUNC support. X-Git-Tag: fedora/glibc-2.11.90-17~2^2~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e6ee86c4f2b17a0f702a46b782447389d4bd82;p=thirdparty%2Fglibc.git A few more archs have IFUNC support. --- diff --git a/ChangeLog b/ChangeLog index a8eba156a8a..42729255526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-17 Ulrich Drepper + + * libc-abis: Add a few more entries. + 2010-03-16 Ulrich Drepper * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter. diff --git a/libc-abis b/libc-abis index 6e9cce89044..8668e49d886 100644 --- a/libc-abis +++ b/libc-abis @@ -42,3 +42,7 @@ UNIQUE # Indirect PLT relocations. Architecture dependent. IFUNC x86_64-*-linux* IFUNC i?86-*-linux* +IFUNC powerpc64-*-linux* +IFUNC powerpc-*-linux* +IFUNC sparc64-*-linux* +IFUNC sparc-*-linux*