summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils
diff options
context:
space:
mode:
authorNikola Veljkovic <Nikola.Veljkovic@imgtec.com>2016-04-20 14:44:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-20 14:44:45 +0000
commit24efe7d5478b7794b51a59dce3c0779c20a765d9 (patch)
treef9072b62a15a564ddcffc35e979f6973243234b7 /binutils-2.25/binutils
parent5200634678cedc14f5df394d94b48d9109ded34a (diff)
parent1e5714ccaf589fc08d1d5e0335c512b8ce5b3034 (diff)
downloadtoolchain_binutils-24efe7d5478b7794b51a59dce3c0779c20a765d9.tar.gz
toolchain_binutils-24efe7d5478b7794b51a59dce3c0779c20a765d9.tar.bz2
toolchain_binutils-24efe7d5478b7794b51a59dce3c0779c20a765d9.zip
Revert "Add support for the new tag DT_MIPS_RLD_MAP2." am: 42704eb am: ba7ec7f
am: 1e5714c * commit '1e5714ccaf589fc08d1d5e0335c512b8ce5b3034': Revert "Add support for the new tag DT_MIPS_RLD_MAP2." Change-Id: I6b7c1c4874a22c863efdc3f67eb2c64f164d937e
Diffstat (limited to 'binutils-2.25/binutils')
-rw-r--r--binutils-2.25/binutils/readelf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils-2.25/binutils/readelf.c b/binutils-2.25/binutils/readelf.c
index 83518c75..5ddcb556 100644
--- a/binutils-2.25/binutils/readelf.c
+++ b/binutils-2.25/binutils/readelf.c
@@ -1618,7 +1618,6 @@ 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_MAP2: return "MIPS_RLD_MAP2";
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";