summaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-05-14 05:07:18 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-05-14 05:07:18 +0000
commit6e93a67403d4deb0846cfebe89a78bc01d005edc (patch)
tree1b6abca56e61d009d236261ba82d102c725135ba /include/elf
parent9ce39f80667e3022883deed19096ca0cb2873ec8 (diff)
downloadgdb-6e93a67403d4deb0846cfebe89a78bc01d005edc.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')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/ppc.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d9d736059ac..ab6c3c8dc6f 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-14 Alan Modra <amodra@bigpond.net.au>
+
+ * ppc.h (DT_PPC_GOT): Rename from DT_PPC_GLINK.
+
2005-05-11 Alan Modra <amodra@bigpond.net.au>
* ppc.h (R_PPC_RELAX32, R_PPC_RELAX32PC, R_PPC_RELAX32_PLT,
diff --git a/include/elf/ppc.h b/include/elf/ppc.h
index 1ccbda34715..ca5035274d9 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. */