summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kirth <paulkirth@google.com>2024-05-02 09:13:40 -0700
committerPaul Kirth <paulkirth@google.com>2024-05-02 09:13:40 -0700
commit2e1b3c861fbefe3f08d224527bb650f49670d1e4 (patch)
treef11c14e7530a5c9aee1f7a5f70f2343e89a44d87
parentc33acea7203aa04ce4681c88056710b18787c2f7 (diff)
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
-rw-r--r--lld/ELF/Arch/RISCV.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lld/ELF/Arch/RISCV.cpp b/lld/ELF/Arch/RISCV.cpp
index 7b3116ef1afd..0a11ab9a6f93 100644
--- a/lld/ELF/Arch/RISCV.cpp
+++ b/lld/ELF/Arch/RISCV.cpp
@@ -1104,8 +1104,8 @@ static void mergeAtomic(DenseMap<unsigned, unsigned>::iterator it,
return;
case AtomicABI::A7:
errorOrWarn(toString(oldSection) + " has atomic_abi=" + Twine(oldTag) +
- " but " + toString(newSection) +
- " has atomic_abi=" + Twine(newTag));
+ " but " + toString(newSection) +
+ " has atomic_abi=" + Twine(newTag));
return;
};
@@ -1126,8 +1126,8 @@ static void mergeAtomic(DenseMap<unsigned, unsigned>::iterator it,
return;
case AtomicABI::A6C:
errorOrWarn(toString(oldSection) + " has atomic_abi=" + Twine(oldTag) +
- " but " + toString(newSection) +
- " has atomic_abi=" + Twine(newTag));
+ " but " + toString(newSection) +
+ " has atomic_abi=" + Twine(newTag));
return;
};
default: