From f4607f078be96f868c96c1767533bd2286806b0b Mon Sep 17 00:00:00 2001 From: amodra Date: Wed, 16 Jan 2002 05:48:56 +0000 Subject: [PATCH] * ppc.h (DT_PPC64_GLINK): Define. --- include/elf/ChangeLog | 4 ++++ include/elf/ppc.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index ae780e20cc..a0b4f714a6 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2002-01-16 Alan Modra + + * ppc.h (DT_PPC64_GLINK): Define. + 2002-01-09 Jason Thorpe * common.h: Update copyright years. diff --git a/include/elf/ppc.h b/include/elf/ppc.h index e492aacb36..8e4af62fb1 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. */ -- 2.11.0