com32: Delete execute.c and use the one from ldlinux
authorMatt Fleming <matt.fleming@intel.com>
Tue, 13 Mar 2012 09:58:26 +0000 (09:58 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 23 Mar 2012 16:56:16 +0000 (16:56 +0000)
commit3dfe95eb4c8729d479043710a9f43456a2f6bf1d
tree895512a65116d4d408c2654a230322196f098e57
parent6b28c0cfec3ecc43c9718fafbfd19297c3768701
com32: Delete execute.c and use the one from ldlinux

ldlinux provides us with an execute.c and all the functions that we
need, there's no point in duplicating the code in com32/menu.

Also, the copy in ldlinux doesn't use __com32.cs_bounce. Using
cs_bounce no longer works with dynamic ELF modules because we don't
have such tight control over the address space. Instead, memory must
be allocated dynamically or reserved as part of the object file.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/menu/Makefile
com32/menu/execute.c [deleted file]