projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ab0e2
)
Fix typo in previous commit
author
Nick Clifton
<nickc@redhat.com>
Tue, 28 Jun 2016 16:03:11 +0000
(17:03 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 28 Jun 2016 16:04:30 +0000
(17:04 +0100)
bfd/elf32-bfin.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-bfin.c
b/bfd/elf32-bfin.c
index 9c5802ae3328db769682ed8b351995977e2d203e..b9d368fe5c796fec24087d8c0d6bc900a12cbce2 100644
(file)
--- 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