summaryrefslogtreecommitdiff
path: root/bfd/nlmcode.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-11-19 11:58:02 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-11-19 11:58:02 +0000
commitd9ddd7fb6c0bbf90dcb4a4c8c9c09166cc6b86aa (patch)
treeef10efee66e34774228eac0df1c2dc3fdf7d13a2 /bfd/nlmcode.h
parent36fd903fe28894acb253ede2238a0875a9e92224 (diff)
downloadbinutils-redhat-d9ddd7fb6c0bbf90dcb4a4c8c9c09166cc6b86aa.tar.gz
* elf32-arm.c (elf32_arm_finish_dynamic_sections): Warning fix.
* elf32-iq2000.c (iq2000_reloc_type_lookup): C90 function decl. * nlmcode.h (nlm_write_object_contents): Warning fix.
Diffstat (limited to 'bfd/nlmcode.h')
-rw-r--r--bfd/nlmcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/nlmcode.h b/bfd/nlmcode.h
index bf41f27170..c3d6bca6b1 100644
--- a/bfd/nlmcode.h
+++ b/bfd/nlmcode.h
@@ -1692,7 +1692,7 @@ nlm_write_object_contents (abfd)
/* A weak check on whether the section file positions were
reasonable. */
- if (bfd_tell (abfd) > (ufile_ptr) nlm_fixed_header (abfd)->codeImageOffset)
+ if (bfd_tell (abfd) > nlm_fixed_header (abfd)->codeImageOffset)
{
bfd_set_error (bfd_error_invalid_operation);
goto error_return;