From ecf532fa1cfe91ca946243c11ef154c602870ba6 Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Tue, 30 Sep 2014 16:30:22 -0700 Subject: [PATCH] Fix mips build Change-Id: I4454e69a982f239b168678c5a681d1078b4bd4f1 --- linker/linker.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/linker/linker.cpp b/linker/linker.cpp index 4f42c8215..6c30e1c32 100644 --- a/linker/linker.cpp +++ b/linker/linker.cpp @@ -2069,8 +2069,6 @@ bool soinfo::PrelinkImage() { } break; #if defined(__mips__) - case DT_STRSZ: - break; case DT_MIPS_RLD_MAP: // Set the DT_MIPS_RLD_MAP entry to the address of _r_debug for GDB. {