Subject: re: loadfile's ELF handling and load vs. run-time address
To: None <thorpej@wasabisystems.com>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 03/04/2002 11:20:10
   
   I'd like to suggest that we start using the LMA in libsa's ELF loadfile
   code, so that VMA != LMA applications will work.  This should not cause
   a problem for any port currently using loadfile, since VMA == LMA unless
   explicitly frobbed by the linker script.


seems valid & correct to me.