summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/readelf.c
diff options
context:
space:
mode:
authorMatthew Fortune <matthew.fortune@imgtec.com>2016-04-20 14:44:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-20 14:44:46 +0000
commit53b6c9f32834effacea9817cd699133c247971e4 (patch)
tree28f1e935577597f7616c87a4b3debf47766d3f6e /binutils-2.25/binutils/readelf.c
parent24efe7d5478b7794b51a59dce3c0779c20a765d9 (diff)
parent52d9ff81dbe9a79e6c0bace624091067b046948b (diff)
downloadtoolchain_binutils-53b6c9f32834effacea9817cd699133c247971e4.zip
toolchain_binutils-53b6c9f32834effacea9817cd699133c247971e4.tar.gz
toolchain_binutils-53b6c9f32834effacea9817cd699133c247971e4.tar.bz2
Add support for DT_MIPS_RLD_MAP_REL. am: a696d1d am: 39f13fa
am: 52d9ff8 * commit '52d9ff81dbe9a79e6c0bace624091067b046948b': Add support for DT_MIPS_RLD_MAP_REL. Change-Id: I2d9d7b14e8872360d8549e9c3baa80a41951ac55
Diffstat (limited to 'binutils-2.25/binutils/readelf.c')
-rw-r--r--binutils-2.25/binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils-2.25/binutils/readelf.c b/binutils-2.25/binutils/readelf.c
index 5ddcb55..e59dd2e 100644
--- a/binutils-2.25/binutils/readelf.c
+++ b/binutils-2.25/binutils/readelf.c
@@ -1618,6 +1618,7 @@ get_mips_dynamic_type (unsigned long type)
case DT_MIPS_GOTSYM: return "MIPS_GOTSYM";
case DT_MIPS_HIPAGENO: return "MIPS_HIPAGENO";
case DT_MIPS_RLD_MAP: return "MIPS_RLD_MAP";
+ case DT_MIPS_RLD_MAP_REL: return "MIPS_RLD_MAP_REL";
case DT_MIPS_DELTA_CLASS: return "MIPS_DELTA_CLASS";
case DT_MIPS_DELTA_CLASS_NO: return "MIPS_DELTA_CLASS_NO";
case DT_MIPS_DELTA_INSTANCE: return "MIPS_DELTA_INSTANCE";