aboutsummaryrefslogtreecommitdiff
path: root/bfd/seclet.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/seclet.c')
-rw-r--r--bfd/seclet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/seclet.c b/bfd/seclet.c
index c791dff..d95a844 100644
--- a/bfd/seclet.c
+++ b/bfd/seclet.c
@@ -83,7 +83,7 @@ DEFUN(rel,(abfd, seclet, output_section, data),
&& !(output_section->flags & SEC_NEVER_LOAD)
&& seclet->size)
{
- data = bfd_get_relocated_section_contents(abfd, seclet, data);
+ data = (PTR) bfd_get_relocated_section_contents(abfd, seclet, data);
if(bfd_set_section_contents(abfd,
output_section,
data,