* 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.
This commit is contained in:
Alan Modra
2004-11-19 11:58:02 +00:00
parent 9cd6d51a56
commit de52dba4ab
4 changed files with 11 additions and 6 deletions

View File

@@ -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;