[binutils-gdb] arm: remove stray backslash in warning message

Alan Modra via Binutils-cvs <[email protected]> Sun, 12 Jul 2026 12:59:18 +0000 (GMT)
Newsgroups gmane.comp.gnu.binutils.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4d5b46e3e3dccaa23ca904e65dda3729cf4219d9

commit 4d5b46e3e3dccaa23ca904e65dda3729cf4219d9
Author: Alan Modra <[email protected]>
Date:   Sun Jul 12 22:26:56 2026 +0930

    arm: remove stray backslash in warning message
    
    Fixes an error introduced in 2004 by commit d003868ea7bf.

Diff:
---
 bfd/elf32-arm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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