summaryrefslogtreecommitdiff
path: root/bfd/aix5ppc-core.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-18 12:10:57 +0000
committerNick Clifton <nickc@redhat.com>2005-04-18 12:10:57 +0000
commit7cefacd39796c75e82cb3f3be53847d66acd8d41 (patch)
tree380ed12cfa901bcbac79e40ed5ac34934f5f346f /bfd/aix5ppc-core.c
parent278d8f3760411958ca7d67c4d87128ae1b6f4a60 (diff)
(xcoff64_core_p): Fix compile time warning assigning a value to return_value.
Diffstat (limited to 'bfd/aix5ppc-core.c')
-rw-r--r--bfd/aix5ppc-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aix5ppc-core.c b/bfd/aix5ppc-core.c
index be999bc887..adf081fa9a 100644
--- a/bfd/aix5ppc-core.c
+++ b/bfd/aix5ppc-core.c
@@ -220,7 +220,7 @@ xcoff64_core_p (abfd)
}
}
- return_value = abfd->xvec; /* This is garbage for now. */
+ return_value = (bfd_target *) abfd->xvec; /* This is garbage for now. */
xcoff64_core_p_error:
if (bfd_get_error () != bfd_error_system_call)