aboutsummaryrefslogtreecommitdiff
path: root/include/elf/ppc.h
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2002-02-12 06:31:24 +0000
committerAlan Modra <modra@gmail.com>2002-02-12 06:31:24 +0000
commit6c9a1b2c25454f96bc447ba72f7392411e2eea4a (patch)
tree0aa57a7fda9f315e2d653524c77a860cc668e036 /include/elf/ppc.h
parent2b14b2d6da27b3b6d9932bcb8d1ffc7a6e582e52 (diff)
downloadnewlib-6c9a1b2c25454f96bc447ba72f7392411e2eea4a.zip
newlib-6c9a1b2c25454f96bc447ba72f7392411e2eea4a.tar.gz
newlib-6c9a1b2c25454f96bc447ba72f7392411e2eea4a.tar.bz2
Add DT_PPC64_OPD and DT_PPC64_OPDSZ dynamic tags
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r--include/elf/ppc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index 8e4af62..dfb43f4 100644
--- a/include/elf/ppc.h
+++ b/include/elf/ppc.h
@@ -174,6 +174,10 @@ END_RELOC_NUMBERS (R_PPC_max)
/* Specify the start of the .glink section. */
#define DT_PPC64_GLINK DT_LOPROC
+/* Specify the start and size of the .opd section. */
+#define DT_PPC64_OPD (DT_LOPROC + 1)
+#define DT_PPC64_OPDSZ (DT_LOPROC + 2)
+
/* Processor specific flags for the ELF header e_flags field. */
#define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag. */