aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-01-16 05:48:56 +0000
committerAlan Modra <amodra@gmail.com>2002-01-16 05:48:56 +0000
commitb84da006ed75bf3318d1562f08cf63f804ebff46 (patch)
tree13387414927944419c85ba882139cb35487a559c /include
parentc601ffdbb07858c9120efe4c7086665d7324b069 (diff)
downloadfsf-binutils-gdb-b84da006ed75bf3318d1562f08cf63f804ebff46.zip
fsf-binutils-gdb-b84da006ed75bf3318d1562f08cf63f804ebff46.tar.gz
fsf-binutils-gdb-b84da006ed75bf3318d1562f08cf63f804ebff46.tar.bz2
* ppc.h (DT_PPC64_GLINK): Define.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/ppc.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index ae780e2..a0b4f71 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-16 Alan Modra <amodra@bigpond.net.au>
+
+ * ppc.h (DT_PPC64_GLINK): Define.
+
2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
* common.h: Update copyright years.
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index e492aac..8e4af62 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. */