forked from Imagelibrary/binutils-gdb
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user