include/elf/
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 3b086cb1f76a88d34e0c43db47c9e52ae3c30112..089184759901ffa00a314d4f9f37a0d9afb4b88b 100644 (file)
@@ -1417,7 +1417,7 @@ get_ppc_dynamic_type (unsigned long type)
 {
   switch (type)
     {
-    case DT_PPC_GLINK: return "PPC_GLINK";
+    case DT_PPC_GOT: return "PPC_GOT";
     default:
       return NULL;
     }
This page took 0.037148 seconds and 4 git commands to generate.