Fix elf loader range checking
authorPaul Brook <paul@codesourcery.com>
Fri, 5 Jun 2009 14:16:41 +0000 (15:16 +0100)
committerPaul Brook <paul@codesourcery.com>
Fri, 5 Jun 2009 14:16:41 +0000 (15:16 +0100)
commitfd93a79999c728dd1f30bb2e726ce12bdf704e6d
tree9b998d52093eaee9b0a55cb394e3abc34f327ded
parentbdb11366b9370e97fb436444c697c01fe839dc11
Fix elf loader range checking

The ELF loader tracks the range of addresses used by a binary.
However this incorrectly assumes zero is not a valid address.

Signed-off-by: Paul Brook <paul@codesourcery.com>
elf_ops.h