OSDN Git Service

Use consistent quoting in linker messages.
authorElliott Hughes <enh@google.com>
Fri, 1 Apr 2016 17:10:54 +0000 (10:10 -0700)
committerElliott Hughes <enh@google.com>
Fri, 1 Apr 2016 17:10:54 +0000 (10:10 -0700)
commit38b88a4a6475160e64d963f7aa48c882d876737d
tree06007fd7b8bbe5de3e89427028edfadbd1504f9b
parent78a3d39aa997acd92fa838568287507c75e4a8a5
Use consistent quoting in linker messages.

Using single quotes can be more convenient -- because there's no need to
escape -- but the vast majority of existing quoting was done with double
quotes, so move in that direction.

Bug: http://b/27524191
Change-Id: I8f58593120e4c8aeaec45e16fc0178e9c162454d
linker/linker.cpp
linker/linker_dlwarning.cpp
linker/linker_mips.cpp
linker/linker_utils.cpp