[binutils-gdb] PR 33840 typo in elfnn-loongarch.c
Alan Modra
amodra@sourceware.org
Tue Jan 27 23:06:15 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5c9b48f2eda429b3ef09a8239a472f6a72541a53
commit 5c9b48f2eda429b3ef09a8239a472f6a72541a53
Author: Alan Modra <amodra@gmail.com>
Date: Wed Jan 28 09:23:21 2026 +1030
PR 33840 typo in elfnn-loongarch.c
s/marching/matching/
Diff:
---
bfd/elfnn-loongarch.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bfd/elfnn-loongarch.c b/bfd/elfnn-loongarch.c
index 1644416a2ef..46750b152ba 100644
--- a/bfd/elfnn-loongarch.c
+++ b/bfd/elfnn-loongarch.c
@@ -910,7 +910,7 @@ loongarch_find_pcrel_hi_reloc (loongarch_pcrel_relocs *p, bfd_vma address)
loongarch_pcrel_hi_reloc *entry = htab_find (p->hi_relocs, &search);
if (entry == NULL)
- _bfd_error_handler (_("pcrel_lo missing marching pcrel_hi"));
+ _bfd_error_handler (_("pcrel_lo missing matching pcrel_hi"));
return entry;
}
@@ -3483,7 +3483,7 @@ loongarch_resolve_pcrel_lo_relocs (loongarch_pcrel_relocs *p)
char *string = NULL;
if (entry == NULL)
- string = _("%pcrel_lo missing marching %pcrel_hi");
+ string = _("%pcrel_lo missing matching %pcrel_hi");
if (string != NULL)
{
More information about the Binutils-cvs
mailing list