This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix typo in previous commit


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bb95c51a232dffb46067c402ac62f1f3303b6bbd

commit bb95c51a232dffb46067c402ac62f1f3303b6bbd
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jun 28 17:03:11 2016 +0100

    Fix typo in previous commit

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

diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c
index 9c5802a..b9d368f 100644
--- a/bfd/elf32-bfin.c
+++ b/bfd/elf32-bfin.c
@@ -5269,7 +5269,7 @@ bfin_adjust_dynamic_symbol (struct bfd_link_info *info,
 #else
   if ((h->root.u.def.section->flags & SEC_ALLOC) != 0)
     {
-      (*_bfd_error_handler) (_("the bfin target does not currently support the generation of copy relocations"),
+      (*_bfd_error_handler) (_("the bfin target does not currently support the generation of copy relocations"));
       return FALSE;
     }
 #endif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]