Browse Source

* ppc.h (DT_PPC64_GLINK): Define.

binutils-2_12-branch
Alan Modra 25 years ago
parent
commit
b84da006ed
  1. 4
      include/elf/ChangeLog
  2. 3
      include/elf/ppc.h

4
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.

3
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. */

Loading…
Cancel
Save