commit | 7193731ae6b8083bc7a5e5e468fb98b1dbcf3f3d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 25 15:00:45 2012 -0700 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 25 15:00:45 2012 -0700 |
tree | 65e17329a378f259b6eddf9048bb7066ec53be3a | |
parent | f2b3ac9502e08ef53d4eedd7e93ea9a00d185055 [diff] | |
parent | 20aa6c0f4cbe6fdaba8938536a7b80270cfe7203 [diff] |
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,