* ppc.h (DT_PPC64_GLINK): Define.
authorAlan Modra <amodra@gmail.com>
Wed, 16 Jan 2002 05:48:56 +0000 (05:48 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 16 Jan 2002 05:48:56 +0000 (05:48 +0000)
include/elf/ChangeLog
include/elf/ppc.h

index ae780e20cc13c54c76a58982a7521618ac80d87d..a0b4f714a611a72db072a5551dafdb7079fd9e7b 100644 (file)
@@ -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.
index e492aacb361a1579222d3358e40e27bc11b422a0..8e4af62fb1ef582a91b8fe67602461d9d044bee8 100644 (file)
@@ -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.  */