Merge "Workaround g++ 4.7 compfail"
diff --git a/linker/dlfcn.cpp b/linker/dlfcn.cpp
index 900803c..c77b9a3 100644
--- a/linker/dlfcn.cpp
+++ b/linker/dlfcn.cpp
@@ -207,7 +207,7 @@
 
 // This is used by the dynamic linker. Every process gets these symbols for free.
 soinfo libdl_info = {
-    name: "libdl.so",
+    "libdl.so",
 
     phdr: 0, phnum: 0,
     entry: 0, base: 0, size: 0,