From: ron minnich [mailto:rminnich@gmail.com] On Thu, Feb 21, 2008 at 11:49 AM, Myles Watson mylesgw@gmail.com wrote:
This patch makes PAYLOAD_PREPARSE_ELF only apply to the payload.
oops! I just realized: pre-parsing stage2 is required. So we need to rename this flag and continue to ELF parse stage2.
???
The way the patch does it is to preparse everything except the payload, which depends on the PAYLOAD_PREPARSE_ELF flag. Isn't that what you're saying?
Myles