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>2002-01-16 08:48:56 +0300
committerAlan Modra <modra@gmail.com>2002-01-16 08:48:56 +0300
commitccb74f4c74661771b67a6556d8e5b196f1fb3e8d (patch)
treee2a8ba69de4f6fea67ab22652eddacb2a20fa64f /include/elf/ppc.h
parent9a7e156253da727f082219f3ca0eb7b7212cf030 (diff)
* ppc.h (DT_PPC64_GLINK): Define.
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r--include/elf/ppc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index e492aacb3..8e4af62fb 100644
--- a/include/elf/ppc.h
+++ b/include/elf/ppc.h
@@ -171,6 +171,9 @@ END_RELOC_NUMBERS (R_PPC_max)
#define R_PPC64_GNU_VTINHERIT R_PPC_GNU_VTINHERIT
#define R_PPC64_GNU_VTENTRY R_PPC_GNU_VTENTRY
+/* Specify the start of the .glink section. */
+#define DT_PPC64_GLINK DT_LOPROC
+
/* Processor specific flags for the ELF header e_flags field. */
#define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag. */