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:
authorcvs2svn <>2009-07-25 18:58:56 +0400
committercvs2svn <>2009-07-25 18:58:56 +0400
commitf7933f61b2ff10b34b661b2be815529e40223d1c (patch)
tree9d7a60c8966de4884ea2147e585cbabe3cc1cd6c /include/elf/ppc64.h
parent13832ef1baffcb98ec421c8d205b8ed94999df67 (diff)
This commit was manufactured by cvs2svn to create branch 'msnyder-msnyder-checkpoint-072509-branchpointmsnyder-checkpoint-072509-branch
checkpoint-072509-branch'. Sprout from dje-cgen-play1-branch 2009-06-26 17:19:08 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'dje-cgen-' Cherrypick from master 2009-07-25 14:58:55 UTC H.J. Lu <hjl.tools@gmail.com> 'bfd/': ChangeLog config/ChangeLog config/tls.m4 configure configure.ac djunpack.bat include/ChangeLog include/demangle.h include/dwarf2.h include/elf/ChangeLog include/elf/common.h include/elf/ppc.h include/elf/ppc64.h include/elf/spu.h include/libiberty.h Delete: include/elf/dwarf2.h
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)