arm: remove stray backslash in warning message

Message ID alOPx1A3Abg0my_B@squeak.grove.modra.org
State New
Headers
Series arm: remove stray backslash in warning message |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 fail Patch failed to apply

Commit Message

Alan Modra July 12, 2026, 12:59 p.m. UTC
  Fixes an error introduced in 2004 by commit d003868ea7bf.
  

Patch

diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c
index 6a9be5dda2f..275cadec050 100644
--- a/bfd/elf32-arm.c
+++ b/bfd/elf32-arm.c
@@ -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)");