diff options
author | Nick Clifton <nickc@redhat.com> | 2016-06-28 17:03:11 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-28 17:04:30 +0100 |
commit | bb95c51a232dffb46067c402ac62f1f3303b6bbd (patch) | |
tree | 292d6f6334227c9c6e92f7f240e3d255eeb32b8c /bfd/elf32-bfin.c | |
parent | f4ab0e2d1d4e14cfdddf46ac846c48ae55f4e14a (diff) | |
download | gdb-bb95c51a232dffb46067c402ac62f1f3303b6bbd.zip gdb-bb95c51a232dffb46067c402ac62f1f3303b6bbd.tar.gz gdb-bb95c51a232dffb46067c402ac62f1f3303b6bbd.tar.bz2 |
Fix typo in previous commit
Diffstat (limited to 'bfd/elf32-bfin.c')
-rw-r--r-- | bfd/elf32-bfin.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |