Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
soft
binutils-gdb
Commits
bb95c51a
Commit
bb95c51a
authored
Jun 28, 2016
by
Nick Clifton
Browse files
Fix typo in previous commit
parent
f4ab0e2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bfd/elf32-bfin.c
View file @
bb95c51a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment