]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
arm: remove stray backslash in warning message
authorAlan Modra <amodra@gmail.com>
Sun, 12 Jul 2026 12:56:56 +0000 (22:26 +0930)
committerAlan Modra <amodra@gmail.com>
Sun, 12 Jul 2026 12:56:56 +0000 (22:26 +0930)
Fixes an error introduced in 2004 by commit d003868ea7bf.

bfd/elf32-arm.c

index 6a9be5dda2f6f28fce4d6292e98848d658384b25..275cadec0505a794211d4966feb170ea2c5ae602 100644 (file)
@@ -10548,7 +10548,7 @@ elf32_arm_final_link_relocate (reloc_howto_type *           howto,
                 instruction instead ?  */
              if (branch_type != ST_BRANCH_TO_THUMB)
                _bfd_error_handler
-                 (_("\%pB: warning: %s BLX instruction targets"
+                 (_("%pB: warning: %s BLX instruction targets"
                     " %s function '%s'"),
                   input_bfd, "ARM",
                   "ARM", h ? h->root.root.string : "(local)");