Add DT_PPC64_OPD and DT_PPC64_OPDSZ dynamic tags

This commit is contained in:
Alan Modra
2002-02-12 06:31:29 +00:00
parent 9b90b531ee
commit 1939742290
6 changed files with 51 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
2002-02-12 Alan Modra <amodra@bigpond.net.au>
* readelf.c (get_ppc64_dynamic_type): Handle DT_PPC64_OPD and
DT_PPC64_OPDSZ.
2002-02-11 Daniel Jacobowitz <drow@mvista.com>
* MAINTAINERS: List myself as branch maintainer.

View File

@@ -1193,6 +1193,8 @@ get_ppc64_dynamic_type (type)
switch (type)
{
case DT_PPC64_GLINK: return "PPC64_GLINK";
case DT_PPC64_OPD: return "PPC64_OPD";
case DT_PPC64_OPDSZ: return "PPC64_OPDSZ";
default:
return NULL;
}