diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-17 02:43:12 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-17 02:43:12 -0700 |
commit | 12e6ee86c4f2b17a0f702a46b782447389d4bd82 (patch) | |
tree | 7986e1adff41a9cf27d175263f0e950c4b26e530 | |
parent | d8c47894ca28d5c5cf396aa271c579d41f21c1d4 (diff) | |
download | glibc-12e6ee86c4f2b17a0f702a46b782447389d4bd82.tar glibc-12e6ee86c4f2b17a0f702a46b782447389d4bd82.tar.gz glibc-12e6ee86c4f2b17a0f702a46b782447389d4bd82.tar.bz2 glibc-12e6ee86c4f2b17a0f702a46b782447389d4bd82.zip |
A few more archs have IFUNC support.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libc-abis | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2010-03-17 Ulrich Drepper <drepper@redhat.com> + + * libc-abis: Add a few more entries. + 2010-03-16 Ulrich Drepper <drepper@redhat.com> * elf/dl-load.c (VALID_ELF_ABIVERSION): Add additional osabi parameter. @@ -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* |