diff options
author | Dimitry Ivanov <dimitry@google.com> | 2016-08-01 21:01:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-08-01 21:01:28 +0000 |
commit | a86e11f529aca06b2f4d5141ea838f2bc5ae9a73 (patch) | |
tree | c7b4e3289edc7123738144f1f2f09210adc17abc /linker/linker_mips.cpp | |
parent | 490b9515e720b7834c2118d24f0781513a63eee6 (diff) | |
parent | 769b33fadf45a039741f932672ac2c4f901d7d4a (diff) |
Merge "Sync linker with internal branch"
Diffstat (limited to 'linker/linker_mips.cpp')
-rw-r--r-- | linker/linker_mips.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker_mips.cpp b/linker/linker_mips.cpp index 8520c17fe..02375c45d 100644 --- a/linker/linker_mips.cpp +++ b/linker/linker_mips.cpp @@ -67,7 +67,7 @@ bool soinfo::relocate(const VersionTracker& version_tracker, ElfW(Addr) sym_addr = 0; const char* sym_name = nullptr; - DEBUG("Processing '%s' relocation at index %zd", get_realpath(), idx); + DEBUG("Processing \"%s\" relocation at index %zd", get_realpath(), idx); if (type == R_GENERIC_NONE) { continue; } |