forked from Imagelibrary/binutils-gdb
Add DT_PPC64_OPD and DT_PPC64_OPDSZ dynamic tags
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user