summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2016-05-02 09:49:03 +0000
committerSimon Atanasyan <simon@atanasyan.com>2016-05-02 09:49:03 +0000
commit63dcba05b78e250595f7c45a29858f24b35ba82b (patch)
tree6b4f68f1c09dcd2ae2ea95426388037e705f0a84
parentd6e68ce75ff56e586bb2062d9b0468468d5dd0dd (diff)
downloadbcm5719-llvm-63dcba05b78e250595f7c45a29858f24b35ba82b.tar.gz
bcm5719-llvm-63dcba05b78e250595f7c45a29858f24b35ba82b.zip
Replace non-ascii character.
llvm-svn: 268218
-rw-r--r--lld/ELF/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index d62cb02fcfb..98ad7271d26 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -605,7 +605,7 @@ void Writer<ELFT>::scanRelocs(InputSectionBase<ELFT> &C, ArrayRef<RelTy> Rels) {
if (Type == R_MIPS_LO16 && Expr == R_PC)
// R_MIPS_LO16 expression has R_PC type iif the target is _gp_disp
// symbol. In that case we should use the following formula for
- // calculation "AHL + GP – P + 4". Let's add 4 right here.
+ // calculation "AHL + GP - P + 4". Let's add 4 right here.
// For details see p. 4-19 at
// ftp://www.linux-mips.org/pub/linux/mips/doc/ABI/mipsabi.pdf
Addend += 4;
OpenPOWER on IntegriCloud