Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2009-07-10 16:19:55 +0400
committerAlan Modra <modra@gmail.com>2009-07-10 16:19:55 +0400
commitb7c9eef432112d3d87a8d5c11303d50af76a13ab (patch)
treea2eeeb24bdc7eef5c9ff09908d73ff572c4f7abd /include/elf/ppc64.h
parent08373ab21a59f630e2e52d20d0151b34ef5867c0 (diff)
STT_GNU_IFUNC support for PowerPC.
Diffstat (limited to 'include/elf/ppc64.h')
-rw-r--r--include/elf/ppc64.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/ppc64.h b/include/elf/ppc64.h
index c768180b4..4644b75c2 100644
--- a/include/elf/ppc64.h
+++ b/include/elf/ppc64.h
@@ -139,6 +139,9 @@ START_RELOC_NUMBERS (elf_ppc64_reloc_type)
RELOC_NUMBER (R_PPC64_TLSGD, 107)
RELOC_NUMBER (R_PPC64_TLSLD, 108)
+/* Support STT_GNU_IFUNC plt calls. */
+ RELOC_NUMBER (R_PPC64_IRELATIVE, 248)
+
/* These are GNU extensions to enable C++ vtable garbage collection. */
RELOC_NUMBER (R_PPC64_GNU_VTINHERIT, 253)
RELOC_NUMBER (R_PPC64_GNU_VTENTRY, 254)