arm: remove stray backslash in warning message

Alan Modra amodra@gmail.com
Sun Jul 12 12:59:51 GMT 2026


Fixes an error introduced in 2004 by commit d003868ea7bf.

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)");

-- 
Alan Modra


More information about the Binutils mailing list