summaryrefslogtreecommitdiff
path: root/include/elf/ppc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-05-14 05:07:20 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-05-14 05:07:20 +0000
commit5c5dc83c791f559a6706a4da8b81c994c2b7a6b5 (patch)
tree5dd1cdb1cadfc16326ad67acb0feafd8ae263944 /include/elf/ppc.h
parent4546560599249bf0c6cc011f7dc946a5d8ea9b54 (diff)
downloadbinutils-redhat-5c5dc83c791f559a6706a4da8b81c994c2b7a6b5.tar.gz
include/elf/
* ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK. bfd/ * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set DT_PPC_GOT, not DT_PPC_GLINK. (ppc_elf_finish_dynamic_sections): Likewise. binutils/ * readelf.c (get_ppc_dynamic_type): Display DT_PPC_GOT, not DT_PPC_GLINK.
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r--include/elf/ppc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index 1ccbda3471..ca5035274d 100644
--- a/include/elf/ppc.h
+++ b/include/elf/ppc.h
@@ -145,8 +145,8 @@ END_RELOC_NUMBERS (R_PPC_max)
#define IS_PPC_TLS_RELOC(R) \
((R) >= R_PPC_TLS && (R) <= R_PPC_GOT_DTPREL16_HA)
-/* Specify the start of the .glink section. */
-#define DT_PPC_GLINK DT_LOPROC
+/* Specify the value of _GLOBAL_OFFSET_TABLE_. */
+#define DT_PPC_GOT DT_LOPROC
/* Processor specific flags for the ELF header e_flags field. */